Skip to content

Commit

Permalink
Fixes docs (#1147)
Browse files Browse the repository at this point in the history
* Fixed bad link on teaser

* Added manual_seed into docs
  • Loading branch information
vfdev-5 authored Jun 21, 2020
1 parent 0ee7553 commit de4c80f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ 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
.. 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-->
.. image:: https://raw.githubusercontent.com/vfdev-5/ignite/tldr/assets/tldr/pytorch-ignite-teaser.gif
:width: 460
:target: https://github.com/vfdev-5/ignite/blob/tldr/assets/tldr/teaser.py
:target: https://raw.githubusercontent.com/pytorch/ignite/master/assets/tldr/teaser.py

*Click on the image to see complete code*

Expand Down
2 changes: 1 addition & 1 deletion ignite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import torch

__all__ = ["convert_tensor", "apply_to_tensor", "apply_to_type", "to_onehot", "setup_logger"]
__all__ = ["convert_tensor", "apply_to_tensor", "apply_to_type", "to_onehot", "setup_logger", "manual_seed"]


def convert_tensor(
Expand Down

0 comments on commit de4c80f

Please sign in to comment.