Browse Source

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

Enis Afgan 10 năm trước cách đây
mục cha
commit
09cf16006d
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  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:
 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>