Skip to content

Commit 3c9150d

Browse files
committed
updated relative link syntax for intro paragraphs and references
1 parent 096a00d commit 3c9150d

8 files changed

+17859
-9
lines changed

guide/02-api-overview/overview-of-the-arcgis-api-for-python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
"metadata": {},
100100
"source": [
101101
"#### How this website is organized\n",
102-
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](/python/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
102+
"The **[guide](../)** pages explain each individual concept of the API and the best practices. The **[sample notebooks](/samples/)** explain how to use the API to write Python scripts, incorporating capabilities such as mapping, query, analysis, geocoding, routing, portal administration, and more to solve real world problems. If you are looking for recipes, you may find them as sample notebooks. \n",
103103
"\n",
104-
"The **[api reference](/python/api-reference)** provides a reference for each class, its properties and methods in the `arcgis` package. The **[ArcGIS API for Python Community](https://community.esri.com/t5/arcgis-api-for-python/ct-p/arcgis-api-for-python)** is an [Esri Community](https://community.esri.com/) where you can share your thoughts about the API, request for features, conduct polls, report bugs, ask questions and engage with the Python community in general."
104+
"The **[api reference](/api-reference)** provides a reference for each class, its properties and methods in the `arcgis` package. The **[ArcGIS API for Python Community](https://community.esri.com/t5/arcgis-api-for-python/ct-p/arcgis-api-for-python)** is an [Esri Community](https://community.esri.com/) where you can share your thoughts about the API, request for features, conduct polls, report bugs, ask questions and engage with the Python community in general."
105105
]
106106
}
107107
],

guide/11-performing-network-analyses/part1_introduction_to_network_analysis.ipynb

Lines changed: 279 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part2_find_routes.ipynb

Lines changed: 2251 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part3_generate_service_area.ipynb

Lines changed: 2353 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part4_find_closest_facilities.ipynb

Lines changed: 2082 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part5_generate_od_cost_matrix.ipynb

Lines changed: 2529 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part6_solve_location_allocation.ipynb

Lines changed: 3432 additions & 1 deletion
Large diffs are not rendered by default.

guide/11-performing-network-analyses/part7_vehicle_routing_problem.ipynb

Lines changed: 4931 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)