Skip to content

Commit 2b430cb

Browse files
committed
use "alert alert-info" instead
1 parent ce1e073 commit 2b430cb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/examples/plotting.ipynb

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "ignored-brain",
5+
"id": "short-alcohol",
66
"metadata": {},
77
"source": [
88
"# plotting quantified data"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "sealed-bishop",
14+
"id": "applied-caution",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "markdown",
24-
"id": "binding-financing",
24+
"id": "pressed-subscriber",
2525
"metadata": {},
2626
"source": [
2727
"## load the data"
@@ -30,7 +30,7 @@
3030
{
3131
"cell_type": "code",
3232
"execution_count": null,
33-
"id": "round-consistency",
33+
"id": "amino-junction",
3434
"metadata": {},
3535
"outputs": [],
3636
"source": [
@@ -41,21 +41,21 @@
4141
},
4242
{
4343
"cell_type": "markdown",
44-
"id": "collective-surrey",
44+
"id": "solved-inspector",
4545
"metadata": {},
4646
"source": [
4747
"## convert units into a format understood by pint\n",
4848
"\n",
4949
"<!-- Use one of the alert classes: alert-info, alert-warning, alert-success, alert-danger -->\n",
50-
"<div class=\"alert alert-block alert-warning\">\n",
50+
"<div class=\"alert alert-info\">\n",
5151
" <b>Note:</b> this example uses the data provided by the <tt>xarray.tutorial</tt> functions. As such, the units attributes follow the CF conventions, which by default <tt>pint</tt> does not understand. To work around that, we're modifying the <tt>units</tt> attributes here, but in general it is better to use a library that modifies the <tt>UnitRegistry</tt>.\n",
5252
"</div>"
5353
]
5454
},
5555
{
5656
"cell_type": "code",
5757
"execution_count": null,
58-
"id": "satisfied-baseline",
58+
"id": "nonprofit-routine",
5959
"metadata": {},
6060
"outputs": [],
6161
"source": [
@@ -65,7 +65,7 @@
6565
},
6666
{
6767
"cell_type": "markdown",
68-
"id": "indonesian-stuff",
68+
"id": "impaired-giving",
6969
"metadata": {},
7070
"source": [
7171
"## quantify the data"
@@ -74,7 +74,7 @@
7474
{
7575
"cell_type": "code",
7676
"execution_count": null,
77-
"id": "affected-input",
77+
"id": "amended-summary",
7878
"metadata": {},
7979
"outputs": [],
8080
"source": [
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"cell_type": "markdown",
87-
"id": "every-minnesota",
87+
"id": "fatty-penguin",
8888
"metadata": {},
8989
"source": [
9090
"## work with the data"
@@ -93,7 +93,7 @@
9393
{
9494
"cell_type": "code",
9595
"execution_count": null,
96-
"id": "measured-encounter",
96+
"id": "demonstrated-movement",
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
@@ -108,7 +108,7 @@
108108
},
109109
{
110110
"cell_type": "markdown",
111-
"id": "creative-member",
111+
"id": "stone-excess",
112112
"metadata": {},
113113
"source": [
114114
"## plot\n",
@@ -119,7 +119,7 @@
119119
{
120120
"cell_type": "code",
121121
"execution_count": null,
122-
"id": "round-symphony",
122+
"id": "accessory-monster",
123123
"metadata": {},
124124
"outputs": [],
125125
"source": [

0 commit comments

Comments
 (0)