aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <[email protected]>2024-11-13 10:20:45 +0100
committerCristián Maureira-Fredes <[email protected]>2024-11-13 10:34:46 +0100
commit36075a82a96ad2edf92d54f82d0172a4f0aeebf9 (patch)
tree45da1c01cd3f0e8eb7c9fe2bb884aff24680c9c8 /sources/pyside6/doc
parent80c677b3dd2ef3c61afb203e5ade3007c5f07e5c (diff)
doc: add titles for extra pages
The custom pages that document specific classes/functions need a title to be properly displayed once searching in the documentation page. The extra module pages don't need a specific title. Change-Id: Icff3991cc1dee38a2072b49810b22a5bf228147e Pick-to: 6.8 Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'sources/pyside6/doc')
-rw-r--r--sources/pyside6/doc/extras/QtCore.ClassInfo.rst3
-rw-r--r--sources/pyside6/doc/extras/QtCore.Property.rst3
-rw-r--r--sources/pyside6/doc/extras/QtCore.QEnum.rst3
-rw-r--r--sources/pyside6/doc/extras/QtCore.QFlag.rst3
-rw-r--r--sources/pyside6/doc/extras/QtCore.Signal.rst3
-rw-r--r--sources/pyside6/doc/extras/QtCore.Slot.rst3
-rw-r--r--sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst3
-rw-r--r--sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst3
-rw-r--r--sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst3
-rw-r--r--sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.ListProperty.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.QmlAttached.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.QmlElement.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.QmlExtended.rst3
-rw-r--r--sources/pyside6/doc/extras/QtQml.QmlForeign.rst3
16 files changed, 48 insertions, 0 deletions
diff --git a/sources/pyside6/doc/extras/QtCore.ClassInfo.rst b/sources/pyside6/doc/extras/QtCore.ClassInfo.rst
index 969e7cd2d..caf5f5df4 100644
--- a/sources/pyside6/doc/extras/QtCore.ClassInfo.rst
+++ b/sources/pyside6/doc/extras/QtCore.ClassInfo.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.ClassInfo
+========================
+
.. currentmodule:: PySide6.QtCore
.. py:decorator:: ClassInfo
diff --git a/sources/pyside6/doc/extras/QtCore.Property.rst b/sources/pyside6/doc/extras/QtCore.Property.rst
index 0e7a0ad64..da2ccc60a 100644
--- a/sources/pyside6/doc/extras/QtCore.Property.rst
+++ b/sources/pyside6/doc/extras/QtCore.Property.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.Property
+=======================
+
.. currentmodule:: PySide6.QtCore
.. py:class:: Property
diff --git a/sources/pyside6/doc/extras/QtCore.QEnum.rst b/sources/pyside6/doc/extras/QtCore.QEnum.rst
index 4b264e38c..cc565e9aa 100644
--- a/sources/pyside6/doc/extras/QtCore.QEnum.rst
+++ b/sources/pyside6/doc/extras/QtCore.QEnum.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.QEnum
+====================
+
.. currentmodule:: PySide6.QtCore
.. py:decorator:: QEnum
diff --git a/sources/pyside6/doc/extras/QtCore.QFlag.rst b/sources/pyside6/doc/extras/QtCore.QFlag.rst
index 3b531327d..6b241ffe9 100644
--- a/sources/pyside6/doc/extras/QtCore.QFlag.rst
+++ b/sources/pyside6/doc/extras/QtCore.QFlag.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.QFlag
+====================
+
.. currentmodule:: PySide6.QtCore
.. py:decorator:: QFlag
diff --git a/sources/pyside6/doc/extras/QtCore.Signal.rst b/sources/pyside6/doc/extras/QtCore.Signal.rst
index fa033120c..bc276ddff 100644
--- a/sources/pyside6/doc/extras/QtCore.Signal.rst
+++ b/sources/pyside6/doc/extras/QtCore.Signal.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.Signal
+=====================
+
.. currentmodule:: PySide6.QtCore
.. py:class:: Signal
diff --git a/sources/pyside6/doc/extras/QtCore.Slot.rst b/sources/pyside6/doc/extras/QtCore.Slot.rst
index a75526c36..b36ced151 100644
--- a/sources/pyside6/doc/extras/QtCore.Slot.rst
+++ b/sources/pyside6/doc/extras/QtCore.Slot.rst
@@ -1,3 +1,6 @@
+PySide6.QtCore.Slot
+===================
+
.. currentmodule:: PySide6.QtCore
.. py:decorator:: Slot([type1 [, type2...]] [, name="" [, result=None, [tag=""]]])
diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
index a4f03e4ad..c8c6735d9 100644
--- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
+++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
@@ -1,3 +1,6 @@
+PySide6.QtDesigner.QPyDesignerContainerExtension
+================================================
+
.. currentmodule:: PySide6.QtDesigner
.. py:class:: QPyDesignerContainerExtension
diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
index 083fb1f76..45eec5bd5 100644
--- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
+++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
@@ -1,3 +1,6 @@
+PySide6.QtDesigner.QPyDesignerCustomWidgetCollection
+====================================================
+
.. currentmodule:: PySide6.QtDesigner
.. py:class:: QPyDesignerCustomWidgetCollection
diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
index 5979d8af4..711d4969c 100644
--- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
+++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
@@ -1,3 +1,6 @@
+PySide6.QtDesigner.QPyDesignerMemberSheetExtension
+==================================================
+
.. currentmodule:: PySide6.QtDesigner
.. py:class:: QPyDesignerMemberSheetExtension
diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
index cf9191150..2e11988d7 100644
--- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
+++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
@@ -1,3 +1,6 @@
+PySide6.QtDesigner.QPyDesignerTaskMenuExtension
+===============================================
+
.. currentmodule:: PySide6.QtDesigner
.. py:class:: QPyDesignerTaskMenuExtension
diff --git a/sources/pyside6/doc/extras/QtQml.ListProperty.rst b/sources/pyside6/doc/extras/QtQml.ListProperty.rst
index 56747ae6f..8423936e4 100644
--- a/sources/pyside6/doc/extras/QtQml.ListProperty.rst
+++ b/sources/pyside6/doc/extras/QtQml.ListProperty.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.ListProperty
+==========================
+
.. currentmodule:: PySide6.QtQml
.. py:class:: ListProperty
diff --git a/sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst b/sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst
index 6320f0ce3..e2c9be192 100644
--- a/sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst
+++ b/sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.QmlAnonymous
+==========================
+
.. currentmodule:: PySide6.QtQml
.. py:decorator:: QmlAnonymous
diff --git a/sources/pyside6/doc/extras/QtQml.QmlAttached.rst b/sources/pyside6/doc/extras/QtQml.QmlAttached.rst
index aee6d6fd8..60e006acb 100644
--- a/sources/pyside6/doc/extras/QtQml.QmlAttached.rst
+++ b/sources/pyside6/doc/extras/QtQml.QmlAttached.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.QmlAttached
+=========================
+
.. currentmodule:: PySide6.QtQml
.. py:decorator:: QmlAttached
diff --git a/sources/pyside6/doc/extras/QtQml.QmlElement.rst b/sources/pyside6/doc/extras/QtQml.QmlElement.rst
index a7443b49f..ec4c11065 100644
--- a/sources/pyside6/doc/extras/QtQml.QmlElement.rst
+++ b/sources/pyside6/doc/extras/QtQml.QmlElement.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.QmlElement
+========================
+
.. currentmodule:: PySide6.QtQml
.. py:decorator:: QmlElement
diff --git a/sources/pyside6/doc/extras/QtQml.QmlExtended.rst b/sources/pyside6/doc/extras/QtQml.QmlExtended.rst
index b7959bbb4..eaeb77d1c 100644
--- a/sources/pyside6/doc/extras/QtQml.QmlExtended.rst
+++ b/sources/pyside6/doc/extras/QtQml.QmlExtended.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.QmlExtended
+=========================
+
.. currentmodule:: PySide6.QtQml
.. py:decorator:: QmlExtended
diff --git a/sources/pyside6/doc/extras/QtQml.QmlForeign.rst b/sources/pyside6/doc/extras/QtQml.QmlForeign.rst
index 44f5fdf7e..343318b9a 100644
--- a/sources/pyside6/doc/extras/QtQml.QmlForeign.rst
+++ b/sources/pyside6/doc/extras/QtQml.QmlForeign.rst
@@ -1,3 +1,6 @@
+PySide6.QtQml.QmlForeign
+========================
+
.. currentmodule:: PySide6.QtQml
.. py:decorator:: QmlForeign