Skip to content

Commit 17bb11d

Browse files
CrazyPythoncasperdcl
authored andcommitted
Rebased README copyediting (#240)
1 parent 0346a4a commit 17bb11d

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
tqdm
44
====
55

6-
|PyPi-Status| |PyPi-Versions|
6+
|PyPI-Status| |PyPI-Versions|
77

88
|Build-Status| |Coverage-Status| |Branch-Coverage-Status|
99

10-
|DOI-URI| |Licence|
10+
|DOI-URI| |LICENCE|
1111

1212

1313
``tqdm`` (read taqadum, تقدّم) means "progress" in arabic.
@@ -66,10 +66,10 @@ return \r`` and ``line feed \n`` control characters.
6666
Installation
6767
------------
6868

69-
Latest pypi stable release
69+
Latest PyPI stable release
7070
~~~~~~~~~~~~~~~~~~~~~~~~~~
7171

72-
|PyPi-Status|
72+
|PyPI-Status|
7373

7474
.. code:: sh
7575
@@ -78,7 +78,7 @@ Latest pypi stable release
7878
Latest development release on github
7979
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8080

81-
|Github-Status| |Github-Stars| |Github-Forks|
81+
|GitHub-Status| |GitHub-Stars| |GitHub-Forks|
8282

8383
Pull and install in the current directory:
8484

@@ -90,8 +90,8 @@ Pull and install in the current directory:
9090
Changelog
9191
---------
9292

93-
The list of all changes is available either on Github's Releases:
94-
|Github-Status| or on crawlers such as
93+
The list of all changes is available either on GitHub's Releases:
94+
|GitHub-Status| or on crawlers such as
9595
`allmychanges.com <https://allmychanges.com/p/python/tqdm/>`_.
9696

9797

@@ -217,7 +217,7 @@ If you come across any other difficulties, browse/open issues
217217
Documentation
218218
-------------
219219

220-
|PyPi-Versions| |Readme-Hits| (Since 19 May 2016)
220+
|PyPI-Versions| |README-Hits| (Since 19 May 2016)
221221

222222
.. code:: python
223223
@@ -711,10 +711,10 @@ now we have predictive information:
711711

712712
However, the progress is not smooth: it increments in steps, 1 step being
713713
1 file processed. The problem is that we do not just walk through files tree,
714-
but we process the files contents. Thus, if we stumble on one very large file
714+
but we process the files contents. Thus, if we stumble upon one very large file
715715
which takes a great deal more time to process than other smaller files,
716716
the progress bar
717-
will still considers that file is of equal processing weight.
717+
will still consider that file is of equal processing weight.
718718

719719
To fix this, we should use another indicator than the files count: the total
720720
sum of all files sizes. This would be more pertinent since the data we
@@ -756,18 +756,18 @@ predicted time and statistics:
756756
Contributions
757757
-------------
758758

759-
All source code is hosted on `github <https://github.com/tqdm/tqdm>`__.
759+
All source code is hosted on `GitHub <https://github.com/tqdm/tqdm>`__.
760760
Contributions are welcome.
761761

762762
See the
763763
`CONTRIBUTE <https://raw.githubusercontent.com/tqdm/tqdm/master/CONTRIBUTE>`__
764764
file for more information.
765765

766766

767-
Licence
767+
LICENCE
768768
-------
769769

770-
Open Source (OSI approved): |Licence|
770+
Open Source (OSI approved): |LICENCE|
771771

772772
Citation information: |DOI-URI|
773773

@@ -786,7 +786,7 @@ Ranked by contributions.
786786

787787
`*` Original author
788788

789-
|Readme-Hits| (Since 19 May 2016)
789+
|README-Hits| (Since 19 May 2016)
790790

791791
.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/logo.png
792792
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif
@@ -796,23 +796,23 @@ Ranked by contributions.
796796
:target: https://coveralls.io/r/tqdm/tqdm
797797
.. |Branch-Coverage-Status| image:: https://codecov.io/github/tqdm/tqdm/coverage.svg?branch=master
798798
:target: https://codecov.io/github/tqdm/tqdm?branch=master
799-
.. |Github-Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=2592000
799+
.. |GitHub-Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=2592000
800800
:target: https://github.com/tqdm/tqdm/releases
801-
.. |Github-Forks| image:: https://img.shields.io/github/forks/tqdm/tqdm.svg
801+
.. |GitHub-Forks| image:: https://img.shields.io/github/forks/tqdm/tqdm.svg
802802
:target: https://github.com/tqdm/tqdm/network
803-
.. |Github-Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg
803+
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg
804804
:target: https://github.com/tqdm/tqdm/stargazers
805-
.. |PyPi-Status| image:: https://img.shields.io/pypi/v/tqdm.svg
805+
.. |PyPI-Status| image:: https://img.shields.io/pypi/v/tqdm.svg
806806
:target: https://pypi.python.org/pypi/tqdm
807-
.. |PyPi-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg
807+
.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg
808808
:target: https://pypi.python.org/pypi/tqdm
809-
.. |PyPi-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg
809+
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg
810810
:target: https://pypi.python.org/pypi/tqdm
811-
.. |Licence| image:: https://img.shields.io/pypi/l/tqdm.svg
811+
.. |LICENCE| image:: https://img.shields.io/pypi/l/tqdm.svg
812812
:target: https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE
813813
.. |DOI-URI| image:: https://zenodo.org/badge/21637/tqdm/tqdm.svg
814814
:target: https://zenodo.org/badge/latestdoi/21637/tqdm/tqdm
815815
.. |Screenshot-Jupyter1| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-1.gif
816816
.. |Screenshot-Jupyter2| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-2.gif
817817
.. |Screenshot-Jupyter3| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm-jupyter-3.gif
818-
.. |Readme-Hits| image:: http://hitt.herokuapp.com/tqdm/tqdm.svg
818+
.. |README-Hits| image:: http://hitt.herokuapp.com/tqdm/tqdm.svg

0 commit comments

Comments
 (0)