-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Examples sorting order fixed, theming scripts added to repository (#79)
* examples sorting order fixed, theming scripts added to repository * docs added for scripts * fix/theme_scripts_moved_from_unused_theme_to_project: rm dff_sphinx_theme * fix/theme_scripts_moved_from_unused_theme_to_project: upd dependencies * colab links added * github pages deployment action reverted * double titles removed * edit button removed from tutorial pages * edit button removed from tutorial pages * edit-this-page button removal test * unused files and lines removed * beautiful icon added * docs: add WiP in tutorials and development * change beautiful icon from png to svg * docs: update context storages * messengers added to examples, utils added to docs * sphinx build not distributed between cores anymore * utils docs removed * docs: minor fix --------- Co-authored-by: Denis Kuznetsov <[email protected]> Co-authored-by: avsakharov <[email protected]>
- Loading branch information
1 parent
11eaea3
commit 2acc593
Showing
24 changed files
with
735 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
.call-to-action-any { | ||
width: 2rem; | ||
height: 2rem; | ||
margin-inline-end: 10px; | ||
background-size: 100% 100%; | ||
} | ||
|
||
.pytorch-colab { | ||
background-image: url("../images/logo-colab.svg"); | ||
} | ||
|
||
.pytorch-download { | ||
background-image: url("../images/logo-download.svg"); | ||
} | ||
|
||
.pytorch-github { | ||
background-image: url("../images/logo-github.svg"); | ||
} | ||
|
||
|
||
|
||
.call-to-action-desktop-view { | ||
display: none; | ||
} | ||
|
||
.call-to-action-mobile-view { | ||
display: block; | ||
} | ||
|
||
#google-colab-link, #download-notebook-link, #github-view-link { | ||
padding-bottom: 0.625rem; | ||
display: flex; | ||
} | ||
|
||
|
||
|
||
@media screen and (min-width: 768px) { | ||
.call-to-action-desktop-view { | ||
display: block; | ||
} | ||
|
||
.call-to-action-mobile-view { | ||
display: none; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.