Browse Source

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

Enis Afgan 10 years ago
parent
commit
09cf16006d
1 changed files with 4 additions and 3 deletions
  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>