Skip to content

Commit 26828ef

Browse files
committed
Moved images to static/img folder, fixed typo
1 parent 12f0c57 commit 26828ef

File tree

7 files changed

+160
-234
lines changed

7 files changed

+160
-234
lines changed

guide/03-the-gis/gis-admin-module.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# The `gis.admin` module\n",
88
"\n",
9-
"The `gis` module acts as a representation of your GIS. It forms the entry point to your scripst and gives you the ability to manage users, groups and content. Version `1.2` introduces a new `admin` submodule for the `gis` module which provides GIS administrators the ability to accomplish much more administrative tasks such as creating collaborations, managing ArcGIS Servers, licenses, security and customizing the look and feel of your GIS.\n",
9+
"The `gis` module acts as a representation of your GIS. It forms the entry point to your scripts and gives you the ability to manage users, groups and content. Version `1.2` introduces a new `admin` submodule for the `gis` module which provides GIS administrators the ability to accomplish much more administrative tasks such as creating collaborations, managing ArcGIS Servers, licenses, security and customizing the look and feel of your GIS.\n",
1010
"\n",
1111
"Below is the graphic of the `admin` module and the various classes and methods.\n",
1212
"![GIS admin module diagram](http://esri.github.io/arcgis-python-api/notebooks/nbimages/guide_gis_admin_module_01.png)"

samples/04_gis_analysts_data_scientists/california_wildfires_2017_thomas_fire_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"The Thomas Fire was a massive wildfire that started in early December 2017 in Ventura and Santa Barbara counties and grew into California's largest fire ever.\n",
1515
"\n",
16-
"![](thomasfire_cropped.jpg)"
16+
"![](../../static/img/thomasfire_cropped.jpg)"
1717
]
1818
},
1919
{

samples/04_gis_analysts_data_scientists/creating_hurricane_tracks_using_geoanalytics.ipynb

Lines changed: 156 additions & 230 deletions
Large diffs are not rendered by default.

samples/04_gis_analysts_data_scientists/crime_mapping_visualization_and_analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"source": [
2929
"The Hoston Police department shares historical crime statistics at http://www.houstontx.gov/police/cs/crime-stats-archives.htm that we'll be using for our analysis.\n",
30-
"<img src=\"images/hpd.png\" width=\"750\"/>"
30+
"<img src=\"../../static/img/hpd.png\" width=\"750\"/>"
3131
]
3232
},
3333
{
@@ -2413,7 +2413,7 @@
24132413
"name": "python",
24142414
"nbconvert_exporter": "python",
24152415
"pygments_lexer": "ipython3",
2416-
"version": "3.6.4"
2416+
"version": "3.6.1"
24172417
}
24182418
},
24192419
"nbformat": 4,

0 commit comments

Comments
 (0)