mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
added docs/ dir to readme file..
This commit is contained in:
parent
ffeb1494cb
commit
f523ce686a
1 changed files with 7 additions and 0 deletions
7
README
7
README
|
|
@ -102,6 +102,7 @@ appreciate all help! Visit either of the following resources:
|
|||
Directory structure
|
||||
-------------------
|
||||
evennia
|
||||
|
|
||||
|_______src
|
||||
| |___(engine-related dirs)
|
||||
|
|
||||
|
|
@ -110,6 +111,8 @@ evennia
|
|||
| |___(game-related dirs)
|
||||
|
|
||||
|_______contrib
|
||||
|
|
||||
|_______docs
|
||||
|
||||
The two main directories you will spend most of your time in
|
||||
are src/ and game/ (probably mostly game/).
|
||||
|
|
@ -135,6 +138,10 @@ but deemed to be too game-specific to be part of the server itself.
|
|||
Modules in contrib are not used unless you yourself decide to import
|
||||
and use them.
|
||||
|
||||
docs/ contain offline versions of the documentation, you can use
|
||||
python-sphinx to convert the raw data to nice-looking output for
|
||||
printing etc. The online wiki is otherwise first to be updated.
|
||||
|
||||
With this little first orientation, you should head into the online
|
||||
Evennia wiki documentation to get going with the codebase.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue