aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-30 15:36:56 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-02 12:14:12 +0000
commitd90fcd0f0f0e1279676714f6835fd9ae3c1258db (patch)
treef03420a9da146ba6effbe0293dd76a0e212123f5 /sources
parent103aeab4c13f9969fbbd4f3d64e650373c35a141 (diff)
Add Positioning, Location and Sensors to documentation
Task-number: PYSIDE-363 Change-Id: Idc4418b6313c2f6b7946fcfb80abc772caec361b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside2/doc/index.rst8
-rw-r--r--sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in3
-rw-r--r--sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in3
-rw-r--r--sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in3
4 files changed, 17 insertions, 0 deletions
diff --git a/sources/pyside2/doc/index.rst b/sources/pyside2/doc/index.rst
index c8345597f..c8cd2fa79 100644
--- a/sources/pyside2/doc/index.rst
+++ b/sources/pyside2/doc/index.rst
@@ -88,7 +88,15 @@ Qt Modules
Enables synchronizing frames with the Qt 3D backend.
- `Qt 3D Render <PySide2/Qt3DRender/index.html>`_
Contains functionality to support 2D and 3D rendering using Qt 3D.
+ * - `Qt Positioning <PySide2/QtPositioning/index.html>`_
+ Provides positioning information via QML and Python interfaces.
+ - `Qt Location <PySide2/QtLocation/index.html>`_
+ Helps you create viable mapping solutions using the data available from some of the popular location services.
+ * - `Qt Sensors <PySide2/QtSensors/index.html>`_
+ Provides access to sensor hardware via QML and Python interfaces and a motion gesture recognition API for devices.
+ -
+provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices.
.. toctree::
:maxdepth: 2
diff --git a/sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in
new file mode 100644
index 000000000..5536e0c8b
--- /dev/null
+++ b/sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in
@@ -0,0 +1,3 @@
+include(@QT_SRC_DIR@/../qtlocation/src/location/doc/qtlocation.qdocconf)
+includepaths += -I @QT_SRC_DIR@/../qtlocation/src/location/doc
+include(../pyside-config.qdocconf)
diff --git a/sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in
new file mode 100644
index 000000000..4a2c677d5
--- /dev/null
+++ b/sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in
@@ -0,0 +1,3 @@
+include(@QT_SRC_DIR@/../qtlocation/src/positioning/doc/qtpositioning.qdocconf)
+includepaths += -I @QT_SRC_DIR@/../qtlocation/src/positioning/doc
+include(../pyside-config.qdocconf)
diff --git a/sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in
new file mode 100644
index 000000000..b407db75c
--- /dev/null
+++ b/sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in
@@ -0,0 +1,3 @@
+include(@QT_SRC_DIR@/../qtsensors/src/sensors/doc/qtsensors.qdocconf)
+includepaths += -I @QT_SRC_DIR@/../qtsensors/src/sensors/doc
+include(../pyside-config.qdocconf)