Skip to content

Commit d70d51f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into dev_site_next_release
2 parents 8eaaea2 + 03e0460 commit d70d51f

File tree

392 files changed

+89912
-11468
lines changed

Some content is hidden

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

392 files changed

+89912
-11468
lines changed

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code of conduct
2+
3+
**TL;DR**<br>
4+
We expect folks that participate in both our online and [IRL](www.urbandictionary.com/define.php?term=IRL) communities to be kind and considerate of others at all times.
5+
6+
Esri's official CoC text can be found at http://www.esri.com/events/code-of-conduct

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). Please expect any pull requests to go through a peer review before being accepted.
2+
3+
### Before filing an issue
4+
5+
Please take a look at [previous issues](https://github.com/Esri/arcgis-python-api/issues?q=is%3Aissue+is%3Aclosed) that resolve common problems.
6+
7+
If you're just looking for help, you'll probably attract the most eyes if you post in the [GeoNet Forums](https://community.esri.com/groups/arcgis-python-api/).
8+
9+
If you think you're encountering a new bug, please feel free to log an [issue](https://github.com/Esri/arcgis-python-api/issues/new) and include the steps to reproduce the problem.
10+
11+
**Please include the following in your issue:**
12+
* Your conda or pip environment (run `conda list` or `pip freeze` and copy/paste the output into the issue)
13+
* Any code (or notebook) you executed that made you run into this issue
14+
15+
# Updating errors in existing notebooks
16+
17+
Do you see an error in an existing notebook? Is there a typo, a misnamed variable, and do you know how to fix it?
18+
* Make the fix in the notebook
19+
* If you made code changes, re-run the appropriate cells in the notebook (Don't re-run every cell in the notebook unless necessary)
20+
* Make a copy of the `dev_site_current` branch on your local fork
21+
* Add the updated notebook to your branch on your fork
22+
* [Open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) from your fork's branch to this repository's `dev_site_current` branch
23+
24+
# Adding new sample notebooks
25+
26+
Do you have a notebook that shows off functionality of the API? Do you want to see that notebook released with the next version of the ArcGIS API for Python? We welcome your notebooks and workflows as it will benefit a large audience.
27+
28+
* Create a new notebook, make sure it runs consistently on its own on a few systems
29+
* Make sure the notebook filename is in an `all_lowercase_underscore_delimiter_convention.ipynb`
30+
* Make a copy of the `dev_site_next_release` branch on your local fork
31+
* Place the notebook in the correct folder in the `samples/` folder on your fork
32+
* Add the notebook to your branch on your fork
33+
* [Open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) from your fork's branch to this repository's `dev_site_current` branch

apidoc/.buildinfo

100755100644
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: c0de0a492b7c6b6fece0238c2b395a11
3+
config: edd1a3de005331cc99550184f12bdc79
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
arcgis.apps module
2+
==================
3+
4+
.. automodule:: arcgis.apps
5+
6+
build_collector_url
7+
--------------
8+
.. automethod:: arcgis.apps.build_collector_url
9+
10+
build_explorer_url
11+
--------------
12+
.. automethod:: arcgis.apps.build_explorer_url
13+
14+
build_navigator_url
15+
--------------
16+
.. automethod:: arcgis.apps.build_navigator_url
17+
18+
build_survey123_url
19+
--------------
20+
.. automethod:: arcgis.apps.build_survey123_url
21+
22+
Submodules
23+
----------
24+
.. toctree::
25+
:maxdepth: 3
26+
27+
arcgis.apps.workforce
28+
arcgis.apps.storymap
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
arcgis\.apps\.storymap module
2+
==============================
3+
4+
.. automodule:: arcgis.apps.storymap
5+
6+
JournalStoryMap
7+
----------------
8+
.. autoclass:: arcgis.apps.storymap.JournalStoryMap
9+
:members:
10+
:undoc-members:
11+
:show-inheritance:
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
arcgis.apps.workforce.managers module
2+
=====================================
3+
4+
.. automodule:: arcgis.apps.workforce.managers
5+
6+
AssignmentManager
7+
-----------------
8+
.. autoclass:: arcgis.apps.workforce.managers.AssignmentManager
9+
:members:
10+
:undoc-members:
11+
12+
AssignmentAttachmentManager
13+
---------------------------
14+
.. autoclass:: arcgis.apps.workforce.managers.AssignmentAttachmentManager
15+
:members:
16+
:undoc-members:
17+
18+
AssignmentIntegrationManager
19+
----------------------------
20+
.. autoclass:: arcgis.apps.workforce.managers.AssignmentIntegrationManager
21+
:members:
22+
:undoc-members:
23+
24+
AssignmentTypeManager
25+
---------------------
26+
.. autoclass:: arcgis.apps.workforce.managers.AssignmentTypeManager
27+
:members:
28+
:undoc-members:
29+
30+
DispatcherManager
31+
-----------------
32+
.. autoclass:: arcgis.apps.workforce.managers.DispatcherManager
33+
:members:
34+
:undoc-members:
35+
36+
TrackManager
37+
------------
38+
.. autoclass:: arcgis.apps.workforce.managers.TrackManager
39+
:members:
40+
:undoc-members:
41+
42+
WorkerManager
43+
-------------
44+
.. autoclass:: arcgis.apps.workforce.managers.WorkerManager
45+
:members:
46+
:undoc-members:
47+
48+
49+
50+
51+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
arcgis.apps.workforce module
2+
============================
3+
4+
.. automodule:: arcgis.apps.workforce
5+
6+
7+
The :class:`~arcgis.apps.workforce.Project` is the main entry point into the Workforce module.
8+
It can be used as shown in the following code example.
9+
10+
11+
.. code-block:: python
12+
13+
# Get a Project and search the assignments and workers.
14+
15+
import arcgis
16+
gis = arcgis.gis.GIS("https://arcgis.com", "<username>", "<password>")
17+
item = gis.content.get("<item-id>")
18+
project = arcgis.apps.workforce.Project(item)
19+
assignments = project.assignments.search()
20+
workers = project.workers.search()
21+
22+
Assignment
23+
----------
24+
.. autoclass:: arcgis.apps.workforce.Assignment
25+
:members:
26+
:undoc-members:
27+
:inherited-members:
28+
29+
AssignmentType
30+
--------------
31+
.. autoclass:: arcgis.apps.workforce.AssignmentType
32+
:members: id, code, name, coded_value
33+
:undoc-members:
34+
:inherited-members:
35+
36+
Attachment
37+
----------
38+
.. autoclass:: arcgis.apps.workforce.Attachment
39+
:members:
40+
:undoc-members:
41+
42+
Dispatcher
43+
----------
44+
.. autoclass:: arcgis.apps.workforce.Dispatcher
45+
:members: name, contact_number, user_id
46+
:inherited-members:
47+
48+
Project
49+
-------
50+
.. autoclass:: arcgis.apps.workforce.Project
51+
:members:
52+
:undoc-members:
53+
54+
Track
55+
-----
56+
.. autoclass:: arcgis.apps.workforce.Track
57+
:members:
58+
:undoc-members:
59+
:inherited-members:
60+
61+
Worker
62+
------
63+
.. autoclass:: arcgis.apps.workforce.Worker
64+
:members:
65+
:undoc-members:
66+
:inherited-members:
67+
68+
Submodules
69+
----------
70+
.. toctree::
71+
:maxdepth: 3
72+
73+
arcgis.apps.workforce.managers
74+
75+
76+
77+

apidoc/_sources/arcgis.env.rst.txt

100755100644
File mode changed.

apidoc/_sources/arcgis.features.analysis.rst.txt

100755100644
File mode changed.

apidoc/_sources/arcgis.features.analyze_patterns.rst.txt

100755100644
File mode changed.

0 commit comments

Comments
 (0)