Skip to content

Commit ca500e0

Browse files
authored
Merge pull request #1271 from jyaistMap/jy-fix-links
Final fixes for 2.0.1 release notes
2 parents 1770174 + df2a462 commit ca500e0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

guide/02-api-overview/release_notes_201.ipynb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "0577028f",
5+
"id": "c34e7960",
66
"metadata": {},
77
"source": [
88
"# What's new in version 2.0.1\n",
@@ -74,7 +74,7 @@
7474
"* [`GroupManager`](/python/api-reference/arcgis.gis.toc/#groupmanager)\n",
7575
" * Adds documentation details to `provider` and `provider_group_name` parameters for [`create()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.GroupManager.create)\n",
7676
"* [`Item`](/python/api-reference/arcgis.gis.toc/#item)\n",
77-
" * Adds code snippet for publishing a [hosted table](/python/api-reference/arcgis.features.toc/#table) to [`publish()`](https://master.sites.afd.arcgis.com../python/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.publish)\n",
77+
" * Adds code snippet for publishing a [hosted table](/python/api-reference/arcgis.features.toc/#table) to [`publish()`](/python/api-reference/arcgis.gis.toc/#arcgis.gis.Item.publish)\n",
7878
"\n",
7979
"#### [`arcgis.env`](/python/api-reference/arcgis.env/)\n",
8080
"* Adds documentation for:\n",
@@ -110,7 +110,7 @@
110110
" * [`from_featureclass()`](/python/api-reference/arcgis.features.toc/#arcgis.features.GeoAccessor.from_featureclass)\n",
111111
" * Adds `ArcPy` feature layer objects (_arcpy.mp.Layer_) as input option\n",
112112
"\n",
113-
"#### [`arcgis.features.analysis`](/python/api-reference/)\n",
113+
"#### [`arcgis.features.analysis`](/python/api-reference/arcgis.features.analysis/)\n",
114114
"* [`summarize_data`](/python/api-reference/arcgis.features.summarize_data/#)\n",
115115
" * Adds information about the `overwrite` key being required in the `context` parameter of [`aggregate_points()`](/python/api-reference/arcgis.features.summarize_data/#aggregate-points)\n",
116116
"\n",
@@ -133,7 +133,7 @@
133133
"#### [`arcgis.raster`](/python/api-reference/arcgis.raster.toc/#)\n",
134134
"* Adds support for `Sentinel-2 COGs` through existing STAC integraion methods:\n",
135135
" * [`from_stac_api()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.RasterCollection.from_stac_api)\n",
136-
" * [`from stac_iterm()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.Raster.from_stac_item)\n",
136+
" * [`from stac_item()`](/python/api-reference/arcgis.raster.toc/#arcgis.raster.Raster.from_stac_item)\n",
137137
"* Updates urls used for hosted [`ImageryLayer`](/python/api-reference/arcgis.raster.toc/#imagerylayer) objects on Azure\n",
138138
"\n",
139139
"\n",
@@ -222,7 +222,7 @@
222222
" \n",
223223
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc/)\n",
224224
"* Adds [`timm`](https://timm.fast.ai/) support to many models\n",
225-
" * Includes `EfficentNet` encoding for [`UnetClassifier`](/python/api-reference/arcgis.learn.toc/#unetclassifier)\n",
225+
" * Includes `EfficientNet` encoding for [`UnetClassifier`](/python/api-reference/arcgis.learn.toc/#unetclassifier)\n",
226226
"* Updates to `backbone` parameter documentation for most models\n",
227227
"* Improves performance by enabling batched processing of resized chips\n",
228228
"* Improves results for models trained with single-band imagery\n",
@@ -246,7 +246,7 @@
246246
"* [Automated Machine Learning](/python/api-reference/arcgis.learn.toc/#automated-machine-learning)\n",
247247
" * [`AutoDL`](/python/api-reference/arcgis.learn.toc/#autodl)\n",
248248
" * Enhances initializing when `perform=\"mode\"`\n",
249-
"* [3d Models](/python/api-reference/arcgis.learn.toc/?highlight=pointcloud#d-models)\n",
249+
"* [3d Models](/python/api-reference/arcgis.learn.toc/#d-models)\n",
250250
" * Adds training support for geographic coordinate systems\n",
251251
" * [`PointCNN`](/python/api-reference/arcgis.learn.toc/#pointcnn)\n",
252252
" * Updates [`show_results()`](/python/api-reference/arcgis.learn.toc/#arcgis.learn.PointCNN.show_results) to reflect supported coordinate systems\n",
@@ -299,7 +299,7 @@
299299
},
300300
{
301301
"cell_type": "markdown",
302-
"id": "7bf44929",
302+
"id": "77145505",
303303
"metadata": {},
304304
"source": [
305305
"## Fixes\n",
@@ -311,11 +311,11 @@
311311
" * Updates [Part 3 - Finding Point of interests](../guide/part3-finding-point-of-interests/)\n",
312312
"\n",
313313
"### [Samples](/python/samples/)\n",
314-
"* [Content Publishers](/samples)\n",
314+
"* [Content Publishers](/python/samples)\n",
315315
" * Updates [Publishing web maps and web scenes](/python/samples/publishing-web-maps-and-web-scenes/) to connect to an ArcGIS Online organization\n",
316-
"* [GIS analysts and data scientists](/samples)\n",
316+
"* [GIS analysts and data scientists](/python/samples)\n",
317317
" * Updates [SAR to RGB image translation using CycleGAN](/python/samples/sar-to-rgb-image-translation-using-cyclegan/)\n",
318-
"* [Org Administrators](/samples)\n",
318+
"* [Org Administrators](/python/samples)\n",
319319
" * Updates [Move existing user content to a new user](/python/samples/move-existing-user-content-to-a-new-user/) with more explanation\n",
320320
" \n",
321321
"### Module Changes\n",
@@ -485,7 +485,7 @@
485485
" * [`SerialChart`](/python/api-reference/arcgis.apps.dashboard/#serialchart)\n",
486486
" * Fixes BUG-000144851 where creation fails when using table layer as input\n",
487487
" * Fixes BUG-000144648 where the `Is Not Null` condition cannot be met with `add_filter()`\n",
488-
" * [`PieChart`](* [`SerialChart`](/python/api-reference/arcgis.apps.dashboard/#piechart)\n",
488+
" * [`PieChart`](/python/api-reference/arcgis.apps.dashboard/#piechart)\n",
489489
" * Fixes BUG-000144512 where `item` parameter documentation incorrectly stated input values\n",
490490
" * [`Gauge`](/python/api-reference/arcgis.apps.dashboard/#gauge)\n",
491491
" * Fixes `Undefined Variable` error when using objects\n",
@@ -575,7 +575,7 @@
575575
"name": "python",
576576
"nbconvert_exporter": "python",
577577
"pygments_lexer": "ipython3",
578-
"version": "3.7.11"
578+
"version": "3.7.10"
579579
},
580580
"toc": {
581581
"base_numbering": 1,

0 commit comments

Comments
 (0)