aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtHelp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/extras/QtHelp.rst')
-rw-r--r--sources/pyside6/doc/extras/QtHelp.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/sources/pyside6/doc/extras/QtHelp.rst b/sources/pyside6/doc/extras/QtHelp.rst
index 845d1f968..f6013486e 100644
--- a/sources/pyside6/doc/extras/QtHelp.rst
+++ b/sources/pyside6/doc/extras/QtHelp.rst
@@ -1,5 +1,19 @@
-To include the definitions of the module's classes, use the following directive:
+The QtHelp module provides classes for integrating online documentation
+in applications.
+
+Getting Started
+^^^^^^^^^^^^^^^
+
+To include the definitions of modules classes, use the following
+directive:
::
import PySide6.QtHelp
+
+Articles and Guides
+^^^^^^^^^^^^^^^^^^^
+
+The classes and tools supplied with Qt to enable developers to include online
+help and documentation in their applications are described in more detail in
+:ref:`The Qt Help Framework<The-Qt-Help-Framework>` .