Commit Graph

8 Commits

Author SHA1 Message Date
6d0b2aebe0 doku2git: prefix unused variables with an underscore
This prevents PyCharm from generating unused variable warnings.
2019-07-07 14:37:09 +10:00
ac7dee371a doku2git: Use PEP8 compliant block comments 2019-07-07 14:36:29 +10:00
380254d8ab Dokuwiki: Use Dict typing over Mapping
Mapping doesn't provide __setitem__ which we need.
2019-07-07 14:35:44 +10:00
93c173ae10 doku2git: Use PEP8 spacing 2019-07-07 14:34:51 +10:00
2516091c4d gitignore: add venv to the ignore list for convenience 2019-07-07 14:26:21 +10:00
9c58df8aee MediaChange: actually commit the data files to the repository 2019-07-07 14:23:44 +10:00
c1d5bb4469 README: remove use of horizontal style in argument descriptions
The default renderer on Gitlab produces a list that is rather too high.
2019-07-07 14:23:44 +10:00
6df757f719 Initial import 2019-07-07 14:23:44 +10:00