|
16 | 16 | "cell_type": "markdown",
|
17 | 17 | "metadata": {},
|
18 | 18 | "source": [
|
19 |
| - ":::{note}\n", |
20 |
| - "The following design diagram is actually provided in the [Plotting API](../03-uxarray-vis/01-plot-api.ipynb) section along with key takeaways about it. We highly recommend to check them out as well.\n", |
21 |
| - ":::" |
| 19 | + "<div class=\"admonition alert alert-info\">\n", |
| 20 | + " <p class=\"admonition-title\" style=\"font-weight:bold\">Note:</p>\n", |
| 21 | + " The following design diagram is actually provided in the <a href=\"../03-uxarray-vis/01-plot-api.ipynb\">Plotting\n", |
| 22 | + " API</a> section along with key takeaways about it. We highly recommend to check them out as well.\n", |
| 23 | + "</div>" |
22 | 24 | ]
|
23 | 25 | },
|
24 | 26 | {
|
|
69 | 71 | "cell_type": "markdown",
|
70 | 72 | "metadata": {},
|
71 | 73 | "source": [
|
72 |
| - ":::{important}\n", |
73 |
| - "UXarray takes care of the vital tasks such as recognizing unstructured grids from various formats (such as UGRID, MPAS, Scrip, Exodus, etc.) and representing them in a unified UGRID-like format, providing the data structures and functionality necessary for convenient preprocessing of the grid, and wrapping up HoloViz packages' functionality to enable unstructured grids-specialized, high-level visualization functions.\n", |
74 |
| - ":::" |
| 74 | + "<div class=\"admonition alert alert-warning\">\n", |
| 75 | + " <p class=\"admonition-title\" style=\"font-weight:bold\">Important!</p>\n", |
| 76 | + " UXarray takes care of the vital tasks such as recognizing unstructured grids from various formats (such as UGRID,\n", |
| 77 | + " MPAS, Scrip, Exodus, etc.) and representing them in a unified UGRID-like format, providing the data structures and\n", |
| 78 | + " functionality necessary for convenient preprocessing of the grid, and wrapping up HoloViz packages' functionality to\n", |
| 79 | + " enable unstructured grids-specialized, high-level visualization functions.\n", |
| 80 | + "</div>" |
75 | 81 | ]
|
76 | 82 | },
|
77 | 83 | {
|
|
99 | 105 | "cell_type": "markdown",
|
100 | 106 | "metadata": {},
|
101 | 107 | "source": [
|
102 |
| - ":::{important}\n", |
103 |
| - "UXarray allows both Matplotlib and Bokeh backends to be chosen in visualization functions as they are provided by Holoviews (in addition to Plotly).\n", |
104 |
| - ":::" |
| 108 | + "<div class=\"admonition alert alert-info\">\n", |
| 109 | + " <p class=\"admonition-title\" style=\"font-weight:bold\">Note:</p>\n", |
| 110 | + " UXarray allows both Matplotlib and Bokeh backends to be chosen in visualization functions as they are provided by Holoviews (in addition to Plotly).\n", |
| 111 | + "</div>" |
105 | 112 | ]
|
106 | 113 | },
|
107 | 114 | {
|
|
207 | 214 | "cell_type": "markdown",
|
208 | 215 | "metadata": {},
|
209 | 216 | "source": [
|
210 |
| - ":::{warning}\n", |
211 |
| - "While these conversion functions have already been released, we have observed some issues with the resulting Matplotlib plots after the exceution of these functions, and the bug-fixing of that is WIP. Hence, we don't have an officially released documentation/example about these functions yet.\n", |
212 |
| - ":::" |
| 217 | + "<div class=\"admonition alert alert-warning\">\n", |
| 218 | + " <p class=\"admonition-title\" style=\"font-weight:bold\">Warning!</p>\n", |
| 219 | + " While these conversion functions have already been released, we have observed some issues with the resulting Matplotlib plots after the exceution of\n", |
| 220 | + " these functions, and the bug-fixing of that is WIP. Hence, we don't have an officially released documentation/example about these functions yet.\n", |
| 221 | + "</div>" |
213 | 222 | ]
|
214 | 223 | },
|
215 | 224 | {
|
|
255 | 264 | "name": "python",
|
256 | 265 | "nbconvert_exporter": "python",
|
257 | 266 | "pygments_lexer": "ipython3",
|
258 |
| - "version": "3.11.6" |
| 267 | + "version": "3.12.2" |
259 | 268 | },
|
260 | 269 | "nbdime-conflicts": {
|
261 | 270 | "local_diff": [
|
|
0 commit comments