We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0495d3 commit 47adef7Copy full SHA for 47adef7
docs/conf.py
@@ -19,9 +19,12 @@
19
basename = re.sub('_(\\w)', lambda x: x.group(1).upper(),
20
package.__name__.title())
21
22
+autodoc_member_order = 'bysource'
23
+autodoc_mock_imports = ['colour', 'cv2']
24
+
25
autosummary_generate = True
26
-autodoc_mock_imports = ['colour', 'cv2']
27
+napoleon_custom_sections = ['Attributes', 'Methods']
28
29
# If extensions (or modules to document with autodoc) are in another directory,
30
# add these directories to sys.path here. If the directory is relative to the
0 commit comments