aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-04-04 17:19:23 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-05 08:21:10 +0000
commit480fa67e975478716bdc913f54273cfa70269653 (patch)
tree9b3ebb1e7e935baad8a90f1b4e4eea6e2a4631a3 /examples
parent6fe8e31bfff02e5fbe390356c41c3bb293927f53 (diff)
doc: fix issues with pyside rst files
Fixing extra indentation, syntax issues, and formatting. Adapting too some snippet line highlights, and many other details. Change-Id: Ife4eb5cec03577b2902d409b4007ae6d12141747 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 900c050c66119454585ec83cf31149f6d64dd3ea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst2
-rw-r--r--examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst1
-rw-r--r--examples/samplebinding/doc/bindings.xml.rstinc3
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst b/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst
index 920b11587..c20c2d8b7 100644
--- a/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst
+++ b/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst
@@ -2,7 +2,7 @@ Bluetooth Low Energy Scanner Example
====================================
A Python application that demonstrates the analogous example in Qt
-`Bluetooth Low Energy Scanner https://doc.qt.io/qt-6/qtbluetooth-lowenergyscanner-example.html`_
+`Bluetooth Low Energy Scanner <https://doc.qt.io/qt-6/qtbluetooth-lowenergyscanner-example.html>`_
.. image:: lowenergyscanner.png
:width: 400
diff --git a/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst b/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst
index 28ca8a0e4..0260928b6 100644
--- a/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst
+++ b/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst
@@ -1,4 +1,5 @@
.. _filesystemexplorer_example:
+
Qt Quick Controls - Filesystem Explorer
=======================================
diff --git a/examples/samplebinding/doc/bindings.xml.rstinc b/examples/samplebinding/doc/bindings.xml.rstinc
index 8d078ce7f..60b9b1a48 100644
--- a/examples/samplebinding/doc/bindings.xml.rstinc
+++ b/examples/samplebinding/doc/bindings.xml.rstinc
@@ -11,8 +11,7 @@ automatically tries to generate bindings for all methods of those
classes. You need not mention all the methods manually in the XML file, unless
you want to modify them.
-Object ownership rules
-----------------------
+**Object ownership rules**
Shiboken doesn't know if Python or C++ are responsible for freeing the C++
objects that were allocated in the Python code, and assuming this might lead to