Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] make GIF look good on mobile #1470

Merged
merged 11 commits into from
Nov 17, 2020
13 changes: 9 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ Ignite Your Networks!

:mod:`ignite` is a high-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.

.. image:: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/pytorch-ignite-teaser.gif
:width: 460
:target: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/teaser.py
.. raw:: html

<a href="https://colab.research.google.com/github/pytorch/ignite/blob/master/assets/tldr/teaser.ipynb">
<img
src="https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/pytorch-ignite-teaser.gif"
style="width: auto; max-width: 80%;"
>
</a>

*Click on the image to see complete code*

Expand Down Expand Up @@ -137,7 +142,7 @@ Library structure
.. toctree::
:maxdepth: 2
:caption: Contrib Package Reference

contrib/engines
contrib/metrics
contrib/handlers
Expand Down