X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/882d8795c6ff65c02f2657e596391748d1b6b7f5:/docs/usage_and_configuration/index.md..refs/heads/master:/.vim/bundle/black/docs/usage_and_configuration/static/git-favicon.png diff --git a/docs/usage_and_configuration/index.md b/docs/usage_and_configuration/index.md deleted file mode 100644 index 1c86a49..0000000 --- a/docs/usage_and_configuration/index.md +++ /dev/null @@ -1,28 +0,0 @@ -# Usage and Configuration - -```{toctree} ---- -hidden: ---- - -the_basics -file_collection_and_discovery -black_as_a_server -black_docker_image -``` - -Sometimes, running _Black_ with its defaults and passing filepaths to it just won't cut -it. Passing each file using paths will become burdensome, and maybe you would like -_Black_ to not touch your files and just output diffs. And yes, you _can_ tweak certain -parts of _Black_'s style, but please know that configurability in this area is -purposefully limited. - -Using many of these more advanced features of _Black_ will require some configuration. -Configuration that will either live on the command line or in a TOML configuration file. - -This section covers features of _Black_ and configuring _Black_ in detail: - -- {doc}`The basics <./the_basics>` -- {doc}`File collection and discovery ` -- {doc}`Black as a server (blackd) <./black_as_a_server>` -- {doc}`Black Docker image <./black_docker_image>`