Skip to content

Commit

Permalink
cleaned up pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Nov 4, 2024
1 parent 2536d33 commit 2b68b21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion R/slurmtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#' @name slurmtools
"_PACKAGE"


## usethis namespace: start
#' @importFrom brio read_file
#' @importFrom brio write_file
Expand Down
10 changes: 6 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ navbar:
left:
- intro
- reference
- articles
right:
- search
- github
- lightswitch
components:
reference:
text: Reference
href: reference/index.html
github:
icon: fa-github fa-lg
href: https://github.com/a2-ai/slurmtools
intro:
articles:
text: Get Started
menu:
- text: Running NONMEM
Expand All @@ -31,6 +30,9 @@ navbar:
href: articles/custom-alerts.html
- text: Slack Alerts
href: articles/slack-alerts.html
github:
icon: fa-github fa-lg
href: https://github.com/a2-ai/slurmtools

reference:
- title: Data Processing Functions
Expand Down
1 change: 0 additions & 1 deletion vignettes/model/nonmem/submission-log/slurm-284.out

This file was deleted.

4 changes: 2 additions & 2 deletions vignettes/slack-alerts.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Slack-alerts"
title: "Slack notifications with nmm"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Slack notifications with nmm}
Expand Down Expand Up @@ -146,7 +146,7 @@ submission_nmm
```

```{r}
slurmtools::get_slurm_jobs()
slurmtools::get_slurm_jobs(user = 'matthews')
```

![nmm slack alerts](data/images/nmm_slack_notifications.png)
Expand Down

0 comments on commit 2b68b21

Please sign in to comment.