Add initial static-doc to master for proper versioning
This commit is contained in:
parent
935c2c6eff
commit
f7bde74360
290 changed files with 32391 additions and 0 deletions
66
docs/source/api/evennia.commands.rst
Normal file
66
docs/source/api/evennia.commands.rst
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
evennia.commands package
|
||||
========================
|
||||
|
||||
.. automodule:: evennia.commands
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
evennia.commands.default
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
evennia.commands.cmdhandler module
|
||||
----------------------------------
|
||||
|
||||
.. automodule:: evennia.commands.cmdhandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
evennia.commands.cmdparser module
|
||||
---------------------------------
|
||||
|
||||
.. automodule:: evennia.commands.cmdparser
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
evennia.commands.cmdset module
|
||||
------------------------------
|
||||
|
||||
.. automodule:: evennia.commands.cmdset
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
evennia.commands.cmdsethandler module
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: evennia.commands.cmdsethandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
evennia.commands.command module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: evennia.commands.command
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
evennia.commands.tests module
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: evennia.commands.tests
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue