Skip to content

Commit c52c847

Browse files
authored
update text referring to story maps (#1178)
1 parent e498bc8 commit c52c847

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

guide/02-api-overview/release_notes_142.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# What's new in version 1.4.2\n",
99
"#### New\n",
10-
"* Added a `storymap` submodule to the [`arcgis.apps`](https://developers.arcgis.com/python/api-reference/arcgis.apps.html) module to work with [ArcGIS StoryMaps](https://storymaps.arcgis.com/en/app-list/map-journal/) \n",
10+
"* Added a `storymap` submodule to the [`arcgis.apps`](https://developers.arcgis.com/python/api-reference/arcgis.apps.html) module to work with [Classic Story Maps](https://storymaps.arcgis.com/en/app-list/map-journal/) \n",
1111
"* Added support for [registering data](http://enterprise.arcgis.com/en/server/latest/publish-services/windows/overview-register-data-with-arcgis-server.htm) and adding [`big data files shares`](http://enterprise.arcgis.com/en/server/latest/get-started/windows/what-is-a-big-data-file-share.htm) from Cloud Stores\n",
1212
"* Added `bulk_update()` function to `ContentManager` to update properties on a collection of items\n",
1313
"* Added a new [Orthomapping](http://pro.arcgis.com/en/pro-app/help/data/imagery/introduction-to-ortho-mapping.htm) module\n",
@@ -46,7 +46,7 @@
4646
"name": "python",
4747
"nbconvert_exporter": "python",
4848
"pygments_lexer": "ipython3",
49-
"version": "3.10.0"
49+
"version": "3.7.11"
5050
}
5151
},
5252
"nbformat": 4,

guide/02-api-overview/release_notes_200.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"## New\n",
1111
"* Optimizes performance throughout API through implemention of [`LazyLoading`](https://en.wikipedia.org/wiki/Lazy_loading)\n",
12-
"* Adds support for ArcGIS StoryMaps (version 2.0)\n",
12+
"* Adds support for ArcGIS StoryMaps\n",
1313
" * See [**What's the Difference?**](https://storymaps.arcgis.com/stories/6d3aff3f321f4f14b2f4ee29873c891b) for background on ArcGIS StoryMaps and Classic Esri Story Maps\n",
1414
"* **New Module** for support of ArcGIS Online server functionality:\n",
1515
" * [`arcgis.gis.agoserver`](https://developers.arcgis.com/python/api-reference/arcgis.gis.agoserver.html)\n",
@@ -571,6 +571,14 @@
571571
" * [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#maskrcnn)\n",
572572
" * Fixes mismatches for labels and images in multifolder training "
573573
]
574+
},
575+
{
576+
"cell_type": "code",
577+
"execution_count": null,
578+
"id": "b34a4b08",
579+
"metadata": {},
580+
"outputs": [],
581+
"source": []
574582
}
575583
],
576584
"metadata": {
@@ -589,7 +597,7 @@
589597
"name": "python",
590598
"nbconvert_exporter": "python",
591599
"pygments_lexer": "ipython3",
592-
"version": "3.10.0"
600+
"version": "3.7.11"
593601
}
594602
},
595603
"nbformat": 4,

0 commit comments

Comments
 (0)