-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Updated Administering your GIS guide
#2409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
kgalliher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of small grammar things. Looks good otherwise.
| "ArcGIS Online and Enterprise support assigning licenses for Esri premium apps such as ArcGIS Pro, Navigator for ArcGIS, AppStudio for ArcGIS Standard, Drone2Map for ArcGIS, ArcGIS Business Analyst web app, ArcGIS Community Analyst, GeoPlanner for ArcGIS, and other apps sold through ArcGIS Marketplace that use a per-member license type.\n", | ||
| "\n", | ||
| "As an administrator, you use the `gis.admin.license` class of the Python API to view, manage, and specify which members have licenses for these apps. To learn more about the named user licensing model, visit the [manage licenses help](http://doc.arcgis.com/en/arcgis-online/administer/manage-licenses.htm) documentation." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove "you" from "As an administrator, you use..."
| "ArcGIS administrators can leverage the `gis.admin` module of **ArcGIS API for Python** to assist with and automate their administrative tasks. These tasks can include anything from checking the status of servers, assigning licenses to named user accounts, or modifying the GIS's look and feel.\n", | ||
| "\n", | ||
| "ArcGIS Online Organizations (AGOL) and ArcGIS Enterprise instances vary in the amount of customization you can make. Enterprise organizations can be customized much more than ArcGIS Online organizations as Enterprise allows administrators full access. No matter what your organization is, the API and usage are identical. The table below illustrates the extent to which each can be customized and administered." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Organizations need to be capitalized?
Change:
No matter what your organization is
to:
no matter your organization
resolves https://github.com/ArcGIS/geosaurus/issues/14206
resolves https://github.com/ArcGIS/geosaurus/issues/14207