Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
# -*- coding: utf-8 -*- # Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # """ Package implementing dialogs to perform some code formatting. The supported code formatting systems are these. <ul> <li><a href="https://github.com/psf/black">Black</a></li> <li><a href="https://pycqa.github.io/isort/">isort</a></li> </ul """