From 2bc0decca59d867dbf893e34cf9f2ff9745ab603 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 19 Jun 2019 14:26:32 +0200 Subject: Doc: Fix minor issues - Removed links to old qml tutorials - Fixed a note with overflowing text - Fixed the order of chapters list in a tutorial Change-Id: Ic42c35271dd161235ed8b08f596100e104f6139e Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/doc/tutorials/basictutorial/widgets.rst | 3 +-- sources/pyside2/doc/tutorials/datavisualize/index.rst | 8 ++++++-- sources/pyside2/doc/tutorials/qmlapp/qmlapplication.rst | 3 +-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sources/pyside2/doc') diff --git a/sources/pyside2/doc/tutorials/basictutorial/widgets.rst b/sources/pyside2/doc/tutorials/basictutorial/widgets.rst index 80c137cac..c864e3d47 100644 --- a/sources/pyside2/doc/tutorials/basictutorial/widgets.rst +++ b/sources/pyside2/doc/tutorials/basictutorial/widgets.rst @@ -32,8 +32,7 @@ After the creation of the application object, we have created a # This HTML approach will be valid too! label = QLabel("Hello World!") -.. note:: After the creation of the label, we are calling the -method `show()` to show the label. +.. note:: After creating the label, we call `show()` on it. Finally, we call `app.exec_()` to enter the Qt main loop and start to execute the Qt code. In reality, it is only here where the label diff --git a/sources/pyside2/doc/tutorials/datavisualize/index.rst b/sources/pyside2/doc/tutorials/datavisualize/index.rst index 750012d84..ff18c654e 100644 --- a/sources/pyside2/doc/tutorials/datavisualize/index.rst +++ b/sources/pyside2/doc/tutorials/datavisualize/index.rst @@ -14,9 +14,13 @@ visualize data from a CSV in a line chart. .. toctree:: :glob: :titlesonly: - :reversed: - * + read* + filter* + add_main* + add_tab* + add_chart* + plot* You can download the sources from :download:`here `. diff --git a/sources/pyside2/doc/tutorials/qmlapp/qmlapplication.rst b/sources/pyside2/doc/tutorials/qmlapp/qmlapplication.rst index 78bae94a8..0cb296071 100644 --- a/sources/pyside2/doc/tutorials/qmlapp/qmlapplication.rst +++ b/sources/pyside2/doc/tutorials/qmlapp/qmlapplication.rst @@ -129,5 +129,4 @@ Related information ******************** * `QML Reference `_ -* :doc:`../qmltutorial/index` -* :doc:`../qmladvancedtutorial/index` +* :doc:`../qmlintegration/qmlintegration` -- cgit v1.2.3