summaryrefslogtreecommitdiffstats
path: root/docs/source/devguide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/devguide')
-rw-r--r--docs/source/devguide/how-to/index.md12
-rw-r--r--docs/source/devguide/index.md13
-rw-r--r--docs/source/devguide/packaging/index.md10
-rw-r--r--docs/source/devguide/packaging/release.md2
-rw-r--r--docs/source/devguide/tutorials/index.md7
5 files changed, 33 insertions, 11 deletions
diff --git a/docs/source/devguide/how-to/index.md b/docs/source/devguide/how-to/index.md
index 93a43fce1..e63c7713b 100644
--- a/docs/source/devguide/how-to/index.md
+++ b/docs/source/devguide/how-to/index.md
@@ -4,7 +4,11 @@ A collection of guides for specific issues or to cover more detail than the tuto
## Web JSON-RPC
-- [Connect to JSON-RPC using curl](curl-jsonrpc.md)
+```{toctree}
+:titlesonly:
+
+Connect to JSON-RPC using curl <curl-jsonrpc>
+```
## Plugins
@@ -12,4 +16,8 @@ A collection of guides for specific issues or to cover more detail than the tuto
- [Create a plugin](create-plugin.md)
-->
-- [Update 1.3 plugin for 2.0](update-1.3-plugin.md)
+```{toctree}
+:titlesonly:
+
+Update 1.3 plugin for 2.0 <update-1.3-plugin>
+```
diff --git a/docs/source/devguide/index.md b/docs/source/devguide/index.md
index bde04b3e0..436a72a11 100644
--- a/docs/source/devguide/index.md
+++ b/docs/source/devguide/index.md
@@ -2,7 +2,12 @@
This is a guide to help with developing Deluge.
-- [Tutorials](tutorials/index.md)
-- [How-to guides](how-to/index.md)
-- [Packaging](packaging/index.md)
-- [Changelog](../changelog.md)
+```{toctree}
+:titlesonly:
+
+Tutorials <tutorials/index>
+how-to/index
+Packaging <packaging/index>
+../changelog
+../depends
+```
diff --git a/docs/source/devguide/packaging/index.md b/docs/source/devguide/packaging/index.md
index 9da6a27d7..aa7293ab4 100644
--- a/docs/source/devguide/packaging/index.md
+++ b/docs/source/devguide/packaging/index.md
@@ -1,5 +1,9 @@
# Packaging documentation
-- [Release checklist](release.md)
-- [Launchpad recipe](launchpad-recipe.md)
-- [Windows Packaging](windows.md)
+```{toctree}
+:titlesonly:
+
+release
+launchpad-recipe
+windows
+```
diff --git a/docs/source/devguide/packaging/release.md b/docs/source/devguide/packaging/release.md
index 892b5fcde..afd7e07a7 100644
--- a/docs/source/devguide/packaging/release.md
+++ b/docs/source/devguide/packaging/release.md
@@ -46,4 +46,4 @@
[wikipedia]: http://en.wikipedia.org/wiki/Deluge_%28software%29
[launchpad]: https://translations.launchpad.net/deluge
[translation]: ../../contributing/translations.md
-[release notes]: ../../release/index.md
+[release notes]: ../../releases/index.md
diff --git a/docs/source/devguide/tutorials/index.md b/docs/source/devguide/tutorials/index.md
index 36a8abf84..2a4725231 100644
--- a/docs/source/devguide/tutorials/index.md
+++ b/docs/source/devguide/tutorials/index.md
@@ -2,4 +2,9 @@
A list of articles to help developers get started with Deluge.
-- [Development setup](01-setup.md)
+```{toctree}
+:numbered: 1
+:titlesonly:
+
+Development setup <01-setup>
+```