-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Problem
On the site https://pypi.org/project/seaborn/ there are 2 links that don't work due to the presence of relative links that work on Github but not anywhere else, the doc/README.md and the setup.cfg clickable text don't work.
Reproduction of an example
The relative link is translated to a non-existent file: https://pypi.org/project/seaborn/doc/README.md
Code of the bug
Line 24 in 03d80c1
| To build the documentation locally, please refer to [`doc/README.md`](doc/README.md). |
Line 63 in 03d80c1
| Code style is enforced with `flake8` using the settings in the [`setup.cfg`](./setup.cfg) file. Run `make lint` to check. Alternately, you can use `pre-commit` to automatically run lint checks on any files you are committing: just run `pre-commit install` to set it up, and then commit as usual going forward. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels