From 2cfe8433c861c3602e5e23af8d4fdfb6fd219f4d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 19 Nov 2021 15:46:33 +0100 Subject: Documentation: Fix most sphinx errors "Inline strong start-string without end-string." Ensure characters following a formatting end are escaped by adding handling and some RST manipulators to class TextStream. Task-number: PYSIDE-1112 Pick-to: 6.2 Change-Id: I167160cd18fd890d73e31738487d2c91e012196c Reviewed-by: Christian Tismer --- sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst b/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst index ffe22efb0..a221e775a 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst @@ -1,7 +1,7 @@ Signals and Slots ================= -Due to the nature of Qt, ``QObject``s require a way to communicate, and that's +Due to the nature of Qt, ``QObject``\s require a way to communicate, and that's the reason for this mechanism to be a **central feature of Qt**. In simple terms, you can understand **Signal and Slots** in the same way you -- cgit v1.2.3