mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue