From daa327877c6911b4562a434b017454064220803c Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 11 Sep 2011 00:38:39 +0200 Subject: [PATCH] Fixed up look of reST documentation index a bit. --- docs/sphinx/source/conf.py | 6 +++--- docs/sphinx/source/index.rst | 16 +++++++++++----- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index 286d97a36..3309228c0 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -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. diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index bded63d03..af265a62c 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -6,17 +6,23 @@ Welcome to Evennia's documentation! =================================== -This is `Evennia `_'s sphinx-based -documentation. It is built from the `online wiki `_ at regular +`Evennia `_ 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 `_ at regular intervals. -Text documentation -------------------- .. toctree:: :titlesonly: - Manual + Continue to the Manual + +.. toctree:: + How to give and get help Evennia Links