Skip to content

Commit 9c9d998

Browse files
imreddyTejaSbozzolo
authored andcommitted
Change !!!note to !!! note
!!!note does not create a admonition
1 parent 6573f72 commit 9c9d998

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/src/climaartifacts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ developers:
2121
2222
Also, keep in mind that
2323

24-
!!!note
25-
24+
!!! note
25+
2626
Julia artifacts are always entire folders, never single files!
2727

2828
### Julia artifacts and MPI
@@ -77,7 +77,7 @@ The `@clima_artifact` macro is executed at parse time when the argument is a
7777
literal string (e.g., `@clima_artifact("socrates")`), and at runtime when it is
7878
a variable `@clima_artifact(artifact_name)`.
7979

80-
!!!note
80+
!!! note
8181

8282
`context` is a positional argument, not a keyword one. Calling
8383
`@clima_artifact("socrates"; context)` will fail. (This is due to how Julia

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ non-conservative linear interpolation onto lat-long(-z) grids.
5555
[TempestRemap](https://github.com/ClimateGlobalChange/tempestremap) to perform
5656
conservative interpolation onto lat-long grids.
5757

58-
!!!note
58+
!!! note
5959

6060
At the moment, `TempestRegridder` *does not* support MPI/GPUs and can
6161
only perform interpolation onto lat-long grids (not on z).

docs/src/regridders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ along each direction) and returns a `ClimaCore` `Field` defined on the
6868
Currently, `InterpolationsRegridder` only supports spherical shells and extruded
6969
spherical shells (but it could be easily extended to other domains).
7070

71-
!!!note
71+
!!! note
7272

7373
It is easy to change the spatial interpolation type if needed.
7474

0 commit comments

Comments
 (0)