File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636 'sphinx.ext.mathjax' ,
3737 'sphinx.ext.viewcode' ,
3838 'sphinx.ext.autosummary' ,
39- 'matplotlib.sphinxext.only_directives' ,
4039 'matplotlib.sphinxext.plot_directive' ,
4140 'IPython.sphinxext.ipython_directive' ,
4241 'IPython.sphinxext.ipython_console_highlighting' ,
4746autosummary_generate = True
4847
4948numpydoc_show_class_members = False
50- autodoc_default_flags = [ 'members' ]
49+ autodoc_default_options = { 'members' : True }
5150
5251
5352# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 44 Composable cycles
55===================
66
7- .. htmlonly ::
7+ .. only :: html
88
99 :Version: |version |
1010 :Date: |today |
@@ -50,7 +50,6 @@ hashable (as it will eventually be used as the key in a :obj:`dict`).
5050 from __future__ import print_function
5151 from cycler import cycler
5252
53-
5453 color_cycle = cycler(color = [' r' , ' g' , ' b' ])
5554 color_cycle
5655
You can’t perform that action at this time.
0 commit comments