diff --git a/README.md b/README.md index ebbabde7..8b162a71 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![pypi_version](https://img.shields.io/pypi/v/pyTermTk?label=pypi)](https://pypi.org/project/pyTermTk) [![pypi_version](https://img.shields.io/twitter/follow/Pier95886803?style=social&logo=twitter)](https://twitter.com/hashtag/pyTermTk?src=hashtag_click&f=live) -![screenshot](https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/ae488a8d-295e-4608-9580-372a8355d72b) +![screenshot](https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.HERO.800.png) ## [pyTermTk](https://github.com/ceccopierangiolieugenio/pyTermTk) diff --git a/docs/source/index.rst b/docs/source/index.rst index 5ba98a9e..75cec6f4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ Welcome to pyTermTk_'s documentation! ===================================== -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/ae488a8d-295e-4608-9580-372a8355d72b +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.HERO.800.png Intro ----- diff --git a/docs/source/info/features/crosscompatible.rst b/docs/source/info/features/crosscompatible.rst index 6fdc5b76..fe65f7a0 100644 --- a/docs/source/info/features/crosscompatible.rst +++ b/docs/source/info/features/crosscompatible.rst @@ -7,25 +7,25 @@ Cross Compatibility Linux ----- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/303bc4cb-2ff9-421d-a399-64963f9421ac +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.CC.Linux.png .. _cc-windows: Windows ------- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/c120d5dd-e5db-47a6-bd5b-2e886a37386a +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.CC.Windows.png .. _cc-macos: MacOS ----- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/f734b70d-9596-43db-9b01-27303c36e772 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.CC.MacOS.png .. _cc-html5: HTML5 (`Try `_) ---------------------------------------------------------------------------------------- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/117bcbff-2394-4e04-8458-50eeb0f9a7eb \ No newline at end of file +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.CC.HTML5.png diff --git a/docs/source/info/features/index.rst b/docs/source/info/features/index.rst index 9162f4da..85160ec9 100644 --- a/docs/source/info/features/index.rst +++ b/docs/source/info/features/index.rst @@ -3,7 +3,7 @@ Features ======== -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/ae488a8d-295e-4608-9580-372a8355d72b +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.HERO.800.png Main features ------------- diff --git a/docs/source/info/features/widgets.rst b/docs/source/info/features/widgets.rst index 5686cba0..d7165ea5 100644 --- a/docs/source/info/features/widgets.rst +++ b/docs/source/info/features/widgets.rst @@ -8,7 +8,7 @@ Widgets Base Widgets ------------ -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/f930f010-79ce-4b9a-8b2b-796af6d1542c +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Base.gif * Label :class:`~TermTk.TTkWidgets.label.TTkLabel` * Button :class:`~TermTk.TTkWidgets.button.TTkButton` @@ -19,41 +19,42 @@ Base Widgets * Radio Button :class:`~TermTk.TTkWidgets.radiobutton.TTkRadiobutton` * Scrollbar :class:`~TermTk.TTkWidgets.scrollbar.TTkScrollBar` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/22f507ce-d4c9-4910-8019-29362b3a71f7 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.List.gif * List :class:`~TermTk.TTkWidgets.list_.TTkList` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/9c8e257e-90b0-4de6-a4dc-f7126ac73785 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Menu.gif * Menu :class:`~TermTk.TTkWidgets.menu.TTkMenu` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/b024ae12-57d8-4e69-8b3f-71623fae4ce7 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Tab.gif * Tab :class:`~TermTk.TTkWidgets.tabwidget.TTkTabWidget` Specialised Widgets ------------------- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/ebc52793-484d-4fee-9ccd-8d8cc2e810fe +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TextEdit.gif * TextEdit :class:`~TermTk.TTkWidgets.texedit.TTkTextEdit` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/3f4f7306-fb6c-4892-8960-3d42780a34de +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.KodeTab.gif * KodeTab :class:`~TermTk.TTkWidgets.kodetab.TTkKodeTab` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/9a71e6c7-b891-4744-8289-c59e1a6bdf45 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Terminal.gif * Terminal :class:`~TermTk.TTkWidgets.TTkTerminal.terminal.TTkTerminal` .. _widgets-pickers: Pickers ------- -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/35de8317-1ee6-4dad-9c46-320d0692c393 +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TextPicker.gif * Text Picker :class:`~TermTk.TTkWidgets.TTkPickers.textpicker.TTkTextPicker` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/0388f4a0-1a93-4d57-9a77-c7e43422fedb +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.FilePicker.gif * File Picker :class:`~TermTk.TTkWidgets.TTkPickers.filepicker.TTkFileButtonPicker` -.. image:: https://github.com/ceccopierangiolieugenio/pyTermTk/assets/8876552/9a61baf3-f151-49a6-bde0-ace02eb9008e +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.ColorPicker.gif * Color Picker :class:`~TermTk.TTkWidgets.TTkPickers.colorpicker.TTkColorButtonPicker` +.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.MessageBox.gif * Message Box :class:`~TermTk.TTkWidgets.TTkPickers.messagebox.TTkMessageBox` .. _widgets-layout: @@ -65,4 +66,4 @@ Layout * Resizable Frame :class:`~TermTk.TTkWidgets.resizableframe.TTkResizableFrame` * Window :class:`~TermTk.TTkWidgets.window.TTkWindow` * Splitter :class:`~TermTk.TTkWidgets.splitter.TTkSplitter` -* Scroll Area :class::`~TermTk.TTkWidgets.scrollarea.TTkScrollArea` \ No newline at end of file +* Scroll Area :class:`~TermTk.TTkWidgets.scrollarea.TTkScrollArea` \ No newline at end of file