added docs/ dir to readme file..

This commit is contained in:
Griatch 2011-09-13 11:49:57 +02:00
parent ffeb1494cb
commit f523ce686a

7
README
View file

@ -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.