Skip to content

Commit 4a303aa

Browse files
Merge branch 'master' of github.com:Esri/arcgis-python-api into tarun/using-updating-content
2 parents 029b29d + 9deb1fb commit 4a303aa

15 files changed

+6759
-973
lines changed

guide/02-api-overview/overview24.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"Primary Python Support is for version 3.11. Secondary support is provided for Python 3.10 and 3.12. We have dropped Support for Python 3.9."
2121
]
2222
},
23+
{
24+
"cell_type": "markdown",
25+
"id": "ff163308-2526-4b3a-965b-5b430738c5f8",
26+
"metadata": {},
27+
"source": [
28+
"> **Note:** The ArcGIS API for Python 2.4.0 release is supported with:\n",
29+
"* ArcGIS Pro 3.4 and later cloned environments\n",
30+
"* ArcGIS Enterprise 11.4 and later\n",
31+
"* Stand-alone _conda_ and Python environments"
32+
]
33+
},
2334
{
2435
"cell_type": "markdown",
2536
"id": "3da4c48b-3c82-490f-9b76-d2063307b56c",
@@ -481,7 +492,7 @@
481492
"name": "python",
482493
"nbconvert_exporter": "python",
483494
"pygments_lexer": "ipython3",
484-
"version": "3.11.0"
495+
"version": "3.11.10"
485496
}
486497
},
487498
"nbformat": 4,

guide/02-api-overview/release_notes_240.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"source": [
88
"# What's new in version 2.4.0\n",
99
"\n",
10+
"> **Note:** The ArcGIS API for Python 2.4.0 release is supported with ArcGIS Pro 3.4 and later cloned environments for use with _arcpy_. The 2.4.0 _arcgis_ and _arcgis-mapping_ packages are incompatible with ArcGIS Pro 3.3.x and earlier cloned environments. The default ArcGIS Pro 3.3.x environment can be cloned and upgraded to _arcgis_ packages of 2.3.x.\n",
11+
"\n",
1012
"## New\n",
1113
"Reorganized modules and refactored functionality into new classes to incorporate the new Jupyter Lab and Notebook 7 architectures.\n",
1214
"* Deprecated modules:\n",
@@ -492,7 +494,7 @@
492494
"name": "python",
493495
"nbconvert_exporter": "python",
494496
"pygments_lexer": "ipython3",
495-
"version": "3.11.0"
497+
"version": "3.11.10"
496498
},
497499
"toc": {
498500
"base_numbering": 1,

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@
14251425
"source": [
14261426
"## Creating new content\n",
14271427
"\n",
1428-
"To create new items on your GIS, use the [`add()`](/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method on a [`Folder`](/python/api-reference/arcgis.gis.toc.html#folder) instance. You can get an individual _folder_ using the [`Folders.get()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folders.get) method.\n",
1428+
"To create new items on your GIS, use the [`add()`](https://developers.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add) method on a [`Folder`](/python/api-reference/arcgis.gis.toc.html#folder) instance. You can get an individual _folder_ using the [`Folders.get()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folders.get) method.\n",
14291429
"\n",
14301430
"The `add()` method accepts a dictionary containing the properties of the item to be created. The optional `file`, `text`, `url`, and `data_url` parameters accept input to add the actual content. \n",
14311431
"\n",

guide/03-the-gis/cloning-content.ipynb

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,28 +1388,14 @@
13881388
"cell_type": "markdown",
13891389
"metadata": {},
13901390
"source": [
1391-
"### ArcGIS Dashboards"
1391+
"### ArcGIS Dashboards and ArcGIS StoryMaps"
13921392
]
13931393
},
13941394
{
13951395
"cell_type": "markdown",
13961396
"metadata": {},
13971397
"source": [
1398-
"See the [Cloning and Troubleshooting Complex Items](../cloning-complex-apps#dashboards-and-editing-item-data) guide for details on cloning ArcGIS Dashboards. "
1399-
]
1400-
},
1401-
{
1402-
"cell_type": "markdown",
1403-
"metadata": {},
1404-
"source": [
1405-
"### Story Maps"
1406-
]
1407-
},
1408-
{
1409-
"cell_type": "markdown",
1410-
"metadata": {},
1411-
"source": [
1412-
"See the [Cloning and Troubleshooting Complex Items](../cloning-complex-apps/#storymaps-web-scenes-and-item-remapping) guide for details on cloning ArcGIS StoryMaps. "
1398+
"See the [Cloning and Troubleshooting Complex Items](../cloning-complex-apps#dashboards-and-editing-item-data) guide for details on cloning ArcGIS Dashboards and ArcGIS StoryMaps. "
14131399
]
14141400
},
14151401
{
@@ -1438,7 +1424,7 @@
14381424
"name": "python",
14391425
"nbconvert_exporter": "python",
14401426
"pygments_lexer": "ipython3",
1441-
"version": "3.9.17"
1427+
"version": "3.11.10"
14421428
},
14431429
"toc": {
14441430
"base_numbering": 1,
@@ -1455,5 +1441,5 @@
14551441
}
14561442
},
14571443
"nbformat": 4,
1458-
"nbformat_minor": 2
1444+
"nbformat_minor": 4
14591445
}

guide/03-the-gis/managing-your-gis-servers.ipynb

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

guide/17-working-with-knowledge-graphs/part3_edit_knowledge_graph.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@
311311
"- esriFieldTypeOID\n",
312312
"- esriFieldTypeGeometry\n",
313313
" - with this type, you also need to [define geometryType](https://github.com/Esri/knowledge-pbf/blob/master/proto/esriPBuffer/EsriTypes.proto):\n",
314-
" - esriGeometryTypePoint\n",
315-
" - esriGeometryTypePolyline\n",
316-
" - esriGeometryTypePolygon\n",
317-
" - esriGeometryTypeMultipoint\n",
314+
" - esriGeometryPoint\n",
315+
" - esriGeometryPolyline\n",
316+
" - esriGeometryPolygon\n",
317+
" - esriGeometryMultipoint\n",
318318
"- esriFieldTypeGUID\n",
319319
"- esriFieldTypeGlobalID\n"
320320
]
@@ -337,7 +337,7 @@
337337
" },{\n",
338338
" \"name\": \"shape\",\n",
339339
" \"fieldtype\": \"esriFieldTypeGeometry\",\n",
340-
" \"geometryType\": \"esriGeometryTypePoint\"\n",
340+
" \"geometryType\": \"esriGeometryPoint\"\n",
341341
" }]\n",
342342
")"
343343
]

0 commit comments

Comments
 (0)