improved tipps
This commit is contained in:
parent
ae6d91c02d
commit
db2e8d742d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user