summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-25 00:31:36 +0000
committerGithub Actions <actions@github>2024-06-25 00:31:36 +0000
commit1878ab2326e7b931aabeee8daa0f430d8b51292c (patch)
treed5c118cabf760652ab2fcda52fb15706ed141092
parentb5ae342ab28919a8083b589a587b030ad859592e (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7bb5eaa..5811512 100644
--- a/README.md
+++ b/README.md
@@ -218,6 +218,7 @@ You can view this list in vim with `:help conform-formatters`
- [deno_fmt](https://deno.land/manual/tools/formatter) - Use [Deno](https://deno.land/) to format TypeScript, JavaScript/JSON and markdown.
- [dfmt](https://github.com/dlang-community/dfmt) - Formatter for D source code.
- [djlint](https://github.com/Riverside-Healthcare/djLint) - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang.
+- [docformatter](https://pypi.org/project/docformatter/) - docformatter automatically formats docstrings to follow a subset of the PEP 257 conventions.
- [docstrfmt](https://github.com/LilSpazJoekp/docstrfmt) - reStructuredText formatter.
- [dprint](https://github.com/dprint/dprint) - Pluggable and configurable code formatting platform written in Rust.
- [easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) - ecs - Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
diff --git a/doc/conform.txt b/doc/conform.txt
index 54f1f06..46ffbfc 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -262,6 +262,8 @@ FORMATTERS *conform-formatter
`dfmt` - Formatter for D source code.
`djlint` - ✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks -
Handlebars - GoLang.
+`docformatter` - docformatter automatically formats docstrings to follow a
+ subset of the PEP 257 conventions.
`docstrfmt` - reStructuredText formatter.
`dprint` - Pluggable and configurable code formatting platform written in Rust.
`easy-coding-standard` - ecs - Use Coding Standard with 0-knowledge of PHP-CS-