mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Some docstring cleanup
This commit is contained in:
parent
d17a93dfbe
commit
3290511d9d
4 changed files with 118 additions and 82 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue