Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore deleted notebook and fix typos to align with master #2076

Merged
merged 4 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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