aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/examples/index.rst
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-02-09 13:30:12 +0100
committerCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-02-09 15:41:59 +0100
commit75a50de5787fbc14a9183e50b10cd3a57495ec1d (patch)
tree5fac275ee96e3d0419bd2c1752b2fde3545a7ec9 /sources/pyside6/doc/examples/index.rst
parente8eac85a5db8386689ffe174694f82c1e5dad854 (diff)
doc: use example gallery tool in build process
This enables the gallery generation tool in the CMake-based process in charge of building the documentation. The old 'index.rst' file was removed, and rules were added to the .gitignore to avoid adding the generated files. Fixes: PYSIDE-1490 Pick-to: 6.0 Change-Id: I71a5a9e34ce18f42dbc7af8a3e4be65924a79d67 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/examples/index.rst')
-rw-r--r--sources/pyside6/doc/examples/index.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/sources/pyside6/doc/examples/index.rst b/sources/pyside6/doc/examples/index.rst
deleted file mode 100644
index 069d54404..000000000
--- a/sources/pyside6/doc/examples/index.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-|project| Examples
-===================
-
-A collection of examples are provided with |project| to help new users
-to understand different use cases of the module.
-You can find all the 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.
-
-.. toctree::
- :maxdepth: 1
-
- tabbedbrowser.rst
- ../pyside-examples/all-pyside-examples.rst