From d97aedf37809c479ab409c4247b60c0cfcef35d6 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Tue, 16 Mar 2021 23:39:14 +0100 Subject: doc: migrate qdoc approach to document examples There were two previous documented examples using the approach based on qdoc: stardelegate, and classwizard. This patch moves them into the 'doc/' directory for each example, and partially revert the changes from 308157f01260c640e21f6972619d3b380c007acb Additionally, an unrelated screenshot was moved to a new general 'images/' directory. Task-number: PYSIDE-1112 Pick-to: 6.0 Change-Id: I239a24fa4e4f970540857ba8b33b9b13c18142b1 Reviewed-by: Christian Tismer --- tools/example_gallery/main.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools') diff --git a/tools/example_gallery/main.py b/tools/example_gallery/main.py index 0ec5f9f66..a55e0f27b 100644 --- a/tools/example_gallery/main.py +++ b/tools/example_gallery/main.py @@ -267,14 +267,6 @@ if __name__ == "__main__": A collection of examples are provided with |project| to help new users to understand different use cases of the module. - .. toctree:: - :maxdepth: 1 - - tabbedbrowser.rst - - Gallery - ------- - You can find all these examples inside the ``pyside-setup`` on the ``examples`` directory, or you can access them after installing |pymodname| from ``pip`` inside the ``site-packages/PySide6/examples`` directory. -- cgit v1.2.3