File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 38
38
# If your documentation needs a minimal Sphinx version, state it here.
39
39
#needs_sphinx = '1.0'
40
40
41
+
42
+
41
43
# Add any Sphinx extension module names here, as strings. They can be
42
44
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
43
- extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.viewcode' ]
45
+ extensions = ['sphinx.ext.autodoc' , 'sphinx.ext.viewcode' ,
46
+ 'sphinx.ext.autosummary' ,
47
+ 'numpydoc' ]
44
48
45
49
# Add any paths that contain templates here, relative to this directory.
46
50
templates_path = ['_templates' ]
47
51
52
+ autosummary_generate = True
53
+ numpydoc_show_class_members = False
54
+
48
55
# The suffix of source filenames.
49
56
source_suffix = '.rst'
50
57
Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ Contents:
18
18
authors
19
19
history
20
20
21
+ .. autosummary ::
22
+ :toctree: generated/
23
+
24
+ gitgoing.mean_plus_one
25
+ gitgoing.std_plus_one
26
+ gitgoing.cv
27
+
21
28
Indices and tables
22
29
==================
23
30
Original file line number Diff line number Diff line change 1
1
Sphinx
2
2
fabric
3
3
sphinx_bootstrap_theme
4
- pandoc
4
+ pandoc
5
+ numpydoc
You can’t perform that action at this time.
0 commit comments