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.
Comment From: tpackard1
take
Comment From: tpackard1
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?
Comment From: datapythonista
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.