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
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-04-05 09:26:43 +0200
commit900c050c66119454585ec83cf31149f6d64dd3ea (patch)
treec9db45471d33aaf9ca6ad7de191d73eed2cbec24 /examples
parentd35b650fe4369952a44c3891fedb6d8ee1417df5 (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. Pick-to: 6.5 Change-Id: Ife4eb5cec03577b2902d409b4007ae6d12141747 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
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