Updated and cleaned the wiki2rest converter. The ReST documentation should look a lot better now, with less weirdness. Using a python google-code snippet to convert now, so no more need for third-party ruby downloads! This should transfer to readthedocs shortly.
This commit is contained in:
parent
43f16094c1
commit
ae0f7a04c5
55 changed files with 3990 additions and 1778 deletions
|
|
@ -1,3 +1,5 @@
|
|||
Summarizes the web feautures of Evennia
|
||||
|
||||
Web Features
|
||||
============
|
||||
|
||||
|
|
@ -28,7 +30,7 @@ so the server can access the directory.
|
|||
|
||||
You also need to modify the settings file. Set ``ROOT_URLCONF`` to your
|
||||
new ``game.gamesrc.web.urls`` and add an entry
|
||||
``os.path.join(GAME_DIR, "web", "templates", ACTIVE_TEMPLATE)`` to the
|
||||
`` os.path.join(GAME_DIR, "web", "templates", ACTIVE_TEMPLATE)`` to the
|
||||
``TEMPLATE_DIRS`` tuple. You should now have a separate website setup
|
||||
you can edit as you like. Be aware that updates we do to ``src/web``
|
||||
will not transfer automatically to your copy, so you'll need to apply
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue