Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@ html.writer-html5 .rst-content dl.field-list {
max-width: 80%!important;
}

.sphx-glr-tag-label {
font-weight: bold;
background-color: #f2f3f5;
padding: 0.1rem 0.35rem;
}

.sphx-glr-tag {
background-color: #e6eef8;
margin: 0.1rem 0.2rem 0.1rem 0;
padding: 0.1rem 0.35rem;
}

/*
* Styles for aligning table cells.
* https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#markdown-syntax
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- sphinx-autodoc-typehints
- sphinx-copybutton
- sphinx-design
- sphinx-gallery>=0.19.0
- sphinx-gallery>=0.21.0
- sphinx_rtd_theme
# Dev dependencies (building PDF documentation)
- cairosvg
Expand Down
2 changes: 2 additions & 0 deletions examples/projections/azim/azim_equidistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
water="white",
)
fig.show()

# sphinx_gallery_tags = ["equidistant"]
2 changes: 2 additions & 0 deletions examples/projections/azim/azim_general_stereographic.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
water="white",
)
fig.show()

# sphinx_gallery_tags = ["conformal"]
2 changes: 2 additions & 0 deletions examples/projections/azim/azim_lambert.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
water="white",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/conic/conic_albers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@
water="gray90",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/conic/conic_equidistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
water="gray90",
)
fig.show()

# sphinx_gallery_tags = ["equidistant"]
3 changes: 2 additions & 1 deletion examples/projections/conic/conic_lambert.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
land="seagreen",
water="gray90",
)

fig.show()

# sphinx_gallery_tags = ["conformal"]
2 changes: 2 additions & 0 deletions examples/projections/cyl/cyl_equal_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
water="steelblue",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/cyl/cyl_equidistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
water="steelblue",
)
fig.show()

# sphinx_gallery_tags = ["equidistant"]
2 changes: 2 additions & 0 deletions examples/projections/cyl/cyl_mercator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@
water="steelblue",
)
fig.show()

# sphinx_gallery_tags = ["conformal"]
1 change: 1 addition & 0 deletions examples/projections/cyl/cyl_oblique_mercator.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@
fig.show()

# sphinx_gallery_thumbnail_number = 3
# sphinx_gallery_tags = ["conformal"]
2 changes: 2 additions & 0 deletions examples/projections/cyl/cyl_transverse_mercator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
water="steelblue",
)
fig.show()

# sphinx_gallery_tags = ["conformal"]
2 changes: 2 additions & 0 deletions examples/projections/cyl/cyl_universal_transverse_mercator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@
water="steelblue",
)
fig.show()

# sphinx_gallery_tags = ["conformal"]
2 changes: 2 additions & 0 deletions examples/projections/misc/misc_eckertIV.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@
water="bisque4",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/misc/misc_eckertVI.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
water="bisque4",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/misc/misc_hammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
water="bisque4",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/misc/misc_mollweide.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
water="bisque4",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]
2 changes: 2 additions & 0 deletions examples/projections/misc/misc_sinusoidal.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
water="bisque4",
)
fig.show()

# sphinx_gallery_tags = ["equal-area"]