Skip to content

Commit

Permalink
add new sphinx-tags (#1309)
Browse files Browse the repository at this point in the history
* add new sphinx-tags

* add changelog news fragment
  • Loading branch information
bjlittle authored Jan 31, 2025
1 parent 0b63e0f commit 6f86f35
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog/1309.documentation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Added references to the new ``cast``, ``contour`` and ``triangulate``
`sphinx-tags <https://github.com/melissawm/sphinx-tags>`__ for the
``filter`` category. (:user:`bjlittle`)
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
tags_badge_colors = {
"component:*": "primary", # coastlines, graticule, manifold, texture, vectors
"domain:*": "secondary", # oceanography, seismology, meteorology, orography
"filter:*": "success", # extrude, threshold, warp
"filter:*": "success", # cast, contour, extrude, threshold, triangulate, warp
"load:*": "dark", # rectilinear, curvilinear, unstructured, points, geotiff
"projection:*": "warning", # crs, transform
"render:*": "danger", # camera
Expand Down
2 changes: 1 addition & 1 deletion src/geovista/examples/curvilinear/from_2d__orca.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
component: coastlines, component: texture,
domain: oceanography,
filter: threshold
filter: threshold,
load: curvilinear
----
Expand Down
2 changes: 1 addition & 1 deletion src/geovista/examples/curvilinear/from_2d__orca_moll.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
component: coastlines, component: texture,
domain: oceanography,
filter: extrude, filter: threshold
filter: cast, filter: extrude, filter: threshold,
load: curvilinear,
projection: crs, projection: transform
Expand Down
4 changes: 1 addition & 3 deletions src/geovista/examples/extraction/wedge_manifold.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
.. tags::
component: coastlines,
component: manifold,
component: texture,
component: coastlines, component: manifold, component: texture,
domain: orography,
load: unstructured
Expand Down

0 comments on commit 6f86f35

Please sign in to comment.