Extend getting started guide

This commit is contained in:
cytopia
2018-03-11 11:26:03 +01:00
parent 41d22a804d
commit 2180e8a287
14 changed files with 333 additions and 241 deletions

View File

@ -44,8 +44,11 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.todo'
]
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']