summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2018-07-19 08:59:07 -0500
committerJason Madden <jamadden@gmail.com>2018-07-19 08:59:07 -0500
commitdd50fc30beff9a2da301fb97db4636c95fccef56 (patch)
tree49a27669f369e5b302fef87b2087276f22a60102 /docs
parent153832496c14727ed8e5bf1504a826d4f90cc7b6 (diff)
downloadzope-interface-dd50fc30beff9a2da301fb97db4636c95fccef56.tar.gz
Add docstrings with cross-refs to z.i.common.interfaces
Also bring the ``classImplements`` lines closer to the interface declaration. This helped me be sure that nothing was missed and that all the repetitions of the names matched.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 178b1ef..8a0f86a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -80,7 +80,7 @@ release = rqmt.version
exclude_patterns = ['_build']
# The reST default role (used for this markup: `text`) to use for all documents.
-#default_role = None
+default_role = 'obj'
# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True
@@ -264,3 +264,4 @@ intersphinx_mapping = {'https://docs.python.org/': None}
autodoc_default_flags = ['members', 'show-inheritance']
autoclass_content = 'both'
+autodoc_member_order = 'bysource'