From 338b9ceb4cef98b210ba66fd333381ce367d53fb Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Mon, 17 Dec 2018 17:21:02 +0100 Subject: Doc: Reduce module list duplication This would avoid unnecessary maintenance work updating the modules list in several places. Change-Id: I13466ada3568c45391a7c35f287cc11c2ad218a5 Reviewed-by: Friedemann Kleint --- sources/pyside2/doc/contents.rst | 1 - sources/pyside2/doc/modules.rst | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 sources/pyside2/doc/modules.rst diff --git a/sources/pyside2/doc/contents.rst b/sources/pyside2/doc/contents.rst index d31305889..d58dc9716 100644 --- a/sources/pyside2/doc/contents.rst +++ b/sources/pyside2/doc/contents.rst @@ -5,7 +5,6 @@ :maxdepth: 2 gettingstarted.rst - modules.rst tutorials/index.rst pysideapi2.rst pysideversion.rst diff --git a/sources/pyside2/doc/modules.rst b/sources/pyside2/doc/modules.rst deleted file mode 100644 index 0ec1fb77d..000000000 --- a/sources/pyside2/doc/modules.rst +++ /dev/null @@ -1,28 +0,0 @@ -|project| modules -******************* - -Qt is split into several modules. - -.. toctree:: - :maxdepth: 1 - - PySide2/Qt3DAnimation/index.rst - PySide2/Qt3DCore/index.rst - PySide2/Qt3DExtras/index.rst - PySide2/Qt3DInput/index.rst - PySide2/Qt3DLogic/index.rst - PySide2/Qt3DRender/index.rst - PySide2/QtCore/index.rst - PySide2/QtGui/index.rst - PySide2/QtHelp/index.rst - PySide2/QtMultimedia/index.rst - PySide2/QtNetwork/index.rst - PySide2/QtOpenGL/index.rst - PySide2/QtPrintSupport/index.rst - PySide2/QtQml/index.rst - PySide2/QtQuick/index.rst - PySide2/QtSql/index.rst - PySide2/QtSvg/index.rst - PySide2/QtUiTools/index.rst - PySide2/QtXml/index.rst - PySide2/QtXmlPatterns/index.rst -- cgit v1.2.3