Skip to content
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

convert changes to markdown #391

Merged
merged 2 commits into from
Nov 22, 2024
Merged

convert changes to markdown #391

merged 2 commits into from
Nov 22, 2024

Conversation

davidism
Copy link
Member

Convert changes from reStructuredText to Markdown. This is part of a project that I am working on to automate release message generation. Having the changes in markdown makes it easier to copy into GitHub's editor.

This was a mix of automated and manual conversion. The rst2myst command can do the initial conversion, but then I went through and fixed missing code formatting, rewrapped some lines, fixed some grammar and spelling, etc. I also converted the section header format to be "Version A.B.C" with "Released YYYY-MM-DD" on its own line. This allows Sphinx to generate much nicer/predictable anchors for each section, and matches the Pallets style.

@davidism
Copy link
Member Author

davidism commented Nov 22, 2024

Also added a 0.20.0 section. Pallets policy is to include a change entry with each PR that needs it. It means the release process is not blocked on a maintainer going through and collecting a bunch of entries from the commit log before release. And the docs will list the changes for the upcoming release.

@davidism davidism merged commit 67110bf into main Nov 22, 2024
2 checks passed
@davidism davidism deleted the markdown branch November 22, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant