-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from gprt-org/docs
Documentation for samples 0 and 1
- Loading branch information
Showing
25 changed files
with
1,497 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* This stylesheet is applied after the theme's default one, | ||
* and thus any overrides or additions can be added here. | ||
* | ||
* More info: | ||
* https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.add_css_file | ||
*/ | ||
|
||
/* Allow text to flow around right aligned images */ | ||
.align-right { | ||
float: right; | ||
margin: 0 0 24px 24px; | ||
} | ||
|
||
/* Prevent images from flowing into other headings */ | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6 { | ||
clear: both; | ||
} |
Oops, something went wrong.