kopia lustrzana https://github.com/bellingcat/auto-archiver
47 wiersze
850 B
ReStructuredText
47 wiersze
850 B
ReStructuredText
API Reference
|
|
=============
|
|
|
|
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
|
|
|
|
|
|
Core Classes
|
|
------------
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
{% for page in pages|selectattr("is_top_level_object") %}
|
|
{% if page.name == 'core' %}
|
|
{{ page.include_path }}
|
|
{% endif %}
|
|
{% endfor %}
|
|
|
|
Util Functions
|
|
--------------
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
{% for page in pages|selectattr("is_top_level_object") %}
|
|
{% if page.name == 'utils' %}
|
|
{{ page.include_path }}
|
|
{% endif %}
|
|
{% 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 %}
|
|
|