mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
more docstrings...
It's not always easy to decide when a given term should go between ` ` in order to show up as code-style. Wherever it seemed obvious and convenient I've added them. Avoided to use it where I wasn't sure, and always kept in mind some balance between readability in source-code and on Wiki.
This commit is contained in:
parent
90bef1a8d5
commit
2ead033cdc
2 changed files with 16 additions and 17 deletions
|
|
@ -3,7 +3,7 @@ Models for the help system.
|
|||
|
||||
The database-tied help system is only half of Evennia's help
|
||||
functionality, the other one being the auto-generated command help
|
||||
that is created on the fly from each command's __doc__ string. The
|
||||
that is created on the fly from each command's `__doc__` string. The
|
||||
persistent database system defined here is intended for all other
|
||||
forms of help that do not concern commands, like information about the
|
||||
game world, policy info, rules and similar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue