aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-09-11 15:58:42 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:20 +0100
commit69223115b4b969344c43bc6ffbb6cb223d5524b8 (patch)
treec0a378baf0ea2035cc6b010a7dda673022c31874 /docs
parent3d2d8fa1ed817f70330fc5612d21a155b83231f8 (diff)
Updated documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/api_domain.rst1
-rw-r--r--docs/api_generator.rst3
-rw-r--r--docs/conf.py5
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/api_domain.rst b/docs/api_domain.rst
index 6457809..6ec7846 100644
--- a/docs/api_domain.rst
+++ b/docs/api_domain.rst
@@ -2,4 +2,3 @@ Domain module
=============
.. automodule:: qface.idl.domain
- :members:
diff --git a/docs/api_generator.rst b/docs/api_generator.rst
index 54ba0b1..f5aa129 100644
--- a/docs/api_generator.rst
+++ b/docs/api_generator.rst
@@ -2,4 +2,5 @@ Generator module
================
.. automodule:: qface.generator
- :members:
+
+
diff --git a/docs/conf.py b/docs/conf.py
index 3436365..1e7c551 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,8 @@ extensions = [
]
autodoc_member_order = 'bysource'
-autoclass_content = 'both'
+autoclass_content = 'class'
+autodoc_default_flags = ['members', 'show-inheritance']
sys.path.append(os.path.abspath('..'))
# sys.path.append(os.path.abspath('.'))
@@ -133,7 +134,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'nature'
+html_theme = 'sphinx_rtd_theme'
# 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