Skip to content

DOC: Use rst instead of markdown in release instructions #50824

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

Closed
datapythonista opened this issue Jan 18, 2023 · 3 comments · Fixed by #50886
Closed

DOC: Use rst instead of markdown in release instructions #50824

datapythonista opened this issue Jan 18, 2023 · 3 comments · Fixed by #50886

Comments

@datapythonista
Copy link
Member

Looks like when I moved the release procedure to the pandas docs I didn't realize I had the notes in markdown, and the docs are in rst. The formatting is all broken because of this: https://pandas.pydata.org/docs/dev/development/maintaining.html#release-process

We should replace the mardown with rst, so sphinx can render things correctly.

@tpackard1
Copy link
Contributor

take

@tpackard1
Copy link
Contributor

tpackard1 commented Jan 18, 2023

Hi @datapythonista, it looks like what mainly needs to be fixed is the code blocks and the hyperlinks or are there more formatting issues that I am not seeing?

@datapythonista
Copy link
Member Author

Those are the ones that I noticed, but I didn't check in detail. Feel free to start by those, and if we notice something else, we can take care in a follow up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment