local changes

This commit is contained in:
behinger (s-ccs 001)
2023-10-11 07:27:29 +00:00
parent 25bb4a6ee2
commit 5fc3caeb5b
4 changed files with 14 additions and 6 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