DOCUMENTATION! - issue #70

[skip ci]
This commit is contained in:
Michael Greene
2014-07-18 18:19:44 -07:00
parent d72d457ab4
commit 954cf93628
9 changed files with 295 additions and 124 deletions

View File

@@ -36,6 +36,7 @@ from pgpy._author import __version__
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.todo',
# 'sphinx.ext.doctest',
# 'sphinx.ext.coverage',
@@ -106,6 +107,9 @@ pygments_style = 'sphinx'
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
# -- Options for ext.autosummary ------------------------------------------
numpydoc_show_class_members = False
# -- Options for HTML output ----------------------------------------------