mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Further tweaks and fixes
This commit is contained in:
12
docs/_templates/autoapi/index.rst
vendored
12
docs/_templates/autoapi/index.rst
vendored
@@ -32,3 +32,15 @@ Util Functions
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Core Modules
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
{% for page in pages|selectattr("is_top_level_object") %}
|
||||
{% if page.name != 'core' and page.name != 'utils' %}
|
||||
{{ page.include_path }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user