Move screenshots back to home page.
This commit is contained in:
parent
abb8b81a9e
commit
fe9cac581a
3 changed files with 22 additions and 31 deletions
|
|
@ -9,5 +9,4 @@ Background
|
|||
|
||||
project/index
|
||||
community
|
||||
backends/index
|
||||
internals/index
|
||||
|
|
|
|||
|
|
@ -2,33 +2,6 @@
|
|||
About Toga
|
||||
==========
|
||||
|
||||
Toga is a Python native, OS native, cross platform GUI toolkit. Toga consists of a
|
||||
library of base components with a shared interface to simplify platform-agnostic GUI
|
||||
development.
|
||||
|
||||
Toga is available on macOS, Windows, Linux (GTK), Android, iOS, for
|
||||
single-page web apps, and console apps.
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: macOS
|
||||
|
||||
.. figure:: /images/toga-demo-cocoa.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. group-tab:: Linux
|
||||
|
||||
.. figure:: /images/toga-demo-gtk.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
.. figure:: /images/toga-demo-winforms.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,26 @@ development.
|
|||
Toga is available on macOS, Windows, Linux (GTK), Android, iOS, for
|
||||
single-page web apps, and console apps.
|
||||
|
||||
.. tabs::
|
||||
|
||||
.. group-tab:: macOS
|
||||
|
||||
.. figure:: /images/toga-demo-cocoa.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. group-tab:: Linux
|
||||
|
||||
.. figure:: /images/toga-demo-gtk.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. group-tab:: Windows
|
||||
|
||||
.. figure:: /images/toga-demo-winforms.png
|
||||
:align: center
|
||||
:width: 450px
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div class="table">
|
||||
|
|
@ -28,8 +48,8 @@ single-page web apps, and console apps.
|
|||
* :doc:`Managing style with Toga <reference/style/index>`
|
||||
* :doc:`Toga's plugin interfaces <reference/plugins/index>`
|
||||
|
||||
:ref:`How-to guides <how-to>`
|
||||
-----------------------------
|
||||
:ref:`How-to <how-to>`
|
||||
----------------------
|
||||
|
||||
* :doc:`Topic guides </how-to/topics/index>`
|
||||
* :doc:`Contribute to Toga <how-to/contribute/index>`
|
||||
|
|
@ -40,7 +60,6 @@ single-page web apps, and console apps.
|
|||
|
||||
* :doc:`Learn more about Toga </background/project/index>`
|
||||
* :doc:`Contacting the BeeWare community </background/community>`
|
||||
* :doc:`How Toga's backends are implemented </background/backends/index>`
|
||||
* :doc:`Toga's architecture and other internals </background/internals/index>`
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue