Fix #1160 Links in README don't render properly on PyPi project page#1163
Fix #1160 Links in README don't render properly on PyPi project page#1163seratch merged 1 commit intoslackapi:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1163 +/- ##
==========================================
- Coverage 86.62% 86.57% -0.05%
==========================================
Files 110 110
Lines 10774 10774
==========================================
- Hits 9333 9328 -5
- Misses 1441 1446 +5
Continue to review full report at Codecov.
|
filmaj
left a comment
There was a problem hiding this comment.
Looks good. The table of contents links are still broken but I am not sure how we can fix that, as the pypi-generated page based off the readme does not include any anchor IDs or other ways that we can programmatically jump to heading sections of the page 😞
Yes, I also noticed this but we can fix it once we find a good way to go. Thanks for the review! |
Summary
This pull request resolves #1160. You can check the current state here: https://pypi.org/project/slack-sdk/ ("Getting started tutorial" section)
Category (place an
xin each of the[ ])/docs-src(Documents, have you run./scripts/docs.sh?)/docs-src-v2(Documents, have you run./scripts/docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.