summaryrefslogtreecommitdiffstats
path: root/docs/source/devguide/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/devguide/index.md')
-rw-r--r--docs/source/devguide/index.md13
1 files changed, 9 insertions, 4 deletions
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
+```