mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
35 lines
616 B
ReStructuredText
35 lines
616 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 %}
|
|
|
|
|