Browse Source

Fix duplicates warning in rst

pull/137/head
Eugenio Parodi 3 years ago
parent
commit
feee8028bc
  1. 2
      TermTk/TTkCore/signal.py
  2. 2
      TermTk/TTkLayouts/boxlayout.py
  3. 2
      TermTk/TTkLayouts/gridlayout.py
  4. 2
      TermTk/TTkLayouts/layout.py
  5. 4
      tutorial/000-examples.rst

2
TermTk/TTkCore/signal.py

@ -26,7 +26,7 @@
# https://github.com/ceccopierangiolieugenio/pyCuT/blob/master/cupy/CuTCore/CuSignal.py # https://github.com/ceccopierangiolieugenio/pyCuT/blob/master/cupy/CuTCore/CuSignal.py
''' '''
Signals & Slots [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/003-signalslots.html>`_] Signals & Slots [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/003-signalslots.html>`__]
========================================================================================================================= =========================================================================================================================
Signals and slots are used for communication between objects. Signals and slots are used for communication between objects.

2
TermTk/TTkLayouts/boxlayout.py

@ -23,7 +23,7 @@
# SOFTWARE. # SOFTWARE.
''' '''
**Box Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttkvboxlayout>`_] **Box Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttkvboxlayout>`__]
''' '''
from TermTk.TTkCore.constant import TTkK from TermTk.TTkCore.constant import TTkK

2
TermTk/TTkLayouts/gridlayout.py

@ -23,7 +23,7 @@
# SOFTWARE. # SOFTWARE.
''' '''
**Grid Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttkgridlayout>`_] **Grid Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttkgridlayout>`__]
''' '''
from TermTk.TTkCore.constant import TTkK from TermTk.TTkCore.constant import TTkK

2
TermTk/TTkLayouts/layout.py

@ -23,7 +23,7 @@
# SOFTWARE. # SOFTWARE.
''' '''
**Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttklayout>`_] **Layout** [`Tutorial <https://ceccopierangiolieugenio.github.io/pyTermTk/tutorial/002-layout.html#simple-ttklayout>`__]
''' '''
from TermTk.TTkCore.constant import TTkK from TermTk.TTkCore.constant import TTkK

4
tutorial/000-examples.rst

@ -11,7 +11,7 @@ TTkLineEdit
Init Init
---- ----
`TTkLineEdit/Init.01.py <https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/TTkLineEdit/Init.01.py>`_ - (`try Online <https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/Init.01.py>`__) `TTkLineEdit/Init.01.py <https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/examples/TTkLineEdit/Init.01.py>`_ - (`try Online <https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/Init.01.py>`__)
.. code:: bash .. code:: bash
@ -23,7 +23,7 @@ Init
Set/Get Text Set/Get Text
------------ ------------
`TTkLineEdit/SetGet.01.py <https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/TTkLineEdit/SetGet.01.py>`_ - (`try Online <https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/SetGet.01.py>`__) `TTkLineEdit/SetGet.01.py <https://github.com/ceccopierangiolieugenio/pyTermTk/blob/main/tutorial/examples/TTkLineEdit/SetGet.01.py>`_ - (`try Online <https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html?fileUri=https://raw.githubusercontent.com/ceccopierangiolieugenio/pyTermTk/main/tutorial/examples/TTkLineEdit/SetGet.01.py>`__)
.. code:: bash .. code:: bash

Loading…
Cancel
Save