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 5daabdd commit c94dc47Copy full SHA for c94dc47
doc/_static/mpl.css
@@ -971,6 +971,10 @@ p.sphx-glr-signature a.reference.external {
971
font-weight: 400;
972
}
973
974
+.viewcode-link {
975
+ margin-left: 0.5em;
976
+}
977
+
978
.sidebar-announcement {
979
border: 1px solid #11557C;
980
background: #eff9ff;
doc/conf.py
@@ -33,6 +33,7 @@
33
'sphinx.ext.doctest',
34
'sphinx.ext.inheritance_diagram',
35
'sphinx.ext.intersphinx',
36
+ 'sphinx.ext.viewcode',
37
'IPython.sphinxext.ipython_console_highlighting',
38
'IPython.sphinxext.ipython_directive',
39
'numpydoc', # Needs to be loaded *after* autodoc.
0 commit comments