updated docs, added exercises

This commit is contained in:
behinger (s-ccs 001)
2023-10-05 12:46:07 +00:00
parent 29eec9a98c
commit 1d4a5e53c0
2 changed files with 81 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
::: callout
[Link to Slides](slides.qmd)
:::
## Task 1
Solve [task 1](tasks.qmd#1)
----
# Documenter.jl
### File-structure overview
@@ -76,6 +81,13 @@ Using `Literate.jl` one does not need to write `.md` files - but rather can use
## this is a comment
```
## Task 2
Solve [task 2](tasks.qmd#2)
----
# PkgTemplate.jl
```julia
]activate --temp
@@ -104,4 +116,9 @@ You can also run the PkgTemplate interactively using
Template(interactive=true)("MyPkg")
```
Which will ask you a hundred million questions ;-)
:::
:::
## Task 3
Solve [task 3](tasks.qmd#3)