mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
📔 Update documentation
This commit is contained in:
parent
5cdf169f40
commit
091a4d303a
6 changed files with 42 additions and 46 deletions
|
@ -4,76 +4,59 @@
|
||||||
.. automodule:: royalnet.engineer
|
.. automodule:: royalnet.engineer
|
||||||
|
|
||||||
|
|
||||||
``bullet``
|
``pda`` - Central connection unit
|
||||||
----------
|
---------------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.bullet
|
|
||||||
|
|
||||||
|
|
||||||
``pda``
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.pda
|
.. automodule:: royalnet.engineer.pda
|
||||||
|
|
||||||
|
|
||||||
``contents``
|
|
||||||
~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.bullet.contents
|
|
||||||
:imported-members:
|
:imported-members:
|
||||||
|
|
||||||
|
|
||||||
``projectiles``
|
``bullet`` - Data containers
|
||||||
~~~~~~~~~~~~~~~
|
----------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.bullet.projectiles
|
.. automodule:: royalnet.engineer.bullet
|
||||||
:imported-members:
|
:imported-members:
|
||||||
|
|
||||||
|
|
||||||
``command``
|
``conversation`` - Conversation utilities
|
||||||
-----------
|
-----------------------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.command
|
|
||||||
|
|
||||||
|
|
||||||
``conversation``
|
|
||||||
----------------
|
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.conversation
|
.. automodule:: royalnet.engineer.conversation
|
||||||
|
:special-members: __call__
|
||||||
|
|
||||||
|
|
||||||
``dispenser``
|
``dispenser`` - Event distributors
|
||||||
-------------
|
----------------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.dispenser
|
.. automodule:: royalnet.engineer.dispenser
|
||||||
|
|
||||||
|
|
||||||
``sentry``
|
``sentry`` - Event listeners
|
||||||
----------
|
----------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.sentry
|
.. automodule:: royalnet.engineer.sentry
|
||||||
:special-members: __or__
|
:special-members: __or__
|
||||||
|
|
||||||
|
|
||||||
``teleporter``
|
``wrench`` - Filters for Sentry
|
||||||
--------------
|
-------------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.teleporter
|
|
||||||
|
|
||||||
|
|
||||||
``wrench``
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.wrench
|
.. automodule:: royalnet.engineer.wrench
|
||||||
|
|
||||||
|
|
||||||
``discard``
|
``discard`` - Special filter exception
|
||||||
-----------
|
--------------------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.discard
|
.. automodule:: royalnet.engineer.discard
|
||||||
|
|
||||||
|
|
||||||
``exc``
|
``teleporter`` - Argument validators
|
||||||
-------
|
------------------------------------
|
||||||
|
|
||||||
|
.. automodule:: royalnet.engineer.teleporter
|
||||||
|
|
||||||
|
|
||||||
|
``exc`` - General errors
|
||||||
|
------------------------
|
||||||
|
|
||||||
.. automodule:: royalnet.engineer.exc
|
.. automodule:: royalnet.engineer.exc
|
||||||
|
|
|
@ -3,7 +3,7 @@ Autogenerated documentation
|
||||||
|
|
||||||
Welcome to the autogenerated documentation of Royalnet 6!
|
Welcome to the autogenerated documentation of Royalnet 6!
|
||||||
|
|
||||||
It may be incomplete or outdated, as it is automatically updated.
|
The following pages are automatically generated from the docstrings of the various entities present in the Python code.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
.. automodule:: royalnet.lazy
|
.. automodule:: royalnet.lazy
|
||||||
|
:imported-members:
|
||||||
.. todo:: Document this.
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ import pkg_resources
|
||||||
|
|
||||||
project = 'royalnet'
|
project = 'royalnet'
|
||||||
# noinspection PyShadowingBuiltins
|
# noinspection PyShadowingBuiltins
|
||||||
copyright = '2020, Stefano Pigozzi'
|
copyright = '2021, Stefano Pigozzi'
|
||||||
author = 'Stefano Pigozzi'
|
author = 'Stefano Pigozzi'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
|
@ -98,3 +98,4 @@ autodoc_default_options = {
|
||||||
# -- Automodule settings -----------------------------------------------------
|
# -- Automodule settings -----------------------------------------------------
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,9 @@ Table of contents
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 2
|
||||||
|
|
||||||
|
tutorials/index
|
||||||
autodoc/index
|
autodoc/index
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@ Indices and tables
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
|
||||||
To do
|
To do
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
11
docs/source/tutorials/index.rst
Normal file
11
docs/source/tutorials/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Tutorials
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. todo:: Write a tutorial on how to write a conversation.
|
||||||
|
|
||||||
|
.. todo:: Write a tutorial on how to write a conversation pack.
|
||||||
|
|
||||||
|
.. todo:: Write a tutorial on how to write a conversation runner.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
Loading…
Reference in a new issue