aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-12-05 15:41:02 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-12-06 11:24:08 +0100
commit16daec09be3379f9e3768bddca23cf86f8a1a897 (patch)
treeb1f730653c64324f3a68afdfe141130fe1b43c18 /sources/pyside2/doc/tutorials
parent10c6e8475588c68b3a613081aba39c5fee01ef18 (diff)
Doc: Fix warnings about link targets and indentation
Also ensured that all the doc entities are in the toctree so that the navigation breadcrumb is generated. Change-Id: If993cca4c7e91723fa373d3453196bcfee9f3ffa Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/doc/tutorials')
-rw-r--r--sources/pyside2/doc/tutorials/expenses/expenses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/doc/tutorials/expenses/expenses.rst b/sources/pyside2/doc/tutorials/expenses/expenses.rst
index a19cec5c3..f643ec299 100644
--- a/sources/pyside2/doc/tutorials/expenses/expenses.rst
+++ b/sources/pyside2/doc/tutorials/expenses/expenses.rst
@@ -32,7 +32,7 @@ The base structure for a `QApplication` is located inside the `if __name__ == "_
code block.
.. code-block:: python
- :dedent: 4
+ :linenos:
if __name__ == "__main__":
app = QApplication([])