Sphinx Documentation
This commit is contained in:
parent
9f0610e5a7
commit
c7390f4ec2
75 changed files with 38248 additions and 10 deletions
20
docs/build/_sources/index.rst.txt
vendored
Normal file
20
docs/build/_sources/index.rst.txt
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
.. python-aternos documentation master file, created by
|
||||
sphinx-quickstart on Fri Jun 17 14:02:03 2022.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to python-aternos's documentation!
|
||||
==========================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
8
docs/build/_sources/modules.rst.txt
vendored
Normal file
8
docs/build/_sources/modules.rst.txt
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
python-aternos
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
python_aternos
|
||||
setup
|
93
docs/build/_sources/python_aternos.rst.txt
vendored
Normal file
93
docs/build/_sources/python_aternos.rst.txt
vendored
Normal file
|
@ -0,0 +1,93 @@
|
|||
python\_aternos package
|
||||
=======================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
python\_aternos.atclient module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: python_aternos.atclient
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atconf module
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: python_aternos.atconf
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atconnect module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: python_aternos.atconnect
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.aterrors module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: python_aternos.aterrors
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atfile module
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: python_aternos.atfile
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atfm module
|
||||
---------------------------
|
||||
|
||||
.. automodule:: python_aternos.atfm
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atjsparse module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: python_aternos.atjsparse
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atplayers module
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: python_aternos.atplayers
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atserver module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: python_aternos.atserver
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
python\_aternos.atwss module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: python_aternos.atwss
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: python_aternos
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/build/_sources/setup.rst.txt
vendored
Normal file
7
docs/build/_sources/setup.rst.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
setup module
|
||||
============
|
||||
|
||||
.. automodule:: setup
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Reference in a new issue