Convert master docs to use MyST

This commit is contained in:
Griatch 2021-10-26 21:14:33 +02:00
parent 6e03216cd9
commit d229ff024c
359 changed files with 3275 additions and 4567 deletions

View file

@ -348,7 +348,7 @@ See below for examples of this.
This will display a one-line note that will pop even more than a normal `> note`.
````
```important::
```{important}
This is important because it is!
```
````
@ -359,7 +359,7 @@ A warning block is used to draw attention to particularly dangerous things, or f
mess up.
````
```warning::
```{warning}
Be careful about this ...
````