aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/index.rst')
-rw-r--r--sources/pyside2/doc/index.rst104
1 files changed, 0 insertions, 104 deletions
diff --git a/sources/pyside2/doc/index.rst b/sources/pyside2/doc/index.rst
deleted file mode 100644
index 65e5912f4..000000000
--- a/sources/pyside2/doc/index.rst
+++ /dev/null
@@ -1,104 +0,0 @@
-|project|
-*********
-
-.. ifconfig:: output_format == 'html'
-
- **Qt for Python** offers the official Python bindings for `Qt`_, and
- has two main components:
-
- * `PySide2`_, so that you can use Qt5 APIs in your Python applications, and
- * `Shiboken6 <shiboken6/index.html>`__, a binding generator tool, which can
- be used to expose C++ projects to Python, and a Python module with
- some utility functions.
-
-.. ifconfig:: output_format == 'qthelp'
-
- **Qt for Python** offers the official Python bindings for `Qt`_, and
- has two main components:
-
- * `PySide2`_, so that you can use Qt5 APIs in your Python applications, and
- * `Shiboken6 <../shiboken6/index.html>`__, a binding generator tool, which can
- be used to expose C++ projects to Python, and a Python module with
- some utility functions.
-
-This project is available under the LGPLv3/GPLv3 and the `Qt commercial license`_.
-
-.. _Qt: https://doc.qt.io
-.. _PySide2: quickstart.html
-.. _`Qt commercial license`: https://www.qt.io/licensing/
-
-
-
-Documentation
-=============
-
-.. ifconfig:: output_format == 'html'
-
- .. raw:: html
-
- <table class="special">
- <colgroup>
- <col style="width: 33%" />
- <col style="width: 33%" />
- <col style="width: 33%" />
- </colgroup>
- <tr>
- <td><a href="quickstart.html"><p><strong>Check It Out!</strong><br/>Write your first Qt app.</p></a></td>
- <td><a href="gettingstarted.html"><p><strong>Getting Started</strong><br/>Install and build from source.</p></a></td>
- <td><a href="api.html"><p><strong>API Docs</strong><br/>Qt for Python API reference.</p></a></td>
- </tr>
-
- <tr>
- <td><a href="tutorials/index.html"><p><strong>Tutorials</strong><br/>Learn with step-by-step guides.</p></a></td>
- <td><a href="examples/index.html"><p><strong>Examples</strong><br/>Check all the available examples.</p></a></td>
- <td><a href="videos.html"><p><strong>Videos</strong><br/>Watch webinars, Talks, and more.</p></a></td>
- </tr>
-
- <tr>
- <td><a href="deployment.html" style="display: block;"><p><strong>Deployment</strong><br/>Learn to deploy your apps.</p></a></td>
- <td><a href="considerations.html" style="display: block;"><p><strong>Considerations</strong><br/>API differences and known issues.</p></a></td>
- <td><a href="shiboken6/index.html" style="display: block;"><p><strong>Shiboken</strong><br/>Generate C++ to Python binding.</p></a></td>
- </tr>
- </table>
-
-.. ifconfig :: output_format == 'qthelp'
-
- .. raw:: html
-
- <table class="special">
- <colgroup>
- <col style="width: 33%" />
- <col style="width: 33%" />
- <col style="width: 33%" />
- </colgroup>
- <tr>
- <td><a href="quickstart.html"><p><strong>Check It Out!</strong><br/>Write your first Qt app.</p></a></td>
- <td><a href="gettingstarted.html"><p><strong>Getting Started</strong><br/>Install and build from source.</p></a></td>
- <td><a href="api.html"><p><strong>API Docs</strong><br/>Qt for Python API reference.</p></a></td>
- </tr>
-
- <tr>
- <td><a href="tutorials/index.html"><p><strong>Tutorials</strong><br/>Learn with step-by-step guides.</p></a></td>
- <td><a href="examples/index.html"><p><strong>Examples</strong><br/>Check all the available examples.</p></a></td>
- <td><a href="videos.html"><p><strong>Videos</strong><br/>Watch webinars, Talks, and more.</p></a></td>
- </tr>
-
- <tr>
- <td><a href="deployment.html" style="display: block;"><p><strong>Deployment</strong><br/>Learn to deploy your apps.</p></a></td>
- <td><a href="considerations.html" style="display: block;"><p><strong>Considerations</strong><br/>API differences and known issues.</p></a></td>
- <td><a href="../shiboken6/index.html" style="display: block;"><p><strong>Shiboken</strong><br/>Generate C++ to Python binding.</p></a></td>
- </tr>
- </table>
-
-We have also a `wiki page`_ where you can find how to report bugs, contribute or contact the community.
-
-.. _`wiki page`: https://wiki.qt.io/Qt_for_Python
-
-.. toctree::
- :hidden:
- :glob:
-
- contents.rst
- gettingstarted*
- pyside-examples/pysideexamples*
- overviews/*