diff options
author | Friedemann Kleint <[email protected]> | 2022-01-26 09:38:44 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2022-01-26 17:47:13 +0100 |
commit | c81ee3c92ac022bb5e9b3d0db72f157a1e1a6513 (patch) | |
tree | 4c690b8c54fc44a4e0e28c2998e35d006d049729 | |
parent | 06934b80680b4cef967c7b8a87580a7d7759a01c (diff) |
Examples: Fix example URLs and documentation warnings
Fix:
sources/pyside6/doc/examples/example_corelib__mimetypesbrowser.rst:4: WARNING: Unknown target name: "mime type browser example https://doc.qt.io/qt-6/qtcore-mimetypes-mimetypebrowser-example.html".
sources/pyside6/doc/examples/example_multimedia__audiosource.rst:4: WARNING: Unknown target name: "audio source example https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-multimedia-audiosource-example.html".
sources/pyside6/doc/examples/example_widgets_tools_regularexpression.rst:4: WARNING: Unknown target name: "qregularexpression example https://doc.qt.io/qt-6/qtwidgets-tools-regularexpression-example.html".
sources/pyside6/doc/examples/example_widgets_tools_regularexpression.rst:: WARNING: image file not readable: examples/regularexpression.png
Pick-to: 6.2
Task-number: PYSIDE-841
Change-Id: I541df87560227d4361823b2948890fb2bf949d8e
Reviewed-by: Cristian Maureira-Fredes <[email protected]>
-rw-r--r-- | examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst | 5 | ||||
-rw-r--r-- | examples/multimedia/audiosource/doc/audiosource.rst | 5 | ||||
-rw-r--r-- | examples/widgets/tools/regularexpression/doc/regularexpression.png (renamed from examples/widgets/tools/regularexpression/doc/regularexpression-min.png) | bin | 33814 -> 33814 bytes | |||
-rw-r--r-- | examples/widgets/tools/regularexpression/doc/regularexpression.rst | 3 |
4 files changed, 5 insertions, 8 deletions
diff --git a/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst b/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst index 7ce2f9c38..e8e4d1ecd 100644 --- a/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst +++ b/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst @@ -1,9 +1,8 @@ MIME Type Browser Example ========================= -A Python application that demonstrates the analogous example in C++ `MIME Type -Browser Example -https://doc.qt.io/qt-6/qtcore-mimetypes-mimetypebrowser-example.html`_ +A Python application that demonstrates the analogous example in C++ +`MIME Type Browser Example <https://doc.qt.io/qt-6/qtcore-mimetypes-mimetypebrowser-example.html>`_ .. image:: mimetypesbrowser.png :width: 400 diff --git a/examples/multimedia/audiosource/doc/audiosource.rst b/examples/multimedia/audiosource/doc/audiosource.rst index 0a2353bc5..b1dcd61a8 100644 --- a/examples/multimedia/audiosource/doc/audiosource.rst +++ b/examples/multimedia/audiosource/doc/audiosource.rst @@ -1,9 +1,8 @@ Audio Source Example ==================== -A Python application that demonstrates the analogous example in C++ `Audio -Source Example -https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-multimedia-audiosource-example.html`_ +A Python application that demonstrates the analogous example in C++ +`Audio Source Example <https://doc-snapshots.qt.io/qt6-dev/qtmultimedia-multimedia-audiosource-example.html>`_ .. image:: audiosource.png diff --git a/examples/widgets/tools/regularexpression/doc/regularexpression-min.png b/examples/widgets/tools/regularexpression/doc/regularexpression.png Binary files differindex 11e70f4a8..11e70f4a8 100644 --- a/examples/widgets/tools/regularexpression/doc/regularexpression-min.png +++ b/examples/widgets/tools/regularexpression/doc/regularexpression.png diff --git a/examples/widgets/tools/regularexpression/doc/regularexpression.rst b/examples/widgets/tools/regularexpression/doc/regularexpression.rst index b8e659904..59a66acba 100644 --- a/examples/widgets/tools/regularexpression/doc/regularexpression.rst +++ b/examples/widgets/tools/regularexpression/doc/regularexpression.rst @@ -2,8 +2,7 @@ QRegularExpression Example ========================== A Python application that demonstrates the analogous example in C++ -`QRegularExpression Example -https://doc.qt.io/qt-6/qtwidgets-tools-regularexpression-example.html`_ +`QRegularExpression Example <https://doc.qt.io/qt-6/qtwidgets-tools-regularexpression-example.html>`_ .. image:: regularexpression.png |