Merge pull request #45 from jodal/source-code-links-in-api-docs

demo: Add source code links to API docs
This commit is contained in:
Dave Snider 2013-11-06 09:01:44 -08:00
commit d782d51d49

View File

@ -31,6 +31,7 @@ sys.path.append(os.path.abspath('./test_py_module'))
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
]
# Math
@ -156,7 +157,7 @@ html_theme_path = ["../.."]
#html_split_index = False
# If true, links to the reST sources are added to the pages.
#html_show_sourcelink = True
html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True