mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-12 13:28:34 +03:00
Add documentation generation with Sphinx
This commit is contained in:
30
docs/build/html/_sources/cisticola.rst.txt
vendored
Normal file
30
docs/build/html/_sources/cisticola.rst.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
cisticola package
|
||||
=================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
cisticola.scraper
|
||||
cisticola.transformer
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cisticola.base module
|
||||
---------------------
|
||||
|
||||
.. automodule:: cisticola.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: cisticola
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
37
docs/build/html/_sources/cisticola.scraper.rst.txt
vendored
Normal file
37
docs/build/html/_sources/cisticola.scraper.rst.txt
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
cisticola.scraper package
|
||||
=========================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cisticola.scraper.bitchute module
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: cisticola.scraper.bitchute
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cisticola.scraper.gettr module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: cisticola.scraper.gettr
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
cisticola.scraper.twitter module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: cisticola.scraper.twitter
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: cisticola.scraper
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
21
docs/build/html/_sources/cisticola.transformer.rst.txt
vendored
Normal file
21
docs/build/html/_sources/cisticola.transformer.rst.txt
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
cisticola.transformer package
|
||||
=============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
cisticola.transformer.twitter module
|
||||
------------------------------------
|
||||
|
||||
.. automodule:: cisticola.transformer.twitter
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: cisticola.transformer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
17
docs/build/html/_sources/index.rst.txt
vendored
Normal file
17
docs/build/html/_sources/index.rst.txt
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
Welcome to Cisticola's documentation!
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
modules
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
7
docs/build/html/_sources/modules.rst.txt
vendored
Normal file
7
docs/build/html/_sources/modules.rst.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
cisticola
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
cisticola
|
||||
1
docs/build/html/_sources/readme.rst.txt
vendored
Normal file
1
docs/build/html/_sources/readme.rst.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.. include:: ../../README.rst
|
||||
Reference in New Issue
Block a user