summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-28 16:21:00 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-28 16:21:00 +0000
commite9abe43315873c8428f9d5f9fee8407281f73967 (patch)
tree953b7cbbb5740bbe6090136b4a22d28a5a021f59 /docs
parent6607e8656f4e3d445458784601597912f5c0f7eb (diff)
docs: UI
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 68474715..85ec7c76 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -217,4 +217,5 @@ man_pages = [
]
autodoc_member_order = 'bysource'
+autoclass_content = 'both'
intersphinx_mapping = {'python': ('http://docs.python.org/3.2', None)}