Skip to content

Commit 7f6040a

Browse files
AtmaManirohitgeo
authored andcommitted
NB export automation and v124 release updates (#141)
* renamed guide folders and notebooks to follow web-safe naming convention * set correct heading tag * fixed doc bugs * v124 release notes added * removed checkpoint files - result of export script, this has been addressed in the script this from happening in future
1 parent 461b8d0 commit 7f6040a

File tree

54 files changed

+35
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+35
-44
lines changed

guide/01 Getting Started/Install and set up.ipynb renamed to guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"\n",
8080
" `conda install /path_to_package_download_folder/linux-64/arcgis-1.0.1-py36_1.tar.bz2`\n",
8181
"\n",
82-
"If you find yourself installing the API in multiple machines or, if you need to use miniconda in your workflow, it might be beneficial to set up an offline conda channel. Refer to the [Esri Knowledge Base article for instructions](http://support.esri.com/Products/Developers/scripting-and-automation/arcgis-python-api/1-0#knowledge-base).\n",
82+
"If you find yourself installing the API in multiple machines or, if you need to use miniconda in your workflow, it might be beneficial to set up an offline conda channel. Refer to the [Esri Knowledge Base article for instructions](http://support.esri.com/en/Products/Developers/scripting-and-automation/arcgis-api-for-python/1-0#knowledge-base/technicalarticle?id=000014951).\n",
8383
"\n",
8484
"-------------------------------\n",
8585
"## Start jupyter notebook\n",
@@ -138,9 +138,9 @@
138138
"metadata": {
139139
"anaconda-cloud": {},
140140
"kernelspec": {
141-
"display_name": "Python [default]",
141+
"display_name": "Python [geosaurus_gold]",
142142
"language": "python",
143-
"name": "python3"
143+
"name": "Python [geosaurus_gold]"
144144
},
145145
"language_info": {
146146
"codemirror_mode": {
@@ -156,5 +156,5 @@
156156
}
157157
},
158158
"nbformat": 4,
159-
"nbformat_minor": 0
159+
"nbformat_minor": 1
160160
}

guide/02 API Overview/Overview of the ArcGIS API for Python.ipynb renamed to guide/02-api-overview/overview-of-the-arcgis-api-for-python.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"\n",
2828
"The modules in green are used to access the various spatial capabilities or geographic datasets in the GIS. These module includes a family of geoprocessing functions, types and other helper objects for working with spatial data of a particular type.\n",
2929
"\n",
30-
"The modules in blue are provide additional functionality for your workflows. They include the geocoding module which is for finding places, the geometry module for representing the geometries of feature data and functions for working with them, and the geoprocessing module that makes it easy to import third party geoprocessing tools and work with them.\n",
30+
"The modules in blue provide additional functionality for your workflows. They include the geocoding module which is for finding places, the geometry module for representing the geometries of feature data and functions for working with them, and the geoprocessing module that makes it easy to import third party geoprocessing tools and work with them.\n",
3131
"\n",
3232
"The modules in orange allow you to visualize GIS data and analysis. This module includes the MapView Jupyter notebook widget for visualizing maps and layers and the mapping module has types and functions for working with web maps and web layers.\n",
3333
"\n",
@@ -87,9 +87,9 @@
8787
"metadata": {
8888
"anaconda-cloud": {},
8989
"kernelspec": {
90-
"display_name": "Python 3",
90+
"display_name": "Python [geosaurus_gold]",
9191
"language": "python",
92-
"name": "python3"
92+
"name": "Python [geosaurus_gold]"
9393
},
9494
"language_info": {
9595
"codemirror_mode": {
@@ -105,5 +105,5 @@
105105
}
106106
},
107107
"nbformat": 4,
108-
"nbformat_minor": 0
108+
"nbformat_minor": 1
109109
}

guide/02 API Overview/Release notes.ipynb renamed to guide/02-api-overview/release-notes.ipynb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.2.4\n",
8+
"A number of quality improvements were made in versions 1.2.3 and 1.2.4. Below is the list of bugs reported to Technical Support that were fixed:\n",
9+
"\n",
10+
" - BUG-000108063 ArcGIS Python API is unable to connect to Portal for ArcGIS with Integrated Windows Authentication configured.\n",
11+
" - BUG-000107899 In the ArcGIS Python API, cannot update the ArcGIS Online organization banner using the set_banner method when using a custom html string.\n",
12+
" - Added support for using the API behind proxy servers"
13+
]
14+
},
315
{
416
"cell_type": "markdown",
517
"metadata": {},
@@ -91,9 +103,9 @@
91103
],
92104
"metadata": {
93105
"kernelspec": {
94-
"display_name": "Python 3",
106+
"display_name": "Python [Root]",
95107
"language": "python",
96-
"name": "python3"
108+
"name": "Python [Root]"
97109
},
98110
"language_info": {
99111
"codemirror_mode": {

guide/03 The GIS/administering-your-gis.ipynb renamed to guide/03-the-gis/administering-your-gis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
}
497497
],
498498
"source": [
499-
"pro_license.assign(username='arcgis_python', entitlements=None)"
499+
"pro_license.assign(username='arcgis_python', entitlements='desktopBasicN')"
500500
]
501501
},
502502
{

0 commit comments

Comments
 (0)