Formatting tools (#1172)

* Added base implementation of formatting utility

* Refactored and added docs

* Added changelog

* Coverage
This commit is contained in:
Alex Root Junior 2023-06-10 20:47:45 +03:00 committed by GitHub
parent c418689dc1
commit 5b20f81654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1103 additions and 47 deletions

2
CHANGES/1172.feature.rst Normal file
View file

@ -0,0 +1,2 @@
Added a tool to make text formatting flexible and easy.
More details on the :ref:`corresponding documentation page <formatting-tool>`