Skip to content

Commit 90cf31f

Browse files
authored
Merge pull request #4 from jyaistMap/jy-rvw-hub-premium
remove references to internal usernames and update relative link
2 parents c9fd84c + bd9b350 commit 90cf31f

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

guide/13-managing-arcgis-applications/hub-premium-guide.ipynb

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"> _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",
3333
"\n",
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. "
34+
"You may also want to look at these examples for site and page creation and cloning using [ArcGIS Basic](../hub-basic-guide) and site and page layout and theme editing using [Enterprise Sites](../enterprise-sites-guide) to see the other ways of working with your Hub using the ArcGIS API for Python. "
3535
]
3636
},
3737
{
@@ -101,15 +101,15 @@
101101
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
102102
" <a href='https://dcdev.maps.arcgis.com/home/item.html?id=5ffb2e4d30244d78b19eda1c84d63db1' target='_blank'><b>Initiative with Python</b>\n",
103103
" </a>\n",
104-
" <br/>Create your own initiative by combining existing applications with a custom site. Use this initiative to form teams around a problem and invite your community to participate.<img src='https://dcdev.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/layers16.png' style=\"vertical-align:middle;\">Hub Initiative by mmajumdar_dcdev\n",
104+
" <br/>Create your own initiative by combining existing applications with a custom site. Use this initiative to form teams around a problem and invite your community to participate.<img src='https://dcdev.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/layers16.png' style=\"vertical-align:middle;\">Hub Initiative by creator1\n",
105105
" <br/>Last Modified: December 12, 2022\n",
106106
" <br/>0 comments, 0 views\n",
107107
" </div>\n",
108108
" </div>\n",
109109
" "
110110
],
111111
"text/plain": [
112-
"<Item title:\"Initiative with Python\" type:Hub Initiative owner:mmajumdar_dcdev>"
112+
"<Item title:\"Initiative with Python\" type:Hub Initiative owner:creator1>"
113113
]
114114
},
115115
"execution_count": 4,
@@ -151,15 +151,15 @@
151151
" <div class=\"item_right\" style=\"float: none; width: auto; overflow: hidden;\">\n",
152152
" <a href='https://dcdev.maps.arcgis.com/home/item.html?id=dc6c5ddd9963464a9b5ab438ead11156' target='_blank'><b>Initiative with Python</b>\n",
153153
" </a>\n",
154-
" <br/><img src='https://dcdev.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/layers16.png' style=\"vertical-align:middle;\">Hub Site Application by mmajumdar_dcdev\n",
154+
" <br/><img src='https://dcdev.maps.arcgis.com/home/js/jsapi/esri/css/images/item_type_icons/layers16.png' style=\"vertical-align:middle;\">Hub Site Application by creator1\n",
155155
" <br/>Last Modified: December 12, 2022\n",
156156
" <br/>0 comments, 0 views\n",
157157
" </div>\n",
158158
" </div>\n",
159159
" "
160160
],
161161
"text/plain": [
162-
"<Item title:\"Initiative with Python\" type:Hub Site Application owner:mmajumdar_dcdev>"
162+
"<Item title:\"Initiative with Python\" type:Hub Site Application owner:creator1>"
163163
]
164164
},
165165
"execution_count": 5,
@@ -191,11 +191,11 @@
191191
{
192192
"data": {
193193
"text/plain": [
194-
"[<Initiative title:\"Vision Zero - v180628\" owner:ghudgins5>,\n",
195-
" <Initiative title:\"Vision Zero Maine Demo\" owner:phammons_dcdev>,\n",
196-
" <Initiative title:\"Vision Zero Tags\" owner:aturner>,\n",
197-
" <Initiative title:\"vision-zero-1\" owner:ghudgins5>,\n",
198-
" <Initiative title:\"Vision Zero - courtney\" owner:cclaessens>]"
194+
"[<Initiative title:\"Vision Zero - v180628\" owner:publisher2>,\n",
195+
" <Initiative title:\"Vision Zero Maine Demo\" owner:content_mgr1>,\n",
196+
" <Initiative title:\"Vision Zero Tags\" owner:hub_user4>,\n",
197+
" <Initiative title:\"vision-zero-1\" owner:publisher2>,\n",
198+
" <Initiative title:\"Vision Zero - courtney\" owner:content_mgr3>]"
199199
]
200200
},
201201
"execution_count": 6,
@@ -225,7 +225,7 @@
225225
{
226226
"data": {
227227
"text/plain": [
228-
"<Initiative title:\"Walkability Assessment \" owner:mmajumdar_dcdev>"
228+
"<Initiative title:\"Walkability Assessment \" owner:creator1>"
229229
]
230230
},
231231
"execution_count": 7,
@@ -443,14 +443,6 @@
443443
"events_organizer = hub_premium.events.search(venue='White House')\n",
444444
"events_organizer[:5]"
445445
]
446-
},
447-
{
448-
"cell_type": "code",
449-
"execution_count": null,
450-
"id": "9ba77629",
451-
"metadata": {},
452-
"outputs": [],
453-
"source": []
454446
}
455447
],
456448
"metadata": {
@@ -469,7 +461,7 @@
469461
"name": "python",
470462
"nbconvert_exporter": "python",
471463
"pygments_lexer": "ipython3",
472-
"version": "3.10.9"
464+
"version": "3.9.17"
473465
}
474466
},
475467
"nbformat": 4,

0 commit comments

Comments
 (0)