Skip to content

Commit 3ae77c9

Browse files
committed
Remove <center> from html to allow github to show images.
1 parent 75d6f18 commit 3ae77c9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/manual/gridtoolAppTutorial.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"\n",
1111
"<div>\n",
12-
" <center><img src=\"../images/gridNWAtl.png\" width=\"700\" height=\"500\"></center>\n",
12+
" <img src=\"../images/gridNWAtl.png\" width=\"700\" height=\"500\">\n",
1313
"</div>\n",
1414
"\n",
1515
"**<center>In this tutorial, we demonstrate how to create a Northwest Atlantic Grid.</center>**\n",
@@ -28,7 +28,7 @@
2828
"# 1. Load the Gridtool Application\n",
2929
"\n",
3030
"<div>\n",
31-
" <center><img src=\"../images/runMkGrid.png\" width=\"500\" height=\"500\"></center>\n",
31+
" <img src=\"../images/runMkGrid.png\" width=\"500\" height=\"500\">\n",
3232
"</div>\n",
3333
"\n",
3434
"<br>\n",
@@ -39,7 +39,7 @@
3939
"**1.3**\\. Run the notebook.\n",
4040
"\n",
4141
"<div>\n",
42-
" <center><img src=\"../images/gridtoolApp.png\" width=\"500\" height=\"500\"></center>\n",
42+
" <img src=\"../images/gridtoolApp.png\" width=\"500\" height=\"500\">\n",
4343
"</div>\n",
4444
"\n",
4545
"<br>\n",
@@ -56,7 +56,7 @@
5656
"# 2. Create the Grid\n",
5757
"\n",
5858
"<div>\n",
59-
" <center><img src=\"../images/gridCenter.png\" width=\"500\" height=\"500\"></center>\n",
59+
" <img src=\"../images/gridCenter.png\" width=\"500\" height=\"500\">\n",
6060
"</div>\n",
6161
"\n",
6262
"<br>\n",
@@ -92,7 +92,7 @@
9292
"# 3. Plot the Grid\n",
9393
"\n",
9494
"<div>\n",
95-
" <center><img src=\"../images/plotNWAtl.png\" width=\"700\" height=\"700\"></center>\n",
95+
" <img src=\"../images/plotNWAtl.png\" width=\"700\" height=\"700\">\n",
9696
"</div>\n",
9797
"\n",
9898
"<br>\n",
@@ -127,7 +127,7 @@
127127
"source": [
128128
"# 4. Download the Grid\n",
129129
"<div>\n",
130-
" <center><img src=\"../images/gridInfo.png\" width=\"500\" height=\"500\"></center>\n",
130+
" <img src=\"../images/gridInfo.png\" width=\"500\" height=\"500\">\n",
131131
"</div>\n",
132132
"\n",
133133
"<br>\n",
@@ -149,7 +149,7 @@
149149
"<br>\n",
150150
"\n",
151151
"<div>\n",
152-
" <center><img src=\"../images/downloadGrid.png\" width=\"500\" height=\"500\"></center>\n",
152+
" <img src=\"../images/downloadGrid.png\" width=\"500\" height=\"500\">\n",
153153
"</div>\n",
154154
"\n",
155155
"***"

docs/manual/local_installation_tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"\n",
1717
"<div>\n",
18-
" <center><img src=\"../images/gridApp.png\" width=\"700\" height=\"500\"></center>\n",
18+
" <img src=\"../images/gridApp.png\" width=\"700\" height=\"500\">\n",
1919
"</div>\n",
2020
"\n",
2121
"**<center>In this tutorial, we show how to install the ESMG Gridtool from Github and run the application on a local machine. </center>**\n",
@@ -40,7 +40,7 @@
4040
"# 1. Clone the ESMG/gridtools Repository\n",
4141
"\n",
4242
"<div>\n",
43-
" <center><img src=\"../images/clone_esmg.png\" width=\"700\" height=\"700\"></center>\n",
43+
" <img src=\"../images/clone_esmg.png\" width=\"700\" height=\"700\">\n",
4444
"</div>\n",
4545
"\n",
4646
"<br>\n",
@@ -102,7 +102,7 @@
102102
"# 4A. Interactive Application\n",
103103
"\n",
104104
"<div>\n",
105-
" <center><img src=\"../images/runMkGrid.png\" width=\"500\" height=\"500\"></center>\n",
105+
" <img src=\"../images/runMkGrid.png\" width=\"500\" height=\"500\">\n",
106106
"</div>\n",
107107
"\n",
108108
"<br>\n",

0 commit comments

Comments
 (0)