Merge Reference README section into Configuration section

This commit is contained in:
Martin Fischer 2023-02-15 21:42:55 +01:00 committed by Charlie Marsh
parent d658bfc024
commit c88e05dc1b

View file

@ -122,7 +122,6 @@ This README is also available as [documentation](https://beta.ruff.rs/docs/).
1. [FAQ](#faq) 1. [FAQ](#faq)
1. [Contributing](#contributing) 1. [Contributing](#contributing)
1. [Support](#support) 1. [Support](#support)
1. [Reference](#reference)
1. [Acknowledgements](#acknowledgements) 1. [Acknowledgements](#acknowledgements)
1. [License](#license) 1. [License](#license)
@ -210,8 +209,8 @@ Or, to enable autofix:
<!-- Begin section: Configuration --> <!-- Begin section: Configuration -->
Ruff is configurable both via `pyproject.toml`, `ruff.toml`, and the command line. For a full list of configurable Ruff is configurable both via `pyproject.toml`, `ruff.toml`, and the command line.
options, see the [API reference](#reference). For a full list of configurable options, see the [list of all options](https://beta.ruff.rs/docs/settings/).
### Configure via `pyproject.toml` ### Configure via `pyproject.toml`
@ -343,7 +342,7 @@ unfixable = ["B"]
"path/to/file.py" = ["E402"] "path/to/file.py" = ["E402"]
``` ```
For a full list of configurable options, see the [API reference](#reference). For a full list of configurable options, see the [list of all options](https://beta.ruff.rs/docs/settings/).
### Command-line interface ### Command-line interface
@ -1265,10 +1264,6 @@ or feel free to [**open a new one**](https://github.com/charliermarsh/ruff/issue
You can also ask for help on [**Discord**](https://discord.gg/c9MhzV8aU5). You can also ask for help on [**Discord**](https://discord.gg/c9MhzV8aU5).
## Reference
See the [list of all options](https://beta.ruff.rs/docs/settings/).
<!-- Begin section: Acknowledgements --> <!-- Begin section: Acknowledgements -->
## Acknowledgements ## Acknowledgements