aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst69
1 files changed, 0 insertions, 69 deletions
diff --git a/docs/index.rst b/docs/index.rst
deleted file mode 100644
index b918c6038..000000000
--- a/docs/index.rst
+++ /dev/null
@@ -1,69 +0,0 @@
-======
-PySide
-======
-
-.. image:: https://pypip.in/wheel/PySide/badge.png
- :target: https://pypi.python.org/pypi/PySide/
- :alt: Wheel Status
-
-.. image:: https://pypip.in/download/PySide/badge.png
- :target: https://pypi.python.org/pypi/PySide/
- :alt: Downloads
-
-.. image:: https://pypip.in/version/PySide/badge.png
- :target: https://pypi.python.org/pypi/PySide/
- :alt: Latest Version
-
-.. image:: https://pypip.in/license/PySide/badge.png
- :target: https://pypi.python.org/pypi/PySide/
- :alt: License
-
-.. image:: https://readthedocs.org/projects/pip/badge/
- :target: https://pyside.readthedocs.org
-
-|
-
-Introduction
-============
-
-PySide is the Python Qt bindings project, providing access the complete Qt 4.8 framework
-as well as to generator tools for rapidly generating bindings for any C++ libraries.
-
-The PySide project is developed in the open, with all facilities you'd expect
-from any modern OSS project such as all code in a git repository, an open
-Bugzilla for reporting bugs, and an open design process. We welcome
-any contribution without requiring a transfer of copyright.
-
-The PySide reference documentation is hosted at
-`http://pyside.github.io/docs/pyside/
-<http://pyside.github.io/docs/pyside/>`_.
-
-
-Compatibility
-=============
-
-PySide requires Python 2.6 or later and Qt 4.6 or better.
-
-.. note::
-
- Qt 5.x is currently under construction.
-
-
-Contents
-========
-
-.. toctree::
- :maxdepth: 2
-
- installing/index.rst
- building/index.rst
- changes.rst
-
-
-Feedback and getting involved
-=============================
-
-- Mailing list: http://lists.qt-project.org/mailman/listinfo/pyside
-- Issue tracker: https://bugreports.qt-project.org/browse/PYSIDE
-- Code Repository: http://qt.gitorious.org/pyside
-- Examples Code Repository: https://github.com/PySide/Examples