mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 16:44:08 +02:00
Convert master docs to use MyST
This commit is contained in:
parent
6e03216cd9
commit
d229ff024c
359 changed files with 3275 additions and 4567 deletions
27
docs/source/api/evennia.commands.md
Normal file
27
docs/source/api/evennia.commands.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
```{eval-rst}
|
||||
evennia.commands
|
||||
========================
|
||||
|
||||
.. automodule:: evennia.commands
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 6
|
||||
|
||||
evennia.commands.cmdhandler
|
||||
evennia.commands.cmdparser
|
||||
evennia.commands.cmdset
|
||||
evennia.commands.cmdsethandler
|
||||
evennia.commands.command
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 6
|
||||
|
||||
evennia.commands.default
|
||||
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue