Skip to content

Commit 26e2ea8

Browse files
committed
Broke up markdown cells based on the two major steps in setting up Dockstore.
1 parent db7d2a2 commit 26e2ea8

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

jupyter-notebooks/tutorials/1_working_with_applications.ipynb

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,24 @@
1111
"***Note, accounts and repositories hosted on GitHub.com are currently supported. GitHub Enterprise is not supported.***"
1212
]
1313
},
14+
{
15+
"cell_type": "markdown",
16+
"id": "7fe60b57-62c8-44a8-aa20-cf5dd7551af1",
17+
"metadata": {
18+
"jp-MarkdownHeadingCollapsed": true,
19+
"tags": []
20+
},
21+
"source": [
22+
"## Create a Dockstore account"
23+
]
24+
},
1425
{
1526
"cell_type": "markdown",
1627
"id": "ac226cbe-bcd9-4365-b4a0-a3ad55fb3a90",
17-
"metadata": {},
28+
"metadata": {
29+
"tags": []
30+
},
1831
"source": [
19-
"## Create a Dockstore account\n",
20-
"\n",
2132
"#### 1. Visit [Unity's Dockstore Test Instance](http://uads-test-dockstore-deploy-lb-1762603872.us-west-2.elb.amazonaws.com:9998/).\n",
2233
"_For the purposes of this tutorial, we will be using Unity's test environment._\n",
2334
"\n",
@@ -59,9 +70,28 @@
5970
"![Next Steps Dockstore Registration Screen](images/08-Next-Steps.png \"Final Dockstore Setup Screen\")\n",
6071
"<br><br>\n",
6172
"\n",
73+
"---"
74+
]
75+
},
76+
{
77+
"cell_type": "markdown",
78+
"id": "1ae3c385-7190-4a5e-963f-617190d1a64c",
79+
"metadata": {
80+
"jp-MarkdownHeadingCollapsed": true,
81+
"tags": []
82+
},
83+
"source": [
6284
"---\n",
63-
"\n",
64-
"## Configure GitHub Account and Repository Access for Dockstore\n",
85+
"## Configure GitHub Account and Repository Access for Dockstore\n"
86+
]
87+
},
88+
{
89+
"cell_type": "markdown",
90+
"id": "b32832c9-f7e5-4578-95b3-9bb6347e4a38",
91+
"metadata": {
92+
"tags": []
93+
},
94+
"source": [
6595
"\n",
6696
"#### 1. Visit [GitHub](https://www.github.com) and login to your account.\n",
6797
"#### 2. Visit [https://github.com/apps/jpl-uads-dockstore](https://github.com/apps/jpl-uads-dockstore) and click the \"Configure\" button on the right of the page.\n",

0 commit comments

Comments
 (0)