From c54a357b14a6d0e22ab5563e8ab634227fea67a1 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 25 May 2018 10:24:31 +0200 Subject: Remove left-over documentation files - _templates/index.html Change-Id: Idcde052a1a77e2ade1de712db79da95d5ed6c02c Reviewed-by: Alexandru Croitor --- sources/pyside2/doc/_templates/index.html | 120 ------------------------------ 1 file changed, 120 deletions(-) delete mode 100644 sources/pyside2/doc/_templates/index.html diff --git a/sources/pyside2/doc/_templates/index.html b/sources/pyside2/doc/_templates/index.html deleted file mode 100644 index 901ddc496..000000000 --- a/sources/pyside2/doc/_templates/index.html +++ /dev/null @@ -1,120 +0,0 @@ -{% extends "layout.html" %} -{% set title = 'Overview' %} -{% block body %} -
-

PySide {{ version }} Reference

- -

Qt is a complete cross-platform software framework. - PySide aims to provide Python developers access to the Qt libraries in the most natural way.

- -

PySide is built using the Shiboken binding generator.

- -

Notes

- -

About 0 vs None

- -

The PySide class reference documentation is automatically generated from the original - Qt documentation for C++, some parts were tuned to fit the Python world. However, it's not - possible to rewrite all Qt docs as it would require a really huge effort, so if the - documentation says you can use 0 on an QObject argument, interpret it as None.

- -

About keyword arguments

- -

Only optional arguments can be used as keyword arguments.

- -

Modules

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -

Tutorials and examples

- -

A collection of tutorials and "walkthrough" guides are provided with PySide to help new users get started with PySide development. These documents were ported from C++ to Python and cover a range of topics, from basic use of widgets to step-by-step tutorials that show how an application is put together.

- -

Other stuff

- - -
-{% endblock %} -- cgit v1.2.3