Skip to content

Commit 705dc30

Browse files
committed
update text and add links to whats new
1 parent b4ac3a6 commit 705dc30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

guide/02-api-overview/release_notes_240.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
" * [arcgis.widgets](/python/2-3/api-reference/arcgis.widgets.html)\n",
2121
" * [MapView](/python/2-3/api-reference/arcgis.widgets.html#mapview) - the _map widget_\n",
2222
" * class deprecated and functionality refactored into [Map](/python/api-reference/arcgis.map.toc.html#map) and [Scene](/python/api-reference/arcgis.map.toc.html#arcgis.map.Scene) classes\n",
23+
" \n",
24+
"* New modules:\n",
2325
" * See [What's New in 2.4.0](../guide/overview24) for additional details\n",
24-
"* New modules: \n",
2526
" * [arcgis.map](/python/api-reference/arcgis.map.toc.html)\n",
2627
" * [Map](/python/api-reference/arcgis.map.toc.html#map)\n",
2728
" * dedicated class aligning with the [web map specification](https://developers.arcgis.com/web-map-specification/)\n",
@@ -198,17 +199,20 @@
198199
" * [`constraint_rule_updates()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.constraint_rule_updates) \n",
199200
"\n",
200201
"#### [`arcgis.layers`](/python/api-reference/arcgis.layers.toc.html)\n",
202+
"* New module: See [What's New in 2.4.0](../guide/overview24) for additional details\n",
201203
"* [`Service`](/python/api-reference/arcgis.gis.server.html#service)\n",
202204
" * Adds simplified initialization of appropriate API class from _url_ or [Item](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
203205
"* [Working with Map Service Layers](/python/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
204206
" * [`MapFeatureLayer`](/python/api-reference/arcgis.layers.toc.html#mapfeaturelayer)\n",
205207
" * Adds *time_filter* parameter in class initializer for data that has *timeInfo* \n",
206208
"\n",
207209
"#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n",
208-
"* Functionality from the deprecated [`argis.mapping`](/python/2-3/api-reference/arcgis.mapping.toc.html) module \n",
210+
"* Functionality from the deprecated [`argis.mapping`](/python/2-3/api-reference/arcgis.mapping.toc.html) module\n",
211+
" * New module: See [What's New in 2.4.0](../guide/overview24) for additional details \n",
209212
"\n",
210213
"#### [`arcgis.widgets`](/python/2-3/api-reference/arcgis.widgets.html)\n",
211214
"* Deprecated at the 2.4 Release\n",
215+
" * See [What's New in 2.4.0](../guide/overview24) for additional details \n",
212216
"\n",
213217
"#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n",
214218
"* Adds deprecation notices to reference documentation for:\n",
@@ -378,7 +382,7 @@
378382
"* [Working with OGC layers](/python/api-reference/arcgis.layers.toc.html#working-with-ogc-layers)\n",
379383
" * [`WMTSLayer`](/python/api-reference/arcgis.layers.toc.html#wmtslayer)\n",
380384
" * Fixes issue with reading properties improperly leading to incorrectly formatted object leading to multiple methods returning *None* \n",
381-
"* [Working with 3D Maps](/python\n",
385+
"* [Working with 3D Maps](/python/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
382386
" * [`SceneLayerManager`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
383387
" * Fixes BUG-000169804 where incorrect source was used in populating information to initialize object \n",
384388
"\n",

0 commit comments

Comments
 (0)