Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Marco Oesting
2023-10-11 09:40:08 +02:00
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
---
---
::: callout
[Link to Slides](slides.qmd)
:::
@@ -7,6 +11,7 @@
Solve [task 1](tasks.qmd#1)
----
# Documenter.jl
### File-structure overview
@@ -44,7 +49,9 @@ makedocs(
```
### How to generate
`julia --project=docs/ docs/make.jl` or `]activate docs/; include("make.jl")` or use `LiveServer.jl`
- `julia --project=docs/ docs/make.jl`, or
- `]activate docs/; include("make.jl")`, or
- `LiveServer.jl` + `deploydocs()`
### How to write

View File

@@ -17,11 +17,12 @@ docs/
### add some docs
2. with mydocs containing
````{verbatim}
```@docs
````@docs
func(x)
```
````
(but with three `)
and