From c26f1f84198ed1fd68d1d82985a166a01afb80b5 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Mon, 10 May 2021 23:31:03 +0100 Subject: [PATCH] Added layout doc image --- Makefile | 2 +- docs/source/_static/Layout.HLD.001.svg | 1 + tutorial/002-layout.rst | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 docs/source/_static/Layout.HLD.001.svg diff --git a/Makefile b/Makefile index 6c04f762..9b662907 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: doc, runGittk, runDemo, build, deploy, buildTest, deployTest, +.PHONY: doc runGittk runDemo build deploy buildTest deployTest .venv: python3 -m venv .venv diff --git a/docs/source/_static/Layout.HLD.001.svg b/docs/source/_static/Layout.HLD.001.svg new file mode 120000 index 00000000..77be4e97 --- /dev/null +++ b/docs/source/_static/Layout.HLD.001.svg @@ -0,0 +1 @@ +../../images/Layout.HLD.001.svg \ No newline at end of file diff --git a/tutorial/002-layout.rst b/tutorial/002-layout.rst index 196a71a2..e65bc53e 100644 --- a/tutorial/002-layout.rst +++ b/tutorial/002-layout.rst @@ -23,6 +23,8 @@ Intro TTkLayouts_ are specialised classes that allow the placement of the widgets. +.. image:: https://ceccopierangiolieugenio.github.io/pyTermTk/_images/Layout.HLD.001.svg + TTkLayout_ ----------