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 e18a779 commit ecaf0e9Copy full SHA for ecaf0e9
doc/source/index.rst
@@ -25,12 +25,13 @@ github https://github.com/matplotlib/cycler
25
26
cycler
27
Cycler
28
+ concat
29
-
30
-The public API of :py:mod:`cycler` consists of a class `Cycler` and a
31
-factory function :func:`cycler`. The function provides a simple interface for
32
-creating 'base' `Cycler` objects while the class takes care of the composition
33
-and iteration logic.
+The public API of :py:mod:`cycler` consists of a class `Cycler`, a
+factory function :func:`cycler`, and a concatenation function
+:func:`concat`. The factory function provides a simple interface for
+creating 'base' `Cycler` objects while the class takes care of the
34
+composition and iteration logic.
35
36
37
`Cycler` Usage
0 commit comments