diff --git a/material/3_wed/docs/tasks.qmd b/material/3_wed/docs/tasks.qmd index f1e1c64..005571c 100644 --- a/material/3_wed/docs/tasks.qmd +++ b/material/3_wed/docs/tasks.qmd @@ -18,15 +18,23 @@ docs/ 2. with mydocs containing ```` + +Show docstring of a single function `func` ```@docs func ``` + +Provide documentation for all doc_string-equiped functions ```@autodocs +Modules = [MyDocsPackage] ``` + +Execute a code-block, but hide it's output ```@example MyScope x = [1,2,3] nothing #hide ``` + ```` and