Quellcode durchsuchen

Use proper toctree vs. direct links on the topics overview page

Enis Afgan vor 10 Jahren
Ursprung
Commit
09cf16006d
1 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 4 3
      docs/topics/overview.rst

+ 4 - 3
docs/topics/overview.rst

@@ -2,7 +2,8 @@ Using Cloudbridge
 =================
 Introductions to all the key parts of Cloudbridge you'll need to know:
 
-- `How to install Cloudbridge <install.html>`_
-- `Connection and authentication setup <setup.html>`_
-
+.. toctree::
+   :maxdepth: 1
 
+    How to install Cloudbridge <install.rst>
+    Connection and authentication setup <setup.rst>