Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.CodeFormatting</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.CodeFormatting</h1> <p> Package implementing dialogs to perform some code formatting. </p> <p> 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 </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.CodeFormatting.BlackConfigurationDialog.html">BlackConfigurationDialog</a></td> <td>Module implementing a dialog to enter the parameters for a Black formatting run.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackFormattingAction.html">BlackFormattingAction</a></td> <td>Module implementing an enum defining the various Black code formatting actions.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackFormattingDialog.html">BlackFormattingDialog</a></td> <td>Module implementing a dialog showing the Black code formatting progress and the results.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.BlackUtilities.html">BlackUtilities</a></td> <td>Module implementing some utility functions for the Black based code formatting.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.FormattingDiffWidget.html">FormattingDiffWidget</a></td> <td>Module implementing a window to show a unified diff..</td> </tr> <tr> <td><a href="eric7.CodeFormatting.IsortConfigurationDialog.html">IsortConfigurationDialog</a></td> <td>Module implementing a dialog to enter the parameters for an isort formatting run.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.IsortFormattingAction.html">IsortFormattingAction</a></td> <td>Module implementing an enum defining the various isort code formatting actions.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.IsortFormattingDialog.html">IsortFormattingDialog</a></td> <td>Module implementing a dialog showing the isort code formatting progress and the results.</td> </tr> <tr> <td><a href="eric7.CodeFormatting.IsortUtilities.html">IsortUtilities</a></td> <td>Module implementing some utility functions for the isort import statement formatting tool.</td> </tr> </table> </body></html>