Skip to content

Commit 22e7d62

Browse files
authored
Merge dev branch into master for 0.2 Beta and Holistic Testing (#24)
* Updated publishing samples to reflect changes made to source code * Updated Publihing SDs, shp, csv samples to reflect latest API changes * Publisher sample updates - added samples for web maps and web scene (#3) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated sample titled "Using and updating GIS content" (#4) * Updated notebook title to match filename * Added a new sample to showcase publishing web maps and web scenes * Fixed credentials * Updated the sample with additional examples * Fixed credentials * Added an example for line featuers. Added some text explaining what smart mapping is * Additional widgets to minimize scrolling. Fixed geocoder usage following API update * Updated geocoder usage to match API updates * Updated the sample to match gp service update. Added a bit more text explaining the usage of gp tools (#12) * Minor - updated sample to search for desired item to add instead of a fixed index (#13) * GIS analysts - sample illustrating spatial analysis using ArcGIS Python API (#14) * Initial commit * Furnished the sample with spatial analysis examples * Fixes for API changes. Added summary text and elaborated a few steps (#15) * new sample to showcase big data anlaysis using NYC taxi example (#16) * Updated hurricane tracks sample to match API changes (#17) * Updated hurricane tracks sample to match API changes and added descriptive text * updated credentials * Updated sample to match API changes, added explanatory text (#19) * clean up sample (#18) * clean up sample (#20) * Remove usage statistics notebook as the API isnt available This requires work on the portal backend as well as it does not yet support ASM. * bug fixes and added descriptive text (#22) * synced raster product sample in 05 Content Publishers folder to match that in 04 GIS Analysts and Data Scientists (#21) Thanks, @AtmaMani * Updated Overview page - updated sample TOC (#23) * doc updates * apidoc update for 0.2 beta release * updated install instructions
1 parent 96469a0 commit 22e7d62

File tree

63 files changed

+48384
-11213
lines changed

Some content is hidden

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

63 files changed

+48384
-11213
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
guide/gis module/.ipynb_checkpoints/class gis.ContentManager-checkpoint.ipynb
1+
guide/gis module/.ipynb_checkpoints/class gis.ContentManager-checkpoint.ipynb
2+
.ipynb_checkpoints

apidoc/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 7f40de799e144566c0e89cfa8437fc83
3+
config: 93f5cd1da989a468595a992e29ef1bb1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

apidoc/_modules/arcgis/gis.html

Lines changed: 0 additions & 2820 deletions
This file was deleted.

apidoc/_modules/arcgis/lyr.html

Lines changed: 0 additions & 396 deletions
This file was deleted.

apidoc/_modules/arcgis/tools.html

Lines changed: 0 additions & 4994 deletions
This file was deleted.

apidoc/_modules/arcgis/viz.html

Lines changed: 0 additions & 471 deletions
This file was deleted.

apidoc/_modules/index.html

Lines changed: 0 additions & 139 deletions
This file was deleted.

apidoc/_sources/arcgis.geom.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
arcgis.geom module
2+
======================
3+
4+
.. automodule:: arcgis.geom
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

apidoc/_sources/arcgis.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Submodules
1010
arcgis.lyr
1111
arcgis.tools
1212
arcgis.viz
13+
arcgis.geom
1314

1415
Module contents
1516
---------------

apidoc/_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/* -- main layout ----------------------------------------------------------- */
1313

1414
div.container {
15-
padding-top: 20px;
15+
padding-top: 27px;
1616
}
1717

1818
div.clearer {

0 commit comments

Comments
 (0)