Skip to content

Commit

Permalink
Fix doc error
Browse files Browse the repository at this point in the history
Couldn't display SSH Connection article, corrected location
  • Loading branch information
zieglerSe committed Nov 24, 2023
1 parent 42bf074 commit c950985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Slurmi.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "articles", "articles", "{876BAFF8-7221-4E72-A08A-7C242856DAAA}"
ProjectSection(SolutionItems) = preProject
docs\docfx_project\articles\jobCreation.md = docs\docfx_project\articles\jobCreation.md
sshConnection.md = sshConnection.md
docs\docfx_project\articles\sshConnection.md = docs\docfx_project\articles\sshConnection.md
docs\docfx_project\articles\toc.yml = docs\docfx_project\articles\toc.yml
docs\docfx_project\articles\workflowCreation.md = docs\docfx_project\articles\workflowCreation.md
EndProjectSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ client.Disconnect()

## Submitting Jobs

To submit a job, you need to create a `Job` object (see [jobCreation](https://csbiology.github.io/Slurmi/articles/jobCreation.html)).
To submit a job, you need to create a [job](../articles/jobCreation.html) object.

For a single job, use the function `Runner.sshToTerminal`. This will give you the jobID after submission as an output.

Expand All @@ -41,7 +41,7 @@ let myJob =
let jobID = Runner.sshToTerminal client myJob
```

When submitting a [workflow](https://csbiology.github.io/Slurmi/articles/workflowCreation.html), use the function `Runner.submitAllSSH`.
When submitting a [workflow](../articles/workflowCreation.html), use the function `Runner.submitAllSSH`.
This will resolve the dependencies and submit the jobs in the correct order.

```fsharp
Expand Down

0 comments on commit c950985

Please sign in to comment.