summaryrefslogtreecommitdiff
path: root/docs/reference/gio/concat-files-helper.py
Commit message (Collapse)AuthorAgeFilesLines
* py: Various flake8 cleanupsPhilip Withnall2020-11-171-0/+1
| | | | | | | None of these are particularly significant, but they do get the CI output clean. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* py: Reformat all Python files consistentlyPhilip Withnall2020-11-171-3/+7
| | | | | | | | | | This commit is the unmodified results of running ``` black $(git ls-files '*.py') ``` with black version 19.10b0. See #2046. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* doc: Split API reference per platformXavier Claessens2019-07-101-0/+31
We can only include win32 APIs when building for Windows because gtkdoc needs to compile the GObject classes for introspection.