Skip to content

Commit

Permalink
Merge pull request #89 from epicentre-msf/import-session
Browse files Browse the repository at this point in the history
hotfix_hypothesis_imports
  • Loading branch information
ceisenhauer authored Jan 13, 2025
2 parents 31df36b + 3cb6ebf commit 19d1b0d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ format:
eval: false

comments:
hypothesis: true
hypothesis: false

17 changes: 16 additions & 1 deletion sessions_core/template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,22 @@ Your main section(s) can (and probably should) be boken down into subsections.

Done!
----------------------------------------------------------------------------------------------------
This last header let's students know that they are done with the main material for the day. It should also include a link to the solutions (hosted on github).
This last header let's students know that they are done with the main material for the day. It should also include a link to the solutions (hosted on github). For example:

```{r}
#| echo: false
#| eval: true
downloadthis::download_link(
link = 'https://github.com/epicentre-msf/repicentre/blob/main/sessions_core/01_introduction_solutions.R',
button_label = 'Solution File',
has_icon = TRUE,
icon = "fa fa-save",
self_contained = FALSE
)
```

Make sure this link references the **main**.


Going Further
Expand Down

0 comments on commit 19d1b0d

Please sign in to comment.