|
31 | 31 | "\n",
|
32 | 32 | "Note: In order to replicate these workflows for yourself, you may have to verify the features available to you, per your ArcGIS Hub licensing. \n",
|
33 | 33 | "\n",
|
34 |
| - "You may also want to look at these examples for site and page creation and cloning using __ArcGIS Basic__ (insert live URL) and site and page layout and theme editing using __Enterprise Sites__ (insert live URL) to see the other ways of working with your Hub using the ArcGIS API for Python. " |
| 34 | + "You may also want to look at these examples for site and page creation and cloning using [ArcGIS Basic](../guide/hub-for-guide-basic) and site and page layout and theme editing using [Enterprise Sites](../guide/enterprise-sites) to see the other ways of working with your Hub using the ArcGIS API for Python. " |
35 | 35 | ]
|
36 | 36 | },
|
37 | 37 | {
|
|
49 | 49 | }
|
50 | 50 | ],
|
51 | 51 | "source": [
|
52 |
| - "gis = GIS(\"https://www.arcgis.com\", \"mmajumdar_dcdev\")" |
| 52 | + "gis = GIS(profile=\"your_online_hub_premium_profile\")" |
53 | 53 | ]
|
54 | 54 | },
|
55 | 55 | {
|
56 | 56 | "cell_type": "markdown",
|
57 | 57 | "id": "723532c9",
|
58 | 58 | "metadata": {},
|
59 | 59 | "source": [
|
60 |
| - "Next, we will connect to the Hub associated with this Web GIS." |
| 60 | + "Next, we will initialize a [Hub](https://developers.arcgis.com/python/api-reference/arcgis.apps.hub.html#hub) object to create an initiative with this Hub Premium Web GIS." |
61 | 61 | ]
|
62 | 62 | },
|
63 | 63 | {
|
|
127 | 127 | "id": "166f9ac9",
|
128 | 128 | "metadata": {},
|
129 | 129 | "source": [
|
| 130 | + "A Hub Initiative comes with an Initiative item and a Site item. You also get a Content Team group created to manage the content in your initiative's content library and a Followers Team group that maintains a list of the followers of the initiative. Users with Administrative privileges that create an initiative will also have a Core Team group created as part of the initiative, to allow collaboration among members of that team.\n", |
| 131 | + "\n", |
130 | 132 | "To access the site of an initiative, you can fetch the site using the `site_id` property of the initiative."
|
131 | 133 | ]
|
132 | 134 | },
|
|
243 | 245 | "source": [
|
244 | 246 | "### Update an Initiative\n",
|
245 | 247 | "\n",
|
246 |
| - "You can update certain initiative properties using the `update` method on the initiative object. The list of properties that can be updated using this method can be found [here](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update)." |
| 248 | + "You can update certain initiative properties using the `update` method on the initiative object. The list of properties that can be updated using this method can be found [here](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update).\n", |
| 249 | + "\n", |
| 250 | + "We will first print the current snippet of the initiative we created, update it and verify the update." |
247 | 251 | ]
|
248 | 252 | },
|
249 | 253 | {
|
|
314 | 318 | "id": "170d00cc",
|
315 | 319 | "metadata": {},
|
316 | 320 | "source": [
|
317 |
| - "### Delete an Initiative" |
| 321 | + "### Delete an Initiative\n", |
| 322 | + "\n", |
| 323 | + "Deleting an initiative deletes the initiative and site items, as well as the groups created as part of the initiative creation process." |
318 | 324 | ]
|
319 | 325 | },
|
320 | 326 | {
|
|
463 | 469 | "name": "python",
|
464 | 470 | "nbconvert_exporter": "python",
|
465 | 471 | "pygments_lexer": "ipython3",
|
466 |
| - "version": "3.7.11" |
| 472 | + "version": "3.7.16" |
467 | 473 | }
|
468 | 474 | },
|
469 | 475 | "nbformat": 4,
|
|
0 commit comments