Improved API documentation

This commit is contained in:
Danilo Bargen
2012-12-26 14:25:59 +01:00
parent e0d07aff79
commit 9f3bf0114e
3 changed files with 60 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath('../../jedi'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.todo']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -241,3 +241,7 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
# -- Options for todo module ---------------------------------------------------
todo_include_todos = False