You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.6 KiB
54 lines
1.6 KiB
.. pyTermTk documentation master file, created by |
|
sphinx-quickstart on Fri Apr 2 12:13:00 2021. |
|
You can adapt this file completely to your liking, but it should at least |
|
contain the root `toctree` directive. |
|
|
|
.. _pyTermTk: https://github.com/ceccopierangiolieugenio/pyTermTk |
|
.. _TermTk: https://github.com/ceccopierangiolieugenio/pyTermTk |
|
.. _TUI: https://en.wikipedia.org/wiki/Text-based_user_interface |
|
.. _pyCuT: https://github.com/ceccopierangiolieugenio/pyCuT |
|
.. _Qt5: https://www.riverbankcomputing.com/static/Docs/PyQt5/ |
|
.. _GTK: https://pygobject.readthedocs.io/en/latest/ |
|
.. _tkinter: https://docs.python.org/3/library/tkinter.html |
|
|
|
Welcome to pyTermTk's documentation! |
|
==================================== |
|
|
|
Intro |
|
----- |
|
|
|
| pyTermTk_ is a Text-based user interface library (TUI_) |
|
| Evolved from the discontinued project pyCuT_ and inspired by |
|
| a mix of Qt5_, GTK_, and tkinter_ api definition with a touch of personal interpretation |
|
|
|
|
|
.. toctree:: |
|
:maxdepth: 1 |
|
:caption: Tutorials |
|
|
|
tutorial/001-helloworld.rst |
|
tutorial/002-layout.rst |
|
tutorial/003-signalslots.rst |
|
tutorial/004-logging.rst |
|
|
|
.. toctree:: |
|
:maxdepth: 1 |
|
:caption: API Reference |
|
|
|
autogen.TermTk/TermTk.libbpytop.rst |
|
autogen.TermTk/TermTk.TTkAbstract.rst |
|
autogen.TermTk/TermTk.TTkCore.rst |
|
autogen.TermTk/TermTk.TTkGui.rst |
|
autogen.TermTk/TermTk.TTkLayouts.rst |
|
autogen.TermTk/TermTk.TTkTemplates.rst |
|
autogen.TermTk/TermTk.TTkTestWidgets.rst |
|
autogen.TermTk/TermTk.TTkTypes.rst |
|
autogen.TermTk/TermTk.TTkWidgets.rst |
|
|
|
|
|
Indices and tables |
|
================== |
|
|
|
* :ref:`genindex` |
|
* :ref:`modindex` |
|
* :ref:`search`
|
|
|