-
Notifications
You must be signed in to change notification settings - Fork 67
README: Documentation improvements #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
* [Features](#features) | ||
* [Installation](#installation) | ||
* [Third-party packages](#third-party-packages) | ||
* [GitHub Actions](#github-actions) | ||
* [`pre-commit` support](#pre-commit-support) | ||
* [Usage](#usage) | ||
* [Exit codes](#exit-codes) | ||
* [Dry runs](#dry-runs) | ||
* [Examples](#examples) | ||
* [Troubleshooting](#troubleshooting) | ||
* [Security model](#security-model) | ||
* [Licensing](#licensing) | ||
* [Contributing](#contributing) | ||
* [Code of Conduct](#code-of-conduct) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an FYI that these won't work when the README is displayed on PyPI: pypa/readme_renderer#169
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that was in the back of my mind...
IMO that's an acceptable tradeoff for now, since we also direct-link to the repo in a few places (like the GitHub Action).
Signed-off-by: William Woodruff <[email protected]>
Closes #303.