mirror of https://github.com/tqdm/tqdm.git
minor README tidy
This commit is contained in:
parent
f270ee05b5
commit
42e5eb3d42
39
README.rst
39
README.rst
|
@ -3,11 +3,11 @@
|
|||
tqdm
|
||||
====
|
||||
|
||||
|PyPi Status| |PyPi Downloads| |PyPi Versions|
|
||||
|PyPi-Status| |PyPi-Downloads| |PyPi-Versions|
|
||||
|
||||
|Build Status| |Coverage Status| |Branch Coverage Status|
|
||||
|Build-Status| |Coverage-Status| |Branch-Coverage-Status|
|
||||
|
||||
|DOI URI| |Licence|
|
||||
|DOI-URI| |Licence|
|
||||
|
||||
|
||||
``tqdm`` (read taqadum, تقدّم) means "progress" in arabic.
|
||||
|
@ -69,7 +69,7 @@ Installation
|
|||
Latest pypi stable release
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|PyPi Status| |PyPi Downloads|
|
||||
|PyPi-Status| |PyPi-Downloads|
|
||||
|
||||
.. code:: sh
|
||||
|
||||
|
@ -78,7 +78,7 @@ Latest pypi stable release
|
|||
Latest development release on github
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|Github Status| |Github Stars| |Github Forks|
|
||||
|Github-Status| |Github-Stars| |Github-Forks|
|
||||
|
||||
Pull and install in the current directory:
|
||||
|
||||
|
@ -91,7 +91,7 @@ Changelog
|
|||
---------
|
||||
|
||||
The list of all changes is available either on Github's Releases:
|
||||
|Github Status| or on crawlers such as
|
||||
|Github-Status| or on crawlers such as
|
||||
`allmychanges.com <https://allmychanges.com/p/python/tqdm/>`_.
|
||||
|
||||
|
||||
|
@ -200,7 +200,7 @@ Backing up a large directory?
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
|PyPi Versions|
|
||||
|PyPi-Versions|
|
||||
|
||||
.. code:: python
|
||||
|
||||
|
@ -701,7 +701,7 @@ Licence
|
|||
|
||||
Open Source (OSI approved): |Licence|
|
||||
|
||||
Citation information: |DOI URI|
|
||||
Citation information: |DOI-URI|
|
||||
|
||||
Authors
|
||||
-------
|
||||
|
@ -717,30 +717,33 @@ Ranked by contributions.
|
|||
|
||||
`*` Original author
|
||||
|
||||
|Readme-Hits| (Since 19 May 2016)
|
||||
|
||||
.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/logo.png
|
||||
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif
|
||||
.. |Build Status| image:: https://travis-ci.org/tqdm/tqdm.svg?branch=master
|
||||
.. |Build-Status| image:: https://travis-ci.org/tqdm/tqdm.svg?branch=master
|
||||
:target: https://travis-ci.org/tqdm/tqdm
|
||||
.. |Coverage Status| image:: https://coveralls.io/repos/tqdm/tqdm/badge.svg
|
||||
.. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/tqdm/badge.svg
|
||||
:target: https://coveralls.io/r/tqdm/tqdm
|
||||
.. |Branch Coverage Status| image:: https://codecov.io/github/tqdm/tqdm/coverage.svg?branch=master
|
||||
.. |Branch-Coverage-Status| image:: https://codecov.io/github/tqdm/tqdm/coverage.svg?branch=master
|
||||
:target: https://codecov.io/github/tqdm/tqdm?branch=master
|
||||
.. |Github Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=2592000
|
||||
.. |Github-Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=2592000
|
||||
:target: https://github.com/tqdm/tqdm/releases
|
||||
.. |Github Forks| image:: https://img.shields.io/github/forks/tqdm/tqdm.svg
|
||||
.. |Github-Forks| image:: https://img.shields.io/github/forks/tqdm/tqdm.svg
|
||||
:target: https://github.com/tqdm/tqdm/network
|
||||
.. |Github Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg
|
||||
.. |Github-Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg
|
||||
:target: https://github.com/tqdm/tqdm/stargazers
|
||||
.. |PyPi Status| image:: https://img.shields.io/pypi/v/tqdm.svg
|
||||
.. |PyPi-Status| image:: https://img.shields.io/pypi/v/tqdm.svg
|
||||
:target: https://pypi.python.org/pypi/tqdm
|
||||
.. |PyPi Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg
|
||||
.. |PyPi-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg
|
||||
:target: https://pypi.python.org/pypi/tqdm
|
||||
.. |PyPi Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg
|
||||
.. |PyPi-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg
|
||||
:target: https://pypi.python.org/pypi/tqdm
|
||||
.. |Licence| image:: https://img.shields.io/pypi/l/tqdm.svg
|
||||
:target: https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE
|
||||
.. |DOI URI| image:: https://zenodo.org/badge/21637/tqdm/tqdm.svg
|
||||
.. |DOI-URI| image:: https://zenodo.org/badge/21637/tqdm/tqdm.svg
|
||||
:target: https://zenodo.org/badge/latestdoi/21637/tqdm/tqdm
|
||||
.. |Screenshot-Jupyter1| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-1.gif
|
||||
.. |Screenshot-Jupyter2| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-2.gif
|
||||
.. |Screenshot-Jupyter3| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-3.gif
|
||||
.. |Readme-Hits| image:: http://hitt.herokuapp.com/tqdm/tqdm.svg
|
||||
|
|
Loading…
Reference in New Issue