Add converted (and slightly edited) documentation.

Based on the work of Shlok Inani as part of CCI.
This commit is contained in:
Daniel Molkentin
2012-12-03 10:47:02 +01:00
parent 9cbc8efc1f
commit f1ddd6a251
18 changed files with 1228 additions and 117 deletions

View File

@ -25,7 +25,8 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = []
extensions = ['sphinxcontrib.phpdomain', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['../_shared_assets/templates']