black/docs
Matthew Armand 59f03d1b9d
Vim plugin docs improvements (#3468)
* Organize vim plugin section with headers to separate out Installation, Usage, and Troubleshooting for readability and easy linking

* Add missing plugin configuration options, with current defaults

* Add installation note for Arch Linux, now that the plugin is shipped with the python-black package (ref: https://bugs.archlinux.org/task/73024)

* Fix vim-plug specification to follow stable releases. Moving the same tag is an antipattern that doesn't re-resolve with vim-plug, see this discussion for more detail (https://github.com/junegunn/vim-plug/pull/720\#issuecomment-1105829356). Per vim-plug's maintainer's recommendation, use the 'tag' key instead with a shell wildcard. Wildcard should be '*.*.*' as that follows Black's versioning detailed here (https://black.readthedocs.io/en/latest/contributing/release_process.html\#cutting-a-release) and doesn't include current alpha releases.
2022-12-20 15:00:06 -08:00
..
_static Switch to Furo (#2793) 2022-01-21 15:00:13 -08:00
compatible_configs Update pylint config docs (#2931) 2022-03-16 10:00:30 -07:00
contributing Enforce empty lines before classes/functions with sticky leading comments. (#3302) 2022-10-25 18:03:24 -07:00
guides Update docs to include pycodestyle (#3369) 2022-11-01 11:42:48 -07:00
integrations Vim plugin docs improvements (#3468) 2022-12-20 15:00:06 -08:00
the_black_code_style Wordsmith current_style.md (#3383) 2022-11-14 07:31:43 -08:00
usage_and_configuration Prepare release 22.12.0 (#3413) 2022-12-09 07:49:43 -08:00
authors.md Fix and test docs on Windows (#2262) 2021-05-26 19:04:10 -07:00
change_log.md Fix and test docs on Windows (#2262) 2021-05-26 19:04:10 -07:00
conf.py docs: adds ExitStack alternative to future_style.md (#3247) 2022-08-31 21:25:13 -07:00
faq.md Prepare release 22.10.0 (#3311) 2022-10-06 15:33:51 -07:00
getting_started.md make black[jupyter] installation cross-shell (#3394) 2022-12-10 11:49:33 -08:00
index.md Convert index.rst and license.rst to markdown (#2852) 2022-03-30 13:43:46 -07:00
license.md Convert index.rst and license.rst to markdown (#2852) 2022-03-30 13:43:46 -07:00
make.bat add sphinx docs skeleton (#71) 2018-03-23 14:27:04 -07:00
Makefile Add EOF and trailing whitespace fixer to pre-commit config (#2330) 2021-06-13 10:22:46 -07:00
requirements.txt Bump furo from 2022.9.29 to 2022.12.7 in /docs (#3433) 2022-12-12 06:28:12 -08:00