Fixed up look of reST documentation index a bit.
This commit is contained in:
parent
bd0079a39d
commit
daa327877c
2 changed files with 14 additions and 8 deletions
|
|
@ -114,12 +114,12 @@ html_theme = 'default'
|
|||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
# of the sidebar.
|
||||
#html_logo = None
|
||||
html_logo = "../../../src/web/media/images/evennia_logo_small.png"
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
#html_favicon = None
|
||||
html_favicon = "../../../src/web/media/images/favicon.ico"
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
|
|
@ -188,7 +188,7 @@ latex_documents = [
|
|||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
# the title page.
|
||||
#latex_logo = None
|
||||
latex_logo = "../../../src/web/media/images/evennia_logo_small.png"
|
||||
|
||||
# For "manual" documents, if this is true, then toplevel headings are parts,
|
||||
# not chapters.
|
||||
|
|
|
|||
|
|
@ -6,17 +6,23 @@
|
|||
Welcome to Evennia's documentation!
|
||||
===================================
|
||||
|
||||
This is `Evennia <http://www.evennia.com>`_'s sphinx-based
|
||||
documentation. It is built from the `online wiki <http://code.google.com/p/evennia/wiki/Index?tm=6>`_ at regular
|
||||
`Evennia <http://www.evennia.com>`_ is a barebones Python
|
||||
MUD/MUX/MU\* server/codebase using modern technologies and offering
|
||||
great freedom to design the multi-user online text game of your dreams. You
|
||||
code your game using normal Python modules - can't get more flexible
|
||||
than that!
|
||||
|
||||
This Sphinx-based (reST) documentation is built from the `online wiki <http://code.google.com/p/evennia/wiki/Index?tm=6>`_ at regular
|
||||
intervals.
|
||||
|
||||
|
||||
Text documentation
|
||||
-------------------
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
Manual <wiki/Index>
|
||||
Continue to the Manual <wiki/Index>
|
||||
|
||||
.. toctree::
|
||||
|
||||
How to give and get help <wiki/HowToGetAndGiveHelp>
|
||||
Evennia Links <wiki/Links>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue