Skip to content

Commit

Permalink
Merge 'upstream/next' into jy-rvw-spatial-data3
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaistMap committed Sep 26, 2024
2 parents c7fc4df + 627ebff commit 40ae7fb
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 3 deletions.
4 changes: 2 additions & 2 deletions guide/01-getting-started/system-requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"metadata": {},
"source": [
"## Operating System \n",
"The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
"The ArcGIS API for Python 2.4.0 release is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
"\n",
"## Python Version\n",
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.\n",
"Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1.\n",
"\n",
"## Dependencies\n",
"The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accomplished with a subset of dependencies installed. See [Install with minimum Dependencies](../install-and-set-up#install-with-minimum-dependencies) to install the `arcgis` package in this manner.\n",
Expand Down
2 changes: 1 addition & 1 deletion guide/02-api-overview/overview24.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"* The functionality of the _Symbology_ class has been refactored into the [`Symbols`](/python/latest/api-reference/arcgis.map.toc.html#symbols) module.\n",
"* The functionality for generating renderers has been refactored into the [_SmartMappingManager_](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.SmartMappingManager) and [_RendererManager_](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.renderers.RendererManager) classes.\n",
" * See [Smart mapping](../smart-mapping), [Advanced cartography 1](../advanced-cartography-part1) and [Advanced cartography 2](../advanced-cartography-part2) for examples.\n",
"* The functionality for exporting and printing has been refactored into the [print()](/python//api-reference/arcgis.map.toc.html#arcgis.map.Map.print) and [export_to_html()](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.Map.export_to_html) methods of the _Map_ class."
"* The functionality for exporting and printing has been refactored into the [print()](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.Map.print) and [export_to_html()](/python/latest/api-reference/arcgis.map.toc.html#arcgis.map.Map.export_to_html) methods of the _Map_ class."
]
},
{
Expand Down
Loading

0 comments on commit 40ae7fb

Please sign in to comment.