commit | 57d2b9fba95b5f53d9f17a747351741bcf2d2107 | [log] [tgz] |
---|---|---|
author | mrbean-bremen <andreas.bohne@mevis.de> | Thu Aug 24 21:53:25 2017 +0200 |
committer | mrbean-bremen <andreas.bohne@mevis.de> | Sat Aug 26 20:33:52 2017 +0200 |
tree | aedac523a1a35dab00f6d6fa0c96f70dda2f1b78 | |
parent | d116933510fb745fb8720a988b36930f9c148ed0 [diff] [blame] |
Let autodoc only document classes and methods relevent for the user - see #186
diff --git a/docs/conf.py b/docs/conf.py index 660f6a6..737d0c8 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -107,6 +107,10 @@ # # show_authors = False +autoclass_content = 'both' + +autodoc_member_order = 'bysource' + # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'