Change to MyST parser

This commit is contained in:
Griatch 2021-10-21 21:04:14 +02:00
parent 53106e1dba
commit a51e4af609
443 changed files with 4925 additions and 3524 deletions

View 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
```