mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
Add more unit tests for Evtable; start docs for several components
This commit is contained in:
parent
79426fa354
commit
13d68d4ee7
5 changed files with 234 additions and 31 deletions
|
|
@ -47,12 +47,15 @@ Batch-Command-Processor.md
|
|||
|
||||
Coding-Utils.md
|
||||
EvEditor.md
|
||||
EvForm.md
|
||||
EvMenu.md
|
||||
EvMore.md
|
||||
EvTable.md
|
||||
FuncParser.md
|
||||
MonitorHandler.md
|
||||
TickerHandler.md
|
||||
Locks.md
|
||||
FuncParser.md
|
||||
Signals.md
|
||||
```
|
||||
|
||||
## Web components
|
||||
|
|
|
|||
3
docs/source/Components/EvForm.md
Normal file
3
docs/source/Components/EvForm.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# EvForm
|
||||
|
||||
[Docstring in evennia/utils/evform.py](api:evennia.utils.evform)
|
||||
3
docs/source/Components/EvTable.md
Normal file
3
docs/source/Components/EvTable.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# EvTable
|
||||
|
||||
[Docstring in evennia/utils/evtable.py](api:evennia.utils.evtable)
|
||||
Loading…
Add table
Add a link
Reference in a new issue