Skip to content

Commit 3554fcc

Browse files
committed
Edits based on user doc feedback
1 parent 6530975 commit 3554fcc

File tree

6 files changed

+75
-26
lines changed

6 files changed

+75
-26
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@
14291429
"\n",
14301430
"The `add()` method accepts a dictionary containing the properties of the item to be created. The optional `file`, `text`, `url`, and `data_url` parameters accept input to add the actual content. \n",
14311431
"\n",
1432-
"All content you add this way is added to the authenticated user's dolswe. Let us connect to our Enterprise instance, add a csv file as an item and then publish a feature layer from it.\n",
1432+
"All content you add this way is added to the authenticated user's folders. Let us connect to our Enterprise instance, add a csv file as an item and then publish a feature layer from it.\n",
14331433
"\n",
14341434
"For example, set up a path to the data:\n",
14351435
"`data_path = os.path.join(r\"<your_drive>:\\\\\", \"path\", \"to\", \"data\")`"
@@ -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/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,

0 commit comments

Comments
 (0)