documentation updates and a minor API change to PGPUID.new

This commit is contained in:
Michael Greene
2014-10-07 16:32:20 -07:00
parent c98dad8537
commit a36a776079
25 changed files with 960 additions and 404 deletions

View File

@@ -15,7 +15,9 @@
import sys
import os
import sphinx_rtd_theme
# import sphinx_rtd_theme
# import sphinx_bootstrap_theme
from better import better_theme_path
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -121,12 +123,17 @@ numpydoc_show_class_members = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
# html_theme = 'default'
html_theme = 'better'
html_theme_path = [better_theme_path]
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
if html_theme == 'better':
html_theme_options = {
'sidebarwidth': '19rem',
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []