-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Release Notes Issues not Linked #842
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
Comments
There's a Sphinx extension to do this - we use it for IPython: https://github.com/ipython/ipython/blob/master/docs/sphinxext/github.py |
Ahh, I didn't look far enough. Looks like the prior release notes found in pandas/doc/source/whatsnew/v0.7.0.txt uses the markup I see how the includes work for Sphinx, but I don't see how the v.0.x.x.txt files get put together in the RELEASE.rst? Is this a manual process? |
We've been keeping RELEASE.rst manually and just mention the issues like #xxx ... we've really only take care to cross-link in the whatsnew rst docs, which make it into the html documentation, using the markup you mention - |
closed via 145d196 |
The release notes have a nice reference to the issue addressed by each bullet, but they're not linked to the actual issue. In my quick scan, I didn't see an easy way to mark this up in the release notes rst. You can use brute force to do it with something like:
[[[ - Add
to_clipboard
function to pandas namespace for writing objects tothe system clipboard (
#774 <http://github.com/pydata/pandas/issues/774>
_) ]]]If it won't mess up the docs, I can add these links to the rst. But, I wanted to check first to see if this anyone knew of a simpler method or whether this would cause problems with the Sphinx stuff.
Ideas?
The text was updated successfully, but these errors were encountered: