aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/contents.rst
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-10-27 16:20:52 +0200
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2022-11-03 13:48:46 +0100
commit782acff166d4a2b63846c7ba5493f230cccbd4fc (patch)
treea213ae7028df42b7d5092b922c79f6a29e6fa017 /sources/pyside6/doc/contents.rst
parent7fde6c515363864f0f16edd0f447a61369d09935 (diff)
doc: order the sidebar content
As a quick-access to all the documentation, the sidebar of the documentation was a mix of topics without any logical order. Creating directories with an index.rst file, and putting the content on the right topic toctree allow us to have a more clear and simple general toc. Change-Id: I43af890ce988946ababcd575d431fc66704c3e85 Pick-to: 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/contents.rst')
-rw-r--r--sources/pyside6/doc/contents.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/pyside6/doc/contents.rst b/sources/pyside6/doc/contents.rst
index 2dbd09997..9d471d7f9 100644
--- a/sources/pyside6/doc/contents.rst
+++ b/sources/pyside6/doc/contents.rst
@@ -1,19 +1,19 @@
-|project| Documentation
-***************************
+.. items for the main front page grid
.. toctree::
:maxdepth: 2
quickstart.rst
- gettingstarted.rst
- porting_from2.rst
+ gettingstarted/index.rst
api.rst
tutorials/index.rst
examples/index.rst
videos.rst
- deployment.rst
- modules.rst
+ deployment/index.rst
considerations.rst
+ developer/index.rst
+ commercial.rst
+
..
Intersphinx references in toctrees is not supported
https://github.com/sphinx-doc/sphinx/issues/1836