minor README updates:

- Add code formatting to tqdm(iterable) (#236)
- Update README.rst with screenshot caption (#220)
  Add note and link to bpython.
This commit is contained in:
Casper da Costa-Luis 2016-08-16 09:45:12 -04:00 committed by Casper da Costa-Luis
parent 713f615841
commit c893d90768
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ tqdm
``tqdm`` (read taqadum, تقدّم) means "progress" in arabic.
Instantly make your loops show a smart progress meter - just wrap any
iterable with "tqdm(iterable)", and you're done!
iterable with ``tqdm(iterable)``, and you're done!
.. code:: python
@ -29,6 +29,7 @@ Here's what the output looks like:
``tqdm(xrange(N))``.
|Screenshot|
Screenshot using `bpython <http://www.bpython-interpreter.org/>`__
It can also be executed as a module with pipes: