Calum Lind 24aa48187e [Docs] Replace recommonmark with MyST parser
We used recommonmark so that we can use markdown in sphinx but it is
buggy and now so switch to better supported MyST-parser.

* Fixed incorrect heading warnings in markdown.
* Added sphinx toctree to markdown using directive as required by MyST.
* Upgraded Sphinx to 4.3

Ref: https://myst-parser.readthedocs.io
2021-12-12 18:16:21 +00:00

24 lines
337 B
Markdown

# How-to guides
A collection of guides for specific issues or to cover more detail than the tutorials.
## Web JSON-RPC
```{toctree}
:titlesonly:
Connect to JSON-RPC using curl <curl-jsonrpc>
```
## Plugins
<!--
- [Create a plugin](create-plugin.md)
-->
```{toctree}
:titlesonly:
Update 1.3 plugin for 2.0 <update-1.3-plugin>
```