Skip to content

Commit

Permalink
API Ref Doc for v1.2.1 (#132)
Browse files Browse the repository at this point in the history
* added geocoding module introduction. (#124)

* Auth page updates (#126)

* Use ReadTheDocs theme

* api doc updates

* gis doc update

* clean up doc

* bug fixes in clone portal sample

* V101 updates (#75)

* v101 added a topic on masking passwords to the 'working with auth schemes' page

* guide v101 added section showing how to use well-known raster functions

* guide v101 - item2item relationships - added link to REST api showing a table of all possible relationship types

* bug fixes for NYC taxi sample notebook

* added install instructions from pro 1.4

* guide - getting started - name changes

* guide - API overview - updated release notes for v1.0.1, naming changes

* guide - 03 - naming changes

* guide - 04 - naming changes

* guide - 07 - naming changes

* guide - landing page - naming changes

* samples - naming changes

* samples - added credentials

* samples - switched to forward slash. Removed redundant thumbnail images

* apidoc update

* V101 publish packages & clone samples (#77)

* content and notebook demonstrating publishing of packages as web layers

* added sample showing how to publish packages as web layers

* updated clone portals sample

* minor doc update - gis.map (#79)

* content and notebook demonstrating publishing of packages as web layers

* added sample showing how to publish packages as web layers

* updated clone portals sample

* fix for #76

* from merge of dev with master - dev summit cut

* remove old folder

* Fix language detection for this repo

* Change repo language to Python

* Update README.md

* Update README.md

* UC 2017 tech sessions and demo theater presentations

* UC 2017 Tech Sessions and Demo Theater sessions

* UC2017 Tech Sessions and Demo Theater sessions

* Updatye raster analysis sample to use pythonic raster functions

instead of json

* advanced scripting - features, geocoding, network

* added my talks for Python API for developers

* updated auth page for v1.2

* Updated OAuth 2.0 authorization steps

* minor tweaks

* added guide pages for GIS collaborations (#127)

* finished writing server module guide

* server mod doc proofed

* API REF doc updates for v1.2.1
  • Loading branch information
AtmaMani authored and rohitgeo committed Aug 15, 2017
1 parent 7d2a0ed commit 4c1a8fc
Show file tree
Hide file tree
Showing 108 changed files with 22,771 additions and 9,321 deletions.
2 changes: 1 addition & 1 deletion apidoc/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e8b3419d5f9d3e426831b55799f5df2d
config: 441743b324d02ba42ad6dfec4fa017b1
tags: 645f666f9bcd5a90fca523b33c5a78b7
5 changes: 5 additions & 0 deletions apidoc/_sources/arcgis.env.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
arcgis.env module
=================

.. automodule:: arcgis.env

126 changes: 126 additions & 0 deletions apidoc/_sources/arcgis.features.analysis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
arcgis.features.analysis module
=======================================

.. automodule:: arcgis.features.analysis

aggregate_points
--------------
.. automethod::
arcgis.features.analysis.aggregate_points

calculate_density
--------------
.. automethod::
arcgis.features.analysis.calculate_density

connect_origins_to_destinations
--------------
.. automethod::
arcgis.features.analysis.connect_origins_to_destinations

create_buffers
--------------
.. automethod::
arcgis.features.analysis.create_buffers

create_drive_time_areas
--------------
.. automethod::
arcgis.features.analysis.create_drive_time_areas

create_route_layers
--------------
.. automethod::
arcgis.features.analysis.create_route_layers

create_viewshed
--------------
.. automethod::
arcgis.features.analysis.create_viewshed

create_watersheds
--------------
.. automethod::
arcgis.features.analysis.create_watersheds

derive_new_locations
--------------
.. automethod::
arcgis.features.analysis.derive_new_locations

dissolve_boundaries
--------------
.. automethod::
arcgis.features.analysis.dissolve_boundaries

enrich_layer
--------------
.. automethod::
arcgis.features.analysis.enrich_layer

extract_data
--------------
.. automethod::
arcgis.features.analysis.extract_data

find_existing_locations
--------------
.. automethod::
arcgis.features.analysis.find_existing_locations

find_hot_spots
--------------
.. automethod::
arcgis.features.analysis.find_hot_spots

find_nearest
--------------
.. automethod::
arcgis.features.analysis.find_nearest

find_similar_locations
--------------
.. automethod::
arcgis.features.analysis.find_similar_locations

interpolate_points
--------------
.. automethod::
arcgis.features.analysis.interpolate_points

join_features
--------------
.. automethod::
arcgis.features.analysis.join_features

merge_layers
--------------
.. automethod::
arcgis.features.analysis.merge_layers

overlay_layers
--------------
.. automethod::
arcgis.features.analysis.overlay_layers

plan_routes
--------------
.. automethod::
arcgis.features.analysis.plan_routes

summarize_nearby
--------------
.. automethod::
arcgis.features.analysis.summarize_nearby

summarize_within
--------------
.. automethod::
arcgis.features.analysis.summarize_within

trace_downstream
--------------
.. automethod::
arcgis.features.analysis.trace_downstream


17 changes: 17 additions & 0 deletions apidoc/_sources/arcgis.features.analyze_patterns.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
arcgis.features.analyze_patterns module
=======================================

.. automodule:: arcgis.features.analyze_patterns

calculate_density
--------------
.. automethod:: arcgis.features.analyze_patterns.calculate_density

find_hot_spots
--------------
.. automethod:: arcgis.features.analyze_patterns.find_hot_spots

interpolate_points
--------------
.. automethod:: arcgis.features.analyze_patterns.interpolate_points

16 changes: 16 additions & 0 deletions apidoc/_sources/arcgis.features.elevation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
arcgis.features.elevation module
====================================

.. automodule:: arcgis.features.elevation

profile
-------------------------------
.. automethod:: arcgis.features.elevation.profile

viewshed
--------------
.. automethod:: arcgis.features.elevation.viewshed

summarize_elevation
-----------------------
.. automethod:: arcgis.features.elevation.summarize_elevation
8 changes: 8 additions & 0 deletions apidoc/_sources/arcgis.features.enrich_data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
arcgis.features.enrich_data module
==================================

.. automodule:: arcgis.features.enrich_data

enrich_layer
--------------
.. automethod:: arcgis.features.enrich_data.enrich_layer
32 changes: 32 additions & 0 deletions apidoc/_sources/arcgis.features.find_locations.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
arcgis.features.find_locations module
=====================================

.. automodule:: arcgis.features.find_locations

find_existing_locations
--------------
.. automethod:: arcgis.features.find_locations.find_existing_locations

derive_new_locations
--------------
.. automethod:: arcgis.features.find_locations.derive_new_locations

find_similar_locations
--------------
.. automethod:: arcgis.features.find_locations.find_similar_locations

choose_best_facilities
--------------
.. automethod:: arcgis.features.find_locations.choose_best_facilities

create_viewshed
--------------
.. automethod:: arcgis.features.find_locations.create_viewshed

create_watersheds
--------------
.. automethod:: arcgis.features.find_locations.create_watersheds

trace_downstream
--------------
.. automethod:: arcgis.features.find_locations.trace_downstream
22 changes: 22 additions & 0 deletions apidoc/_sources/arcgis.features.manage_data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
arcgis.features.manage_data module
==================================

.. automodule:: arcgis.features.manage_data


dissolve_boundaries
--------------
.. automethod:: arcgis.features.manage_data.dissolve_boundaries

extract_data
--------------
.. automethod:: arcgis.features.manage_data.extract_data

merge_layers
--------------
.. automethod:: arcgis.features.manage_data.merge_layers

overlay_layers
--------------
.. automethod:: arcgis.features.manage_data.overlay_layers

30 changes: 30 additions & 0 deletions apidoc/_sources/arcgis.features.managers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
arcgis.features.managers module
===============================

.. automodule:: arcgis.features.managers

AttachmentManager
--------------
.. autoclass:: arcgis.features.managers.AttachmentManager
:members:
:undoc-members:

SyncManager
--------------
.. autoclass:: arcgis.features.managers.SyncManager
:members:
:undoc-members:

FeatureLayerCollectionManager
--------------
.. autoclass:: arcgis.features.managers.FeatureLayerCollectionManager
:inherited-members:
:members:
:undoc-members:

FeatureLayerManager
--------------
.. autoclass:: arcgis.features.managers.FeatureLayerManager
:inherited-members:
:members:
:undoc-members:
16 changes: 16 additions & 0 deletions apidoc/_sources/arcgis.features.summarize_data.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
arcgis.features.summarize_data module
=====================================

.. automodule:: arcgis.features.summarize_data

aggregate_points
--------------
.. automethod:: arcgis.features.summarize_data.aggregate_points

summarize_nearby
--------------
.. automethod:: arcgis.features.summarize_data.summarize_nearby

summarize_within
--------------
.. automethod:: arcgis.features.summarize_data.summarize_within
69 changes: 69 additions & 0 deletions apidoc/_sources/arcgis.features.toc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
.. arcgis documentation master file, created by
sphinx-quickstart on Thu Oct 20 23:21:00 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

arcgis.features module
======================

.. automodule:: arcgis.features

Feature
--------------
.. autoclass:: arcgis.features.Feature
:members:
:undoc-members:

FeatureLayer
--------------
.. autoclass:: arcgis.features.FeatureLayer
:inherited-members:
:members:
:undoc-members:

Table
--------------
.. autoclass:: arcgis.features.Table
:inherited-members:
:members:
:undoc-members:

FeatureLayerCollection
--------------
.. autoclass:: arcgis.features.FeatureLayerCollection
:inherited-members:
:members:
:undoc-members:

FeatureSet
--------------
.. autoclass:: arcgis.features.FeatureSet
:members:
:undoc-members:

FeatureCollection
--------------
.. autoclass:: arcgis.features.FeatureCollection
:members:
:undoc-members:

SpatialDataFrame
--------------
.. autoclass:: arcgis.features.SpatialDataFrame
:members:
:undoc-members:

Submodules
--------------
.. toctree::
:maxdepth: 3

arcgis.features.analysis
arcgis.features.analyze_patterns
arcgis.features.enrich_data
arcgis.features.find_locations
arcgis.features.manage_data
arcgis.features.summarize_data
arcgis.features.use_proximity
arcgis.features.elevation
arcgis.features.managers
Loading

0 comments on commit 4c1a8fc

Please sign in to comment.