|
29 | 29 | "source": [
|
30 | 30 | "First, we will sign in to an organization with Hub Premium enabled to demonstrate these workflows. \n",
|
31 | 31 | "\n",
|
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", |
| 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](../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. " |
| 34 | + "You may also want to look at these examples for site and page creation and cloning using [ArcGIS Basic](../hub-for-guide-basic) and site and page layout and theme editing using [Enterprise Sites](../enterprise-sites) to see the other ways of working with your Hub using the ArcGIS API for Python. " |
35 | 35 | ]
|
36 | 36 | },
|
37 | 37 | {
|
|
57 | 57 | "id": "723532c9",
|
58 | 58 | "metadata": {},
|
59 | 59 | "source": [
|
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." |
| 60 | + "Next, we will initialize a [Hub](/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 | {
|
|
245 | 245 | "source": [
|
246 | 246 | "### Update an Initiative\n",
|
247 | 247 | "\n",
|
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", |
| 248 | + "You can update certain initiative properties using the [`update()`](/python/api-reference/arcgis.apps.hub.html#arcgis.apps.hub.initiatives.Initiative.update) method on the [Initiative](/python/api-reference/arcgis.apps.hub.html#arcgis.apps.hub.html#initiative) object. The list of properties that can be updated using this method can be found [here](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update).\n", |
249 | 249 | "\n",
|
250 | 250 | "We will first print the current snippet of the initiative we created, update it and verify the update."
|
251 | 251 | ]
|
|
359 | 359 | "id": "a5d36606",
|
360 | 360 | "metadata": {},
|
361 | 361 | "source": [
|
362 |
| - "Note: The pattern to add, search, get, update and delete Events is identical to that of Initiatives." |
| 362 | + ">_Note:_ The pattern to add, search, get, update and delete Events is identical to that of Initiatives." |
363 | 363 | ]
|
364 | 364 | },
|
365 | 365 | {
|
|
469 | 469 | "name": "python",
|
470 | 470 | "nbconvert_exporter": "python",
|
471 | 471 | "pygments_lexer": "ipython3",
|
472 |
| - "version": "3.7.16" |
| 472 | + "version": "3.10.9" |
473 | 473 | }
|
474 | 474 | },
|
475 | 475 | "nbformat": 4,
|
|
0 commit comments