diff --git a/docs/source/_templates/_static/css/ignite_theme.css b/docs/source/_templates/_static/css/ignite_theme.css index 1a4d967a9ad1..c05ac0917a06 100644 --- a/docs/source/_templates/_static/css/ignite_theme.css +++ b/docs/source/_templates/_static/css/ignite_theme.css @@ -1,10 +1,9 @@ -article.pytorch-article table tr th:first-of-type, article.pytorch-article table tr td:first-of-type -{ +article.pytorch-article table tr th:first-of-type, +article.pytorch-article table tr td:first-of-type { width: 17px; } -div.container a.header-logo -{ +div.container a.header-logo { height: 80px; width: 160px; background-image: url("../img/ignite_logo.svg"); @@ -68,7 +67,8 @@ div.container a.header-logo text-decoration: none; } -.rst-versions .rst-current-version:after, .rst-versions .rst-current-version:before { +.rst-versions .rst-current-version:after, +.rst-versions .rst-current-version:before { display: table; content: ""; } @@ -79,7 +79,8 @@ div.container a.header-logo display: block; } -.rst-versions .rst-current-version .fa-book, .rst-versions .rst-current-version .icon-book { +.rst-versions .rst-current-version .fa-book, +.rst-versions .rst-current-version .icon-book { float: left; } @@ -87,7 +88,8 @@ div.container a.header-logo color: #454545; } -.rst-versions .rst-current-version .fa-book, .rst-versions .rst-current-version .icon-book { +.rst-versions .rst-current-version .fa-book, +.rst-versions .rst-current-version .icon-book { float: left; } @@ -114,7 +116,9 @@ div.container a.header-logo color: #ee4c2c; } -.fa:before, a .fa, li .fa { +.fa:before, +a .fa, +li .fa { text-decoration: inherit; } @@ -131,8 +135,11 @@ article.pytorch-article table.longtable.docutils.align-default colgroup { display: none; } -article.pytorch-article table.longtable.docutils.align-default tbody td:first-child { - width: 30%; +article.pytorch-article + table.longtable.docutils.align-default + tbody + td:first-child { + width: 40%; } article.pytorch-article table.longtable.docutils.align-default tbody td { diff --git a/docs/source/contrib/engines.rst b/docs/source/contrib/engines.rst index e223e17035a6..1d1bce0e0aeb 100644 --- a/docs/source/contrib/engines.rst +++ b/docs/source/contrib/engines.rst @@ -1,9 +1,9 @@ ignite.contrib.engines ====================== -Contribution module of engines and helper tools +Contribution module of engines and helper tools: -.. currentmodule:: ignite.contrib.engines +ignite.contrib.engines.tbptt .. currentmodule:: ignite.contrib.engines.tbptt @@ -11,6 +11,8 @@ Contribution module of engines and helper tools :nosignatures: :autolist: +ignite.contrib.engines.common + .. currentmodule:: ignite.contrib.engines.common .. autosummary:: diff --git a/docs/source/engine.rst b/docs/source/engine.rst index 0ceda8406c58..12d2f6a31641 100644 --- a/docs/source/engine.rst +++ b/docs/source/engine.rst @@ -3,25 +3,31 @@ ignite.engine Main module of the library containing: +ignite.engine.engine + .. currentmodule:: ignite.engine.engine .. autosummary:: :nosignatures: :autolist: +ignite.engine.events + .. currentmodule:: ignite.engine.events .. autosummary:: :nosignatures: :autolist: +ignite.engine.deterministic (helper methods for deterministic training) + .. currentmodule:: ignite.engine.deterministic .. autosummary:: :nosignatures: :autolist: -and helper methods: +and helper methods to define supervised trainer and evaluator: .. currentmodule:: ignite.engine @@ -296,4 +302,3 @@ here: # handler synchronizes the random state torch.manual_seed(12) a = torch.rand(1) -