Skip to content

Commit

Permalink
add slides, video images
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 2, 2019
1 parent 0e7ee17 commit 82e23e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .meta/.readme.rst
Expand Up @@ -27,9 +27,7 @@ iterable with ``tqdm(iterable)``, and you're done!
``tqdm(xrange(N))``.

|Screenshot|
REPL: `ptpython <https://github.com/jonathanslenders/ptpython>`__ |
PyData London: `video <https://tqdm.github.io/video>`__
/ `slides <https://tqdm.github.io/PyData2019/slides.html>`__
|Video| |Slides|

It can also be executed as a module with pipes:

Expand Down Expand Up @@ -886,6 +884,10 @@ Citation information: |DOI| (publication), |DOI-code| (code)

.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif
.. |Video| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/video.jpg
:target: https://tqdm.github.io/video
.. |Slides| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/slides.jpg
:target: https://tqdm.github.io/PyData2019/slides.html
.. |Build-Status| image:: https://img.shields.io/travis/tqdm/tqdm/master.svg?logo=travis
:target: https://travis-ci.org/tqdm/tqdm
.. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/tqdm/badge.svg?branch=master
Expand Down
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -27,9 +27,7 @@ iterable with ``tqdm(iterable)``, and you're done!
``tqdm(xrange(N))``.

|Screenshot|
REPL: `ptpython <https://github.com/jonathanslenders/ptpython>`__ |
PyData London: `video <https://tqdm.github.io/video>`__
/ `slides <https://tqdm.github.io/PyData2019/slides.html>`__
|Video| |Slides|

It can also be executed as a module with pipes:

Expand Down Expand Up @@ -1052,6 +1050,10 @@ Citation information: |DOI| (publication), |DOI-code| (code)

.. |Logo| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/logo.gif
.. |Screenshot| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/tqdm.gif
.. |Video| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/video.jpg
:target: https://tqdm.github.io/video
.. |Slides| image:: https://raw.githubusercontent.com/tqdm/tqdm/master/images/slides.jpg
:target: https://tqdm.github.io/PyData2019/slides.html
.. |Build-Status| image:: https://img.shields.io/travis/tqdm/tqdm/master.svg?logo=travis
:target: https://travis-ci.org/tqdm/tqdm
.. |Coverage-Status| image:: https://coveralls.io/repos/tqdm/tqdm/badge.svg?branch=master
Expand Down
Binary file added images/slides.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/video.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82e23e4

Please sign in to comment.