Skip to content

Commit 12e055a

Browse files
AtmaManirohitgeo
authored andcommitted
Portal admin guide (#130)
* 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 * portal admin guide - ver 3 * portal admin guide - ver 4 * portal admin guide - ver 5 - proofed * guide showing customizing portal UX * minor
1 parent de8a3d0 commit 12e055a

7 files changed

+5521
-68
lines changed

guide/03 The GIS/Working with different authentication schemes.ipynb

Lines changed: 227 additions & 68 deletions
Large diffs are not rendered by default.

guide/03 The GIS/administering-your-gis.ipynb

Lines changed: 2031 additions & 0 deletions
Large diffs are not rendered by default.

guide/03 The GIS/building-distributed-gis-through-collaborations.ipynb

Lines changed: 604 additions & 0 deletions
Large diffs are not rendered by default.

guide/03 The GIS/customizing-the-look-and-feel-of-your-gis.ipynb

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# The `gis.admin` module\n",
8+
"\n",
9+
"The `gis` module acts as a representation of your GIS. It forms the entry point to your scripst and gives you the ability to manage users, groups and content. Version `1.2` introduces a new `admin` submodule for the `gis` module which provides GIS administrators the ability to accomplish much more administrative tasks such as creating collaborations, managing ArcGIS Servers, licenses, security and customizing the look and feel of your GIS.\n",
10+
"\n",
11+
"Below is the graphic of the `admin` module and the various classes and methods.\n",
12+
"![GIS admin module diagram](http://esri.github.io/arcgis-python-api/notebooks/nbimages/guide_gis_admin_module_01.png)"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
19+
"The classes and methods exposed in the `admin` sub module are intended for GIS administrators to automate most of their tasks. Hence you would require an account with administrative privileges to use most of this functionality."
20+
]
21+
}
22+
],
23+
"metadata": {
24+
"kernelspec": {
25+
"display_name": "Python 3",
26+
"language": "python",
27+
"name": "python3"
28+
},
29+
"language_info": {
30+
"codemirror_mode": {
31+
"name": "ipython",
32+
"version": 3
33+
},
34+
"file_extension": ".py",
35+
"mimetype": "text/x-python",
36+
"name": "python",
37+
"nbconvert_exporter": "python",
38+
"pygments_lexer": "ipython3",
39+
"version": "3.5.2"
40+
}
41+
},
42+
"nbformat": 4,
43+
"nbformat_minor": 1
44+
}

0 commit comments

Comments
 (0)