X Tutup
Skip to content
Closed
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
26 changes: 18 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
|Travis|_ |PyPi|_ |Gitter|_ |Depsy|_

.. image:: https://img.shields.io/travis/rust-lang/rust.svg
:alt: Travis build at https://travis-ci.org/matplotlib/matplotlib
:target: https://travis-ci.org/matplotlib/matplotlib

.. image:: https://badge.fury.io/py/matplotlib.svg
:alt: Pypi package at https://pypi.python.org/pypi/matplotlib/2.0.0
:target: https://badge.fury.io/py/matplotlib

.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/matplotlib/matplotlib
:target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg
:alt: Depsy http://depsy.org/package/python/matplotlib
:target: http://depsy.org/package/python/matplotlib

##########
matplotlib
##########
Expand Down Expand Up @@ -39,14 +57,6 @@ matplotlib's communication channels include active mailing lists:
* `Announcement <https://mail.python.org/mailman/listinfo/matplotlib-announce>`_ mailing list: matplotlib-announce@python.org
* `Development <https://mail.python.org/mailman/listinfo/matplotlib-devel>`_ mailing list: matplotlib-devel@python.org


The first is a good starting point for general questions and discussions.


.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/matplotlib/matplotlib
:target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Contribute
==========
You've discovered a bug or something else you want to change - excellent!
Expand Down
X Tutup