From d90fcd0f0f0e1279676714f6835fd9ae3c1258db Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 30 Apr 2018 15:36:56 +0200 Subject: Add Positioning, Location and Sensors to documentation Task-number: PYSIDE-363 Change-Id: Idc4418b6313c2f6b7946fcfb80abc772caec361b Reviewed-by: Alexandru Croitor --- sources/pyside2/doc/index.rst | 8 ++++++++ sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in | 3 +++ sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in | 3 +++ sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in | 3 +++ 4 files changed, 17 insertions(+) create mode 100644 sources/pyside2/doc/qtmodules/pyside-qtlocation.qdocconf.in create mode 100644 sources/pyside2/doc/qtmodules/pyside-qtpositioning.qdocconf.in create mode 100644 sources/pyside2/doc/qtmodules/pyside-qtsensors.qdocconf.in (limited to 'sources/pyside2/doc') 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 `_ Contains functionality to support 2D and 3D rendering using Qt 3D. + * - `Qt Positioning `_ + Provides positioning information via QML and Python interfaces. + - `Qt Location `_ + Helps you create viable mapping solutions using the data available from some of the popular location services. + * - `Qt Sensors `_ + 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) -- cgit v1.2.3