Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
Expand All @@ -47,7 +46,7 @@
autosummary_generate = True

numpydoc_show_class_members = False
autodoc_default_flags = ['members']
autodoc_default_options = {'members': True}


# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 1 addition & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Composable cycles
===================

.. htmlonly::
.. only:: html

:Version: |version|
:Date: |today|
Expand Down Expand Up @@ -50,7 +50,6 @@ hashable (as it will eventually be used as the key in a :obj:`dict`).
from __future__ import print_function
from cycler import cycler


color_cycle = cycler(color=['r', 'g', 'b'])
color_cycle

Expand Down