deluge/docs/source/devguide/how-to/index.md

24 lines
337 B
Markdown
Raw Normal View History

# How-to guides
2019-06-05 22:32:37 +00:00
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
2019-06-05 22:32:37 +00:00
<!--
- [Create a plugin](create-plugin.md)
-->
```{toctree}
:titlesonly:
Update 1.3 plugin for 2.0 <update-1.3-plugin>
```