Skip to content

Commit d3e1fd5

Browse files
authored
Merge pull request #2292 from Esri/NA/doc_user_feedback
Edits based on user doc feedback
2 parents ae12068 + c46d624 commit d3e1fd5

File tree

7 files changed

+44
-24
lines changed

7 files changed

+44
-24
lines changed

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@
24602460
},
24612461
{
24622462
"cell_type": "code",
2463-
"execution_count": 38,
2463+
"execution_count": null,
24642464
"metadata": {},
24652465
"outputs": [
24662466
{
@@ -2478,7 +2478,7 @@
24782478
],
24792479
"source": [
24802480
"# create new folder\n",
2481-
"gis.content.folders.create_folder(folder='ports')"
2481+
"gis.content.folders.create(folder='ports')"
24822482
]
24832483
},
24842484
{

guide/03-the-gis/accessing-and-managing-groups.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source": [
2929
"<a id=\"searching-for-groups\"></a>\n",
3030
"## Searching for groups\n",
31-
"You can search for groups by using the `search()` method of `GroupManager` object. The `search()` method accepts standard [ArcGIS REST API queries](http://resources.arcgis.com/en/help/arcgis-rest-api/#/Search_reference/02r3000000mn000000/). To illustrate this better, let us connect to ArcGIS Online anonymously and search for public groups that have the word 'water' in the title."
31+
"You can search for groups by using the `search()` method of `GroupManager` object. The `search()` method accepts standard [ArcGIS REST API queries](https://developers.arcgis.com/rest/users-groups-and-items/search-reference/). To illustrate this better, let us connect to ArcGIS Online anonymously and search for public groups that have the word 'water' in the title."
3232
]
3333
},
3434
{

guide/03-the-gis/managing-your-content.ipynb

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,24 @@
9191
"volcanoes_item.tags"
9292
]
9393
},
94+
{
95+
"cell_type": "code",
96+
"execution_count": null,
97+
"metadata": {},
98+
"outputs": [
99+
{
100+
"name": "stdout",
101+
"output_type": "stream",
102+
"text": [
103+
"'d7fd78fb56aa48a2a376e08e0c3caefb'\n"
104+
]
105+
}
106+
],
107+
"source": [
108+
"# id\n",
109+
"volcanoes_item.id"
110+
]
111+
},
94112
{
95113
"cell_type": "markdown",
96114
"metadata": {},
@@ -654,7 +672,7 @@
654672
"metadata": {
655673
"anaconda-cloud": {},
656674
"kernelspec": {
657-
"display_name": "Python 3 (ipykernel)",
675+
"display_name": "Python 3",
658676
"language": "python",
659677
"name": "python3"
660678
},
@@ -668,7 +686,7 @@
668686
"name": "python",
669687
"nbconvert_exporter": "python",
670688
"pygments_lexer": "ipython3",
671-
"version": "3.9.16"
689+
"version": "3.11.10"
672690
},
673691
"toc": {
674692
"base_numbering": 1,

guide/13-managing-arcgis-applications/experience-builder-workflows.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"cell_type": "code",
40-
"execution_count": 2,
40+
"execution_count": null,
4141
"id": "8f72acfd",
4242
"metadata": {},
4343
"outputs": [],
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"cell_type": "code",
90-
"execution_count": 3,
90+
"execution_count": null,
9191
"id": "344971c3",
9292
"metadata": {},
9393
"outputs": [
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"cell_type": "code",
139-
"execution_count": 4,
139+
"execution_count": null,
140140
"id": "a35d06e5",
141141
"metadata": {},
142142
"outputs": [
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"cell_type": "code",
160-
"execution_count": 5,
160+
"execution_count": null,
161161
"id": "d193bf5b",
162162
"metadata": {},
163163
"outputs": [
@@ -186,7 +186,7 @@
186186
},
187187
{
188188
"cell_type": "code",
189-
"execution_count": 6,
189+
"execution_count": null,
190190
"id": "1b480bf5",
191191
"metadata": {},
192192
"outputs": [
@@ -237,7 +237,7 @@
237237
},
238238
{
239239
"cell_type": "code",
240-
"execution_count": 9,
240+
"execution_count": null,
241241
"id": "0f51143e",
242242
"metadata": {},
243243
"outputs": [
@@ -261,7 +261,7 @@
261261
"id": "a8ae0995",
262262
"metadata": {},
263263
"source": [
264-
"For users super savvy about the structure about the structure of Experiences, they can use the `WebExperience._draft` hidden property to edit the structure and save changes directly through the Python API. There will be more options for these methods in future releases."
264+
"For users super savvy about the structure of Experiences, they can use the `WebExperience._draft` hidden property to edit the structure and save changes directly through the Python API. There will be more options for these methods in future releases."
265265
]
266266
},
267267
{
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"cell_type": "code",
289-
"execution_count": 10,
289+
"execution_count": null,
290290
"id": "0dccac3d",
291291
"metadata": {},
292292
"outputs": [
@@ -319,7 +319,7 @@
319319
},
320320
{
321321
"cell_type": "code",
322-
"execution_count": 13,
322+
"execution_count": null,
323323
"id": "4c456cee",
324324
"metadata": {},
325325
"outputs": [
@@ -420,7 +420,7 @@
420420
},
421421
{
422422
"cell_type": "code",
423-
"execution_count": 16,
423+
"execution_count": null,
424424
"id": "0e1abed7",
425425
"metadata": {},
426426
"outputs": [],
@@ -432,7 +432,7 @@
432432
},
433433
{
434434
"cell_type": "code",
435-
"execution_count": 17,
435+
"execution_count": null,
436436
"id": "0bc49a15",
437437
"metadata": {},
438438
"outputs": [
@@ -490,7 +490,7 @@
490490
},
491491
{
492492
"cell_type": "code",
493-
"execution_count": 18,
493+
"execution_count": null,
494494
"id": "3e0a32ba",
495495
"metadata": {},
496496
"outputs": [],
@@ -516,7 +516,7 @@
516516
},
517517
{
518518
"cell_type": "code",
519-
"execution_count": 19,
519+
"execution_count": null,
520520
"id": "a803c5d0",
521521
"metadata": {},
522522
"outputs": [
@@ -583,7 +583,7 @@
583583
},
584584
{
585585
"cell_type": "code",
586-
"execution_count": 21,
586+
"execution_count": null,
587587
"id": "f16a2605",
588588
"metadata": {},
589589
"outputs": [
@@ -638,7 +638,7 @@
638638
"name": "python",
639639
"nbconvert_exporter": "python",
640640
"pygments_lexer": "ipython3",
641-
"version": "3.11.0"
641+
"version": "3.13.2"
642642
}
643643
},
644644
"nbformat": 4,

samples/03_org_administrators/validate_user_profiles.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
},
249249
{
250250
"cell_type": "code",
251-
"execution_count": 8,
251+
"execution_count": null,
252252
"metadata": {},
253253
"outputs": [
254254
{
@@ -290,7 +290,7 @@
290290
"\n",
291291
"root_folder = gis.content.folders.get()\n",
292292
"\n",
293-
"gis.content.add(\n",
293+
"root_folder.add(\n",
294294
" item_properties = item_props,\n",
295295
" file= os.path.join(output_dir + out_file)\n",
296296
").result()"

samples/05_content_publishers/overwriting_feature_layers.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
" \n",
1414
"Depending on the number of features that are updated, your workflow requirements, you may adopt either or both kinds of update mechanisms.\n",
1515
"\n",
16-
"In the sample [Updating features in a feature layer](https://developers.arcgis.com/python/latest/samples/updating-features-in-a-feature-layer/) we explore method 1. In this sample, we explore method 2."
16+
"In the sample [Updating features in a feature layer](https://developers.arcgis.com/python/latest/samples/updating-features-in-a-feature-layer/) we explore method 1. In this sample, we explore method 2.\n",
17+
"\n",
18+
"Please note that you can only overwrite a feature layer if you are the owner of the feature layer or have administrative privileges in your organization."
1719
]
1820
},
1921
{

samples/05_content_publishers/updating_features_in_a_feature_layer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@
23132313
"\n",
23142314
"This method is editing intensive and you may choose this when the number of features to edit is less or if you needed to selectively update certain features as updates come in.\n",
23152315
"\n",
2316-
"An alternate method is to overwrite the feature layer altogether when you always have current information coming in. This method is explained in the sample [Overwriting feature layers](https://developers.arcgis.com/python/sample-notebooks/overwriting-feature-layers)"
2316+
"An alternate method is to overwrite the feature layer altogether when you always have current information coming in. This method is explained in the sample [Overwriting feature layers](https://developers.arcgis.com/python/latest/samples/overwriting-feature-layers/)"
23172317
]
23182318
}
23192319
],

0 commit comments

Comments
 (0)