Skip to content

Commit 0989e00

Browse files
committed
add guide removal notices for 2.4 to gax and dbrd doc
1 parent f84e457 commit 0989e00

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

guide/07-working-with-bigdata/01-introduction.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"> **Note:** The final release of [GeoAnalytics Server](https://www.esri.com/en-us/arcgis/products/arcgis-geoanalytics-server/overview) was with ArcGIS Enteprise 11.3 in May, 2024. Support for the _arcgis.geoanalytics_ module will continue to be provided through the built-in Python API included with ArcGIS Enterprise 11.3 and earlier installations. The _arcgis.geoanalytics_ module will be deprecated and removed from the Python API 2.4.0 release and all subsequent releases. See the [GeoAnalytics Server deprecation notice](https://www.esri.com/arcgis-blog/products/geoanalytics-server/announcements/deprecation-notice-for-arcgis-geoanalytics-server/) for full details and suggestions on migration plans."
1515
]
1616
},
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {},
20+
"source": [
21+
"> **NOTE:** These guides will be removed from the upcoming ArcGIS API for Python 2.4.0 release documentation."
22+
]
23+
},
1724
{
1825
"cell_type": "markdown",
1926
"metadata": {},

guide/13-managing-arcgis-applications/authoring-arcgis-dashboards.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
"* [Share Dashboard](#Share-Dashboard)"
3434
]
3535
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
40+
"> **NOTE:** The `arcgis.apps.dashboard` module was officially deprecated with the ArcGIS API for Python 2.0.1 release. The classes in that module are not updated to reflect the current architecture of ArcGIS Dashboards. This guide will be removed from the documentation for the upcoming ArcGIS API for Python 2.4.0 release."
41+
]
42+
},
3643
{
3744
"cell_type": "markdown",
3845
"metadata": {},
@@ -1026,7 +1033,7 @@
10261033
],
10271034
"metadata": {
10281035
"kernelspec": {
1029-
"display_name": "Python 3",
1036+
"display_name": "Python 3 (ipykernel)",
10301037
"language": "python",
10311038
"name": "python3"
10321039
},
@@ -1040,7 +1047,7 @@
10401047
"name": "python",
10411048
"nbconvert_exporter": "python",
10421049
"pygments_lexer": "ipython3",
1043-
"version": "3.9.11"
1050+
"version": "3.11.0"
10441051
}
10451052
},
10461053
"nbformat": 4,

0 commit comments

Comments
 (0)