summaryrefslogtreecommitdiffstats
path: root/quips.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove the qmake config now that we no longer need itEdward Welbourne2022-09-141-38/+0
| | | | | | | | | At least on Unix, with GNU make installed, we can just use the Makefile. This makes quips.pro and scripts/setup.mk redundant. Task-number: QTWEBSITE-1041 Change-Id: I2c6f5126e5ad6f393f22af893cba692cb2207eed Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Upgrade quip-generation scripts to use python3Edward Welbourne2021-06-071-1/+1
| | | | | | | | | | | | | | Scripts use docutils; Debian/testing has dropped python2 support for docutils, forcing the upgrade. Ran 2to3 and did as it told me. One print needed parentheses. Changed #! lines and quips.pro to use python3 explicitly. The docutils.core.publish_string() call was returning a bytes object, where output.write() needed a string; so set output encoding. Change-Id: I910548c7402b4bb8a22559793278dc9b5461b94d Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Rename quip .txt files to .rstFrederik Gladhorn2018-01-051-1/+1
| | | | | | | | | | | This allows tooling to do nice highlighting. Python tried to rename its PEPs recently but found it hard because of the PEPs being such an established thing. QUIPs are fresh, let's learn from the others. Change-Id: Id31d0c800758f19d208fed88ae62e985d0355d4a Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add site generation scriptsEdward Welbourne2017-05-041-0/+38
Things left for future work: * Sort out a suitable host on which to publish this (QTQAINFRA-1211) * Set up a routine site-publishing cron job (QTQAINFRA-1211) * Make links of entries in some headers (QTQAINFRA-1212) Task-number: QTQAINFRA-1173 Started-by: Louai Al-Khanji <louai.al-khanji@qt.io> Change-Id: I7ee0c37e38cf30de52684ac80cb7848ec8712a0e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>