Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions docs/user-guide/assignments/Sail_the_ship.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"> Initialize a directory for a new expedition, with an example schedule and\n",
"> ship config files.\n",
"\n",
"```virtualship init EXPEDITION_NAME```"
"```\n",
"virtualship init EXPEDITION_NAME\n",
"```"
]
},
{
Expand All @@ -33,7 +35,9 @@
"\n",
"You can populate the `schedule.yaml` file manually with each sampling CTD station and XBT/DRIFTER/ARGO_FLOAT deployment position. Or use the exported cruise coordinates from MFP. In that case, add an extra column to the .xlsx file called `Instrument` and on each line write which instruments you want to use or deploy there. Multiple instrument are allowed, e.g. `DRIFTER, CTD` or `DRIFTER, ARGO_FLOAT`. If you want to use your MFP export, make sure your directory is clean and run:\n",
"\n",
"```virtualship init EXPEDITION_NAME --from-mfp CoordinatesExport.xlsx```"
"```\n",
"virtualship init EXPEDITION_NAME --from-mfp CoordinatesExport.xlsx\n",
"```"
]
},
{
Expand Down Expand Up @@ -63,9 +67,13 @@
">\n",
"> Download input data for an expedition.\n",
"\n",
"```virtualship fetch EXPEDITION_NAME --username <USERNAME> --password <PASSWORD>```\n",
"```\n",
"virtualship fetch EXPEDITION_NAME --username <USERNAME> --password <PASSWORD>\n",
"```\n",
"\n",
"```virtualship fetch EXPEDITION_NAME```"
"```\n",
"virtualship fetch EXPEDITION_NAME\n",
"```"
]
},
{
Expand All @@ -80,7 +88,9 @@
">\n",
"> Run the expedition.\n",
"\n",
"```virtualship run EXPEDITION_NAME```"
"```\n",
"virtualship run EXPEDITION_NAME\n",
"```"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/user-guide/assignments/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Research_proposal_intro.ipynb
Research_Proposal_only.ipynb
Virtualship_research_proposal.ipynb
sciencecommunication_assignment.ipynb
Sail_the_ship.ipynb
```
1 change: 0 additions & 1 deletion docs/user-guide/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ maxdepth: 1
caption: Tutorials
---
surf_research_cloud_setup.ipynb
Sail_the_ship.ipynb
ADCP_data_tutorial.ipynb
CTD_data_tutorial.ipynb
Drifter_data_tutorial.ipynb
Expand Down