-
Couldn't load subscription status.
- Fork 142
Update figure selection and layout of the gallery #4060
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ce44314
draft changes to gallery and legacy recipes
bettina-gier dc9ce25
add legacy recipe page
bettina-gier fb0f11f
fav image in better comment style
bettina-gier 720e999
docutils parser, html layout, multiple figures per recipe
lukruh ed6b995
skip recipes without label in first line
lukruh 06ccafc
adapt psyplot to new legacy structure
bettina-gier d5a93b0
improve look and feel, extra css file
lukruh 2652de0
Merge branch 'gallery-updates' of github.com:ESMValGroup/ESMValTool i…
lukruh 946c676
readd psyplot legacy
bettina-gier 6f59f58
Fixing figure captions
bettina-gier 641134b
responsive layout
lukruh 96f5aea
fix errors
bettina-gier 6c88370
Merge branch 'gallery-updates' of github.com:ESMValGroup/ESMValTool i…
bettina-gier d5bd2a5
test 2 gallery plots from 1 recipe file
bettina-gier 62453cf
hide docutils parsing errors, fine tune plot width
lukruh 1a9945e
fix duplicate figure name
bettina-gier a9c40ee
hide caption numbers in gallery
lukruh d20a171
Merge branch 'main' into gallery-updates
bettina-gier 953c1da
Merge branch 'main' into gallery-updates
bettina-gier 49723cb
add gallery tags to documentation
bettina-gier 46e5e8f
add gallery tags to documentation
bettina-gier 73e0956
Merge branch 'main' into gallery-updates
bettina-gier 8903f82
Update doc/sphinx/source/generate_gallery.py
lukruh 5e50ca7
adjust mobile breakpoints without sidebar
lukruh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,41 @@ | ||
| .gallery { | ||
| display: grid; | ||
| grid-template-columns: repeat(3, minmax(180px, 1fr)); | ||
| gap: 1em; | ||
| } | ||
|
|
||
| @media (max-width: 300px) { | ||
| .gallery { | ||
| grid-template-columns: repeat(1, minmax(180px, 1fr)); | ||
| } | ||
| } | ||
|
|
||
| .gallery figure:hover { | ||
| background-color: var(--pst-color-surface); | ||
| } | ||
|
|
||
| .gallery figure img { | ||
| max-height: 220px; | ||
| object-fit: cover; | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| .gallery figure figcaption { | ||
| color: var(--pst-color-text-muted); | ||
| line-height: 1.2; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| .gallery figure figcaption a { | ||
| text-decoration: none; | ||
| color: var(--pst-color-text); | ||
| } | ||
|
|
||
| .gallery figure figcaption a:hover { | ||
| text-decoration: underline; | ||
| color: var(--pst-color-link-hover); | ||
| } | ||
|
|
||
| .gallery figure span.caption-number { | ||
| display: none; | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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,16 @@ | ||
| .. _legacy_recipe_list: | ||
|
|
||
| Legacy Recipes | ||
| ============== | ||
|
|
||
| Recipes that have been retired and are included for | ||
| documentation purposes only. Typically, these recipes | ||
| require a legacy version of ESMValTool to run. | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 1 | ||
|
|
||
| legacy/recipe_psyplot | ||
| legacy/recipe_rainfarm | ||
| legacy/recipe_schlund20jgr | ||
| legacy/recipe_spei |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.