From 12aba6c4dfafe191a4640e3ab755a1c7e2ddfc44 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 15 Oct 2024 08:49:09 +0200 Subject: [PATCH] PySide6/Documentation: Name the .rst doc files according to the module name This makes installing them easier. Amends b55e221464c18053fa44f18132071ebdaee8f432. Task-number: PYSIDE-2893 Task-number: PYSIDE-1106 Change-Id: Ic93a1db34ca778ba1df8065c87e51e64e01c5900 Reviewed-by: Shyamnath Premnadh (cherry picked from commit 9214d569d1e0765435a0df6a81a3996b93b3d044) Reviewed-by: Qt Cherry-pick Bot --- sources/pyside6/PySide6/QtQml/typesystem_qml.xml | 16 ++++++++-------- .../doc/{qtqml_functions.rst => qtqml.rst} | 0 2 files changed, 8 insertions(+), 8 deletions(-) rename sources/pyside6/PySide6/doc/{qtqml_functions.rst => qtqml.rst} (100%) diff --git a/sources/pyside6/PySide6/QtQml/typesystem_qml.xml b/sources/pyside6/PySide6/QtQml/typesystem_qml.xml index f2e9707c3..11eb27134 100644 --- a/sources/pyside6/PySide6/QtQml/typesystem_qml.xml +++ b/sources/pyside6/PySide6/QtQml/typesystem_qml.xml @@ -58,42 +58,42 @@ - - - - - - @@ -229,7 +229,7 @@ - - diff --git a/sources/pyside6/PySide6/doc/qtqml_functions.rst b/sources/pyside6/PySide6/doc/qtqml.rst similarity index 100% rename from sources/pyside6/PySide6/doc/qtqml_functions.rst rename to sources/pyside6/PySide6/doc/qtqml.rst -- 2.47.0