Added Sphinx (reST-style) conversion of Evennia documentation to docs/. This is an auto-generated conversion directly from the Wiki, so it's not custom-written in any way (will also make it easy to update). You need Sphinx to compile the sources into fancy pages. Supporting sphinx is to make documentation easier to print and view offline. Currently no sphinx src-code viewing is activated by default, it gives too many spurious errors (the converters are in the repo though if you're interested in experimenting). So for offline autodocs, doxygen is still to recommend.
This commit is contained in:
parent
5a2b9e27a0
commit
bd0079a39d
65 changed files with 9394 additions and 143 deletions
27
docs/sphinx/source/wiki/BuilderDocs.rst
Normal file
27
docs/sphinx/source/wiki/BuilderDocs.rst
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
Builder Documentation
|
||||
=====================
|
||||
|
||||
This section contains information useful to world builders.
|
||||
|
||||
Building basics
|
||||
---------------
|
||||
|
||||
- `Default in-game commands <DefaultCommandHelp.html>`_
|
||||
- `Building Quick-start <BuildingQuickstart.html>`_
|
||||
- `Giving build permissions to others <BuildingPermissions.html>`_
|
||||
- `Adding colour <Colours.html>`_
|
||||
- `Customizing the connection screen <ConnectionScreen.html>`_
|
||||
|
||||
World creation
|
||||
--------------
|
||||
|
||||
`Overview of batch processors <BatchProcessors.html>`_
|
||||
|
||||
- `Batch-command processor <BatchCommandProcessor.html>`_
|
||||
- `Batch-code processor <BatchCodeProcessor.html>`_
|
||||
|
||||
The Tutorial world
|
||||
------------------
|
||||
|
||||
- `Introduction and setup <TutorialWorldIntroduction.html>`_
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue