improved tipps
This commit is contained in:
@@ -18,15 +18,23 @@ docs/
|
|||||||
2. with mydocs containing
|
2. with mydocs containing
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
|
Show docstring of a single function `func`
|
||||||
```@docs
|
```@docs
|
||||||
func
|
func
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Provide documentation for all doc_string-equiped functions
|
||||||
```@autodocs
|
```@autodocs
|
||||||
|
Modules = [MyDocsPackage]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Execute a code-block, but hide it's output
|
||||||
```@example MyScope
|
```@example MyScope
|
||||||
x = [1,2,3]
|
x = [1,2,3]
|
||||||
nothing #hide
|
nothing #hide
|
||||||
```
|
```
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
and
|
and
|
||||||
|
|||||||
Reference in New Issue
Block a user