From 207795fc3711ac46c16480f113e0e13b345143a8 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Sun, 2 May 2021 16:37:26 +0100 Subject: [PATCH] Fixed some tutorial Links --- tutorial/001-helloworld.rst | 4 ++-- tutorial/002-layout.rst | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tutorial/001-helloworld.rst b/tutorial/001-helloworld.rst index 45688426..3a47cba0 100644 --- a/tutorial/001-helloworld.rst +++ b/tutorial/001-helloworld.rst @@ -23,7 +23,7 @@ Examples Example 1 --------- -Following is the code to execute `helloworld.001.py `_ in pyTermTk_: +Following is the code to execute `helloworld.001.py `_ in pyTermTk_: .. code:: python @@ -42,7 +42,7 @@ The above code produces the following output Example 2 - Your first Window ----------------------------- -Following is the code to execute `helloworld.002.py `_ in pyTermTk_: +Following is the code to execute `helloworld.002.py `_ in pyTermTk_: .. code:: python diff --git a/tutorial/002-layout.rst b/tutorial/002-layout.rst index 354e1787..196a71a2 100644 --- a/tutorial/002-layout.rst +++ b/tutorial/002-layout.rst @@ -1,11 +1,11 @@ .. _pyTermTk: https://github.com/ceccopierangiolieugenio/pyTermTk -.. _windows: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkWidgets/window.html -.. _TTkLabel: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.label.html#TermTk.TTkWidgets.label.TTkLabel -.. _TTkLayouts: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkLayouts/index.html -.. _TTkLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkLayouts/layout.html#TermTk.TTkLayouts.layout.TTkLayout -.. _TTkHBoxLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkLayouts/boxlayout.html#TermTk.TTkLayouts.boxlayout.TTkHBoxLayout -.. _TTkVBoxLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkLayouts/boxlayout.html#TermTk.TTkLayouts.boxlayout.TTkVBoxLayout -.. _TTkGridLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/TTkLayouts/gridlayout.html#TermTk.TTkLayouts.gridlayout.TTkGridLayout +.. _windows: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.window.html +.. _TTkLabel: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkWidgets.label.html +.. _TTkLayouts: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkLayouts.html +.. _TTkLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkLayouts.layout.html#ttklayout +.. _TTkHBoxLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkLayouts.boxlayout.html#ttkhboxlayout +.. _TTkVBoxLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkLayouts.boxlayout.html#ttkvboxlayout +.. _TTkGridLayout: https://ceccopierangiolieugenio.github.io/pyTermTk/autogen.TermTk/TermTk.TTkLayouts.gridlayout.html#ttkgridlayout .. _Layout Example: https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/layout/example1.simple.layout.py .. _VBox Example: https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/layout/example2.simple.vbox.py