aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-30 09:00:14 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-04-30 14:54:26 +0000
commit67f389a79d08f7835d7f226836008e3384e7dd77 (patch)
tree7aa9659957fc6a25e38125aa3754aacb93f38da3
parentf4809b151880025b31e905a4c02e1a293dcaae66 (diff)
shiboken documentation: Move TOC to index page
Change-Id: I0f7c6a303cb0d404c42ae96f067eece1442c4a33 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--sources/shiboken2/doc/contents.rst18
-rw-r--r--sources/shiboken2/doc/index.rst19
2 files changed, 15 insertions, 22 deletions
diff --git a/sources/shiboken2/doc/contents.rst b/sources/shiboken2/doc/contents.rst
deleted file mode 100644
index 7cdc0063e..000000000
--- a/sources/shiboken2/doc/contents.rst
+++ /dev/null
@@ -1,18 +0,0 @@
-Table of contents
-*****************
-.. toctree::
- :maxdepth: 3
-
- overview.rst
- samplebinding.rst
- commandlineoptions.rst
- projectfile.rst
- typesystemvariables.rst
- typeconverters.rst
- codeinjectionsemantics.rst
- sequenceprotocol.rst
- ownership.rst
- wordsofadvice.rst
- shibokenmodule.rst
- faq.rst
- typesystem.rst
diff --git a/sources/shiboken2/doc/index.rst b/sources/shiboken2/doc/index.rst
index 4cc5b204e..9403293ac 100644
--- a/sources/shiboken2/doc/index.rst
+++ b/sources/shiboken2/doc/index.rst
@@ -18,11 +18,22 @@ properly handle the data structures or types.
The final outcome of this process is a set of wrappers written in CPython,
which can be used as a module in your python code.
-Refer to the following topics for more information and examples:
+Table of contents
+*****************
.. toctree::
:maxdepth: 1
- overview
- samplebinding
- contents
+ overview.rst
+ samplebinding.rst
+ commandlineoptions.rst
+ projectfile.rst
+ typesystemvariables.rst
+ typeconverters.rst
+ codeinjectionsemantics.rst
+ sequenceprotocol.rst
+ ownership.rst
+ wordsofadvice.rst
+ shibokenmodule.rst
+ faq.rst
+ typesystem.rst