Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Nov 8, 2024
1 parent f2b127c commit b422173
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export default defineConfig({
items: [
{ label: "Package site", link: 'https://a2-ai.github.io/slurmtools/' },
{ label: "submit_slurm_job", slug: 'reference/submit_slurm_job_reference' },
{ label: "generate_nmm_config", link: 'https://a2-ai.github.io/slurmtools/reference/generate_nmm_config.html' },
{ label: "cancel_slurm_job", slug: 'reference/cancel_slurm_job_reference' },
{ label: "generate_nmm_config", link: 'reference/generate_nmm_config_reference' },
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/cancel_slurm_job.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import cancel_job from '/src/code/cancel_job.R?raw';

<Code title="view_partitions.R" lang="r" code={cancel_job}/>
This will prompt you to confirm the cancellation:
```{r}
```r
You are about to cancel job: 12345. Are you sure you want to cancel? [Y/n]
```

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/cancel_slurm_job_reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ import cancel_other_confirm from '/src/code/cancel_job_confirm.R?raw'

<Code title="cancel_job.R" lang="r" code={cancel_other_confirm} />

```{r}
```r
>
```
5 changes: 5 additions & 0 deletions src/content/docs/reference/generate_nmm_config_reference.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: generate_nmm_config Reference
description: A guide for generate_nmm_config.
pagefind: true
---

0 comments on commit b422173

Please sign in to comment.