updated docs, added exercises
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user