aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst39
1 files changed, 11 insertions, 28 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 89c35c302..c0f5c3875 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,8 +2,6 @@
PySide
======
-*Python bindings for the Qt cross-platform application and UI framework*
-
.. image:: https://pypip.in/wheel/PySide/badge.png
:target: https://pypi.python.org/pypi/PySide/
:alt: Wheel Status
@@ -20,6 +18,8 @@ PySide
:target: https://pypi.python.org/pypi/PySide/
:alt: License
+|
+
Introduction
============
@@ -31,9 +31,11 @@ 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 documentation is hosted at `http://pyside.github.io/docs/pyside/
+The PySide reference documentation is hosted at
+`http://pyside.github.io/docs/pyside/
<http://pyside.github.io/docs/pyside/>`_.
+
Compatibility
=============
@@ -43,27 +45,16 @@ PySide requires Python 2.6 or later and Qt 4.6 or better.
Qt 5.x is currently not supported.
-Installing PySide
-=================
-
-.. toctree::
- :maxdepth: 2
-
- installing/windows.rst
- installing/macosx.rst
- installing/linux.rst
-
-Building PySide
-===============
+Contents
+========
.. toctree::
:maxdepth: 2
- building/windows.rst
- building/macosx.rst
- building/linux.rst
- building/options.rst
+ installing/index.rst
+ building/index.rst
+ changes.rst
Feedback and getting involved
@@ -72,12 +63,4 @@ 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
-
-
-Changes
-=======
-
-.. toctree::
- :maxdepth: 1
-
- changes.rst
+- Examples Code Repository: https://github.com/PySide/Examples