Skip to content
Merged
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
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
|PyPi|_ |Supported Python versions|_ |Travis|_ |Codecov|_

.. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat
.. _PyPi: https://pypi.python.org/pypi/cycler

.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg
.. _Supported Python versions: https://pypi.python.org/pypi/cycler

.. |Travis| image:: https://travis-ci.org/matplotlib/cycler.svg?branch=master
.. _Travis: https://travis-ci.org/matplotlib/cycler

.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=master&service=github
.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=master

cycler: composable cycles
=========================

Expand Down