mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
35 lines
1 KiB
ReStructuredText
35 lines
1 KiB
ReStructuredText
.. Evennia documentation master file, created by
|
|
sphinx-quickstart on Sat Sep 10 14:19:20 2011.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Evennia's documentation!
|
|
===================================
|
|
|
|
`Evennia <http://www.evennia.com>`_ is a barebones Python
|
|
MUD/MUX/MU\* creation system and server. It is 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.
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 1
|
|
|
|
Enter Manual <index.html>
|
|
How to give and get help <wiki/HowToGetAndGiveHelp>
|
|
Links <wiki/Links>
|
|
Alphabetical Page index <contents>
|
|
|
|
.. Code
|
|
.. -----
|
|
.. .. toctree::
|
|
.. :titlesonly:
|
|
|
|
.. Browse Code <code/modules>
|
|
|
|
|