mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-04 16:53:53 -04:00
add sphinx autogenerated documentation
This commit is contained in:
parent
1b8abc0961
commit
d4c4a2d4ac
13 changed files with 799 additions and 7 deletions
27
archivebox/docs/index.rst
Normal file
27
archivebox/docs/index.rst
Normal file
|
@ -0,0 +1,27 @@
|
|||
.. ArchiveBox documentation master file, created by
|
||||
sphinx-quickstart on Fri Apr 26 20:28:45 2019.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to ArchiveBox's documentation!
|
||||
======================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
archivebox
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. automodule:: archivebox
|
||||
:members:
|
||||
:inherited-members:
|
||||
:show-inheritance:
|
||||
|
||||
archivebox
|
Loading…
Add table
Add a link
Reference in a new issue