Skip to content

Commit 8695f60

Browse files
committed
markdown to html
bold
1 parent 4371d12 commit 8695f60

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

guide/Working with the API/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,19 @@ <h2 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#
199199
<h2 id="Modules">Modules<a class="anchor-link" href="#Modules">&#182;</a></h2><p><img src="http://esri.github.io/arcgis-python-api/notebooks/nbimages/modules.png" /></p>
200200
<p>The <code><b>arcgis package</b></code> has a modularized design that makes it simple to use and understand. These modules contain classes, functions and types for managing and working with the different elements of the GIS:</p>
201201
<ul>
202-
<li><p>## gis
202+
<li><p><b>gis</b>
203203
The <code><b>arcgis.gis</b></code> module provides an information model for GIS hosted within ArcGIS Online or an ArcGIS Portal. This module provides functionality to manage (create, read, update and delete) GIS users, groups and content. This module is the most important and provides the entry point into the GIS.</p>
204204
</li>
205-
<li><p>## viz
205+
<li><p><b>viz</b>
206206
The <code><b>arcgis.viz</b></code> module provides components for visualizing GIS data and analysis. This module provides components such as MapView - an IPython Notebook widget for working with maps, as well as WebMap and WebScene components that enable 2D and 3D mapping and visualization in ArcGIS Online and on ArcGIS Portals.</p>
207207
</li>
208-
<li><p>## tools
208+
<li><p><b>tools</b>
209209
The <code><b>arcgis.tools</b></code> module is used for consuming the GIS functionality exposed from ArcGIS Online
210210
or Portal web services. It has implementations for Spatial Analysis tools, GeoAnalytics tools,
211211
Raster Analysis tools, Geoprocessing tools, Geocoders and Geometry Utility services.
212212
These tools primarily operate on items and layers from the GIS.</p>
213213
</li>
214-
<li><p>## lyr
214+
<li><p><b>lyr</b>
215215
The <code><b>arcgis.lyr</b></code> module is used for accessing layers exposed from ArcGIS Online
216216
or Portal.</p>
217217
</li>

guide/Working with the API/Overview.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"\n",
2929
"The <code><b>arcgis package</b></code> has a modularized design that makes it simple to use and understand. These modules contain classes, functions and types for managing and working with the different elements of the GIS:\n",
3030
"\n",
31-
"* ## gis\n",
31+
"* <b>gis</b>\n",
3232
"The <code><b>arcgis.gis</b></code> module provides an information model for GIS hosted within ArcGIS Online or an ArcGIS Portal. This module provides functionality to manage (create, read, update and delete) GIS users, groups and content. This module is the most important and provides the entry point into the GIS.\n",
3333
"\n",
34-
"* ## viz\n",
34+
"* <b>viz</b>\n",
3535
"The <code><b>arcgis.viz</b></code> module provides components for visualizing GIS data and analysis. This module provides components such as MapView - an IPython Notebook widget for working with maps, as well as WebMap and WebScene components that enable 2D and 3D mapping and visualization in ArcGIS Online and on ArcGIS Portals.\n",
3636
"\n",
37-
"* ## tools\n",
37+
"* <b>tools</b>\n",
3838
"The <code><b>arcgis.tools</b></code> module is used for consuming the GIS functionality exposed from ArcGIS Online \n",
3939
"or Portal web services. It has implementations for Spatial Analysis tools, GeoAnalytics tools,\n",
4040
"Raster Analysis tools, Geoprocessing tools, Geocoders and Geometry Utility services. \n",
4141
"These tools primarily operate on items and layers from the GIS. \n",
4242
"\n",
43-
"* ## lyr\n",
43+
"* <b>lyr</b>\n",
4444
"The <code><b>arcgis.lyr</b></code> module is used for accessing layers exposed from ArcGIS Online \n",
4545
"or Portal.\n"
4646
]

0 commit comments

Comments
 (0)