mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 20:58:29 +03:00
Start fleshing out the docs more - rearrange, separate out modules section, move files over to md (from rst)
This commit is contained in:
11
docs/source/core_modules.rst
Normal file
11
docs/source/core_modules.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Core Modules
|
||||
============
|
||||
|
||||
These pages are intended for developers of the `auto-archiver` package, and include documentation on the core classes and functions used by the auto-archiver
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
{% for page in pages|selectattr("is_top_level_object") %}
|
||||
{{ page.include_path }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user