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 65adb83 commit 7efc2cbCopy full SHA for 7efc2cb
doc/conf.py
doc/source/conf.py
@@ -44,6 +44,8 @@
44
]
45
46
47
+autosummary_generate = True
48
+
49
numpydoc_show_class_members = False
50
autodoc_default_flags = ['members']
51
@@ -275,7 +277,8 @@
275
277
# If true, do not generate a @detailmenu in the "Top" node's menu.
276
278
#texinfo_no_detailmenu = False
279
-intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
280
+intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
281
+ 'matplotlb': ('http://matplotlib.org', None)}
282
283
################# numpydoc config ####################
284
0 commit comments