Skip to content

Commit ecaf0e9

Browse files
committed
DOC: add concat to top-level API table
1 parent e18a779 commit ecaf0e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/source/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ github https://github.com/matplotlib/cycler
2525

2626
cycler
2727
Cycler
28+
concat
2829

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.
30+
The public API of :py:mod:`cycler` consists of a class `Cycler`, a
31+
factory function :func:`cycler`, and a concatenation function
32+
:func:`concat`. The factory function provides a simple interface for
33+
creating 'base' `Cycler` objects while the class takes care of the
34+
composition and iteration logic.
3435

3536

3637
`Cycler` Usage

0 commit comments

Comments
 (0)