Some docstring cleanup

This commit is contained in:
Griatch 2021-05-08 10:09:04 +02:00
parent d17a93dfbe
commit 3290511d9d
4 changed files with 118 additions and 82 deletions

View file

@ -120,6 +120,14 @@ local:
@echo ""
@echo "Documentation built (single version)."
@echo "To see result, open evennia/docs/build/html/index.html in a browser."
# build only that which updated since last run (no clean or index-creation)
localupdate:
make _check-env
make _html-build
@echo ""
@echo "Documentation built (single version, only updates, no auto-index)."
@echo "To see result, open evennia/docs/build/html/index.html in a browser."
# note that this should be done for each relevant multiversion branch.
mv-index:

View file

@ -38,7 +38,7 @@ than, the doc-strings of each component in the [API](../Evennia-API).
- [MonitorHandler](./MonitorHandler)
- [TickerHandler](./TickerHandler)
- [Lock system](./Locks)
- [FuncParser](FuncParser)
- [FuncParser](./FuncParser)
## Server and network