Skip to content

Commit f9603e7

Browse files
authored
Merge pull request #87 from johrstrom/master
list what the tutorial covers and fix a typo
2 parents 5ad5485 + f2e1150 commit f9603e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ondemand/README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ jupyter <%= context.jupyterlab_switch == "1" ? "lab" : "notebook" %> --config="$
163163
This tutorial will be using the the `hpcadmin` credentials listed in
164164
[Accessing the Applications](../docs/applications.md).
165165

166+
It covers:
167+
168+
- Initializing the developer application.
169+
- Debugging the app and getting it to run correctly.
170+
- Changing an existing form option.
171+
- Adding new form options.
172+
- Explanations on important files.
173+
- Editing the manifest.yml.
174+
- Promoting the application to production.
175+
166176
### Getting Started
167177

168178
#### Login
@@ -327,7 +337,7 @@ The items in the form.yml directly create what's shown to the users in the form
327337
Let's take a closer look at the `form.yml` that created the form you just submitted to get an
328338
understanding of how they relate to what's shown in the UI.
329339

330-
This is the `form.yml` you at this point without all the comments.
340+
This is the `form.yml` you should have at this point without all the comments.
331341

332342
```yaml
333343
cluster: "hpc"

0 commit comments

Comments
 (0)