From e5645131727dc658cd65d438c6a26d2a2e119817 Mon Sep 17 00:00:00 2001 From: Manushi Majumdar Date: Wed, 13 Aug 2025 23:23:01 -0400 Subject: [PATCH] rewording to reflect order of release --- .../itemgraph_and_remap_data.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb b/guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb index 7349e545b..32dfbd04b 100644 --- a/guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb +++ b/guide/13-managing-arcgis-applications/itemgraph_and_remap_data.ipynb @@ -35,7 +35,7 @@ "id": "9c6bf122-1555-4798-adbe-706ad2dd89dc", "metadata": {}, "source": [ - "Versions 2.4.0 and 2.4.1 of the ArcGIS API for Python introduced some very handy functionality for content management workflows: the [`arcgis.apps.itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html) module and the [`item.remap_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data) function. The primary goals of this added functionality: \n", + "Versions 2.4.0 and 2.4.1 of the ArcGIS API for Python introduced some very handy functionality for content management workflows: the [`item.remap_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.remap_data) function and the [`arcgis.apps.itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html) module. The primary goals of this added functionality: \n", "* provide the ability to understand what organizational items need in order to exist\n", "* understand how organizational items relate to one another\n", "* update organizational items with invalid components\n", @@ -991,7 +991,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.10" + "version": "3.12.11" } }, "nbformat": 4,