aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove old in-source documentation and filesCristian Maureira-Fredes2019-04-2914-1561/+0
| | | | | | | | | | | This building and installing documentation is related to PySide1, and besides being deprecated, it was replaced by the information in our wiki and official docs. Also the appveyor.xml file was removed since it's out of date. Change-Id: I3d54e679db01057687dbd0cdf742decddcf86b1d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Remove remaining uses of the --jobs optionFriedemann Kleint2018-11-211-1/+1
| | | | | | | | | Fix COIN script and documentation. Amends 9ec0fab3d67d7c5ecc3cb8d45d3ee8abc38aa8e0. Task-number: PYSIDE-809 Change-Id: I217a34a4074a55cfeee9b00898a5e5a09f3f2bb8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Change license from all the filesCristian Maureira-Fredes2018-05-032-2/+2
| | | | | | | | | | | | | | | | | Removing the word 'project' from all the headers, and changing the PySide reference from the examples to Qt for Python: The following line was used inside the source/ and build_scripts/ directory: for i in $(grep -r "the Qt for Python project" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/the\ Qt\ for\ Python\ project/Qt\ for\ Python/g' $i;done and the following line was used inside the examples/ directory: for i in $(grep -r "of the PySide" * |grep -v "pyside2-tools" | awk '{print $1}' | sed 's/:.*//g');do sed -i 's/of\ the\ PySide/of\ the\ Qt\ for\ Python/g' $i;done Change-Id: Ic480714686ad62ac4d81c670f87f1c2033d4ffa1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* sphinx: Remove deprecated config keysFriedemann Kleint2018-02-231-4/+0
| | | | | | | | | | | | | | Remove - html_add_permalinks: the key has been changed to str and has a default. - html_use_smartypants: Replaced by smartquotes and defaults to true. Fixes warnings: WARNING: The config value `html_add_permalinks' has type `bool', defaults to `str'. WARNING: html_use_smartypants option is deprecated. Smart quotes are on by default; if you want to disable them, use the smartquotes option. Task-number: PYSIDE-363 Change-Id: I85092597a860f58cc012220edbf0c03749326432 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix licensesFriedemann Kleint2017-04-052-0/+77
| | | | | | | | | | | | | | | | | | Fix license checker error messages when run in default mode (git ls-files in pyside-setup): Failed test '.../pyside-setup/header.LGPL re-defines a license of type LGPL originally defined in .../qtbase/header.LGPL' not ok 2 - docs/conf.py does not appear to contain a license header not ok 3 - docs/make.bat does not appear to contain a license header not ok 4 - ez_setup.py does not appear to contain a license header not ok 5 - popenasync.py does not appear to contain a license header not ok 7 - qtinfo.py does not appear to contain a license header not ok 11 - utils.py does not appear to contain a license header Task-number: PYSIDE-491 Change-Id: Ia10ff40ef39c64ac717f36ed073b1d1675a150d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* minimal update of Qt5 status.Christian Tismer2015-06-201-1/+1
|
* Remove the need to use the post-install script on Mac OS platform and ↵Christian Tismer2015-06-203-30/+1
| | | | update the docs.
* Added readthedocs shield to index.rstRoman Lacko2015-01-021-0/+3
|
* Fixed links to qt libraries in windows build instructionsrlacko2014-07-161-4/+4
|
* Update linux.rstpatricktokeeffe2014-06-071-2/+4
|
* Fixed and enhanced TOC rendering with ReadTheDocs sphinx themeRoman Lacko2014-05-158-36/+33
|
* Use sphinx_rtd_theme in ReST documentationrlacko2014-05-151-0/+9
|
* Removed TOC from index.rstRoman Lacko2014-05-141-2/+0
|
* Refactoring docs/index.rst into separate rst filesRoman Lacko2014-05-149-716/+772
|
* Prepare docs folder (for hosting on ReadTheDocs)Roman Lacko2014-05-125-0/+1453