aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-03-18 21:19:20 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-03-19 00:33:42 +0100
commit0f1184d1074c803c187d4e32f90a56fb82fdb31c (patch)
tree806252f434cf354a9cd859e30835ab51943f0824 /examples
parentc69c8c9bc89518e46efefbdf71a8b63585215bc2 (diff)
hellographs example: Fix sphinx warning
Fix: example_graphs_2d_hellographs.rst:27: WARNING: Title underline too short. Amends 0414eec326959e40907b5aeb5db2e19f1c3dedd5. Task-number: PYSIDE-2497 Change-Id: I2e519e06cf9f30bca844a9f4a82a5a5edbe4a412 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/graphs/2d/hellographs/doc/hellographs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphs/2d/hellographs/doc/hellographs.rst b/examples/graphs/2d/hellographs/doc/hellographs.rst
index 8f8ab4263..d0820c3b7 100644
--- a/examples/graphs/2d/hellographs/doc/hellographs.rst
+++ b/examples/graphs/2d/hellographs/doc/hellographs.rst
@@ -24,7 +24,7 @@ custom bars color and border properties. These properties will override the poss
theme set for the ``AbstractSeries.``
LineGraph
---------
+---------
The second graph of the example is a line graph. It also starts by defining a
``GraphsView`` element. A custom ``GraphTheme`` is created to get a custom appearance.