ruff/docs
Andrew Gallant fc3e2664f9
help: enable auto-wrapping of help output (#9633)
Previously, without the 'wrap_help' feature enabled, Clap would not do
any auto-wrapping of help text. For help text with long lines, this
tends to lead to non-ideal formatting. It can be especially difficult to
read when the width of the terminal is smaller.

This commit enables 'wrap_help', which will automatically cause Clap to
query the terminal size and wrap according to that. Or, if the terminal
size cannot be determined, it will default to a maximum line width of
100.

Ref https://github.com/astral-sh/ruff/pull/9599#discussion_r1464992692
2024-01-24 10:51:07 -05:00
..
.overrides/partials/integrations/analytics Move some MkDocs responsibilities around (#5542) 2023-07-05 22:06:01 +00:00
assets Update docs to match updated logo and color palette (#5283) 2023-06-22 11:19:34 -04:00
formatter Document context manager breaking deviation vs. Black (#8597) 2023-11-10 04:32:29 +00:00
stylesheets fix(docs): admonition in dark mode (#9502) 2024-01-13 07:43:13 -05:00
.gitignore Fix gitignore to not ignore files that are required (#7538) 2023-09-21 21:33:09 +02:00
configuration.md help: enable auto-wrapping of help output (#9633) 2024-01-24 10:51:07 -05:00
faq.md Document conventions in the FAQ (#8638) 2023-11-12 22:56:39 +00:00
formatter.md docs: fix typo in formatter.md (#9473) 2024-01-11 12:59:01 -05:00
installation.md Add openSUSE Tumbleweed into install doc (#8996) 2023-12-06 17:07:59 +00:00
integrations.md Bump version to v0.1.14 (#9581) 2024-01-19 12:54:39 -05:00
linter.md Docs: fix isort rule code (#9598) 2024-01-21 15:30:14 +00:00
preview.md Fix docs typo for ruff format preview configuration (#8611) 2023-11-11 03:07:32 +00:00
requirements-insiders.txt Redirect from rule codes to rule pages in docs (#8636) 2023-11-12 17:47:10 -05:00
requirements.txt Redirect from rule codes to rule pages in docs (#8636) 2023-11-12 17:47:10 -05:00
tutorial.md Apply consistent code block labels (#8563) 2023-11-09 01:49:24 +00:00
versioning.md Add note about scope of rule changing in versioning policy (#8169) 2023-10-24 11:38:31 -05:00