Skip to content

DOC: Freeze old whatsnew notes? #19942

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
TomAugspurger opened this issue Feb 28, 2018 · 2 comments
Closed

DOC: Freeze old whatsnew notes? #19942

TomAugspurger opened this issue Feb 28, 2018 · 2 comments
Labels

Comments

@TomAugspurger
Copy link
Contributor

Currently on master, we have a new failure from the 0.10.0.txt whatsnew due to the line_width option being removed.

Rather than continuing to fix these old examples due to backwards comparability breaks in pandas, could we convert the old ..ipython:: python blocks to regular .. code-block:: python examples so they aren't run anymore? Ideally we could write a script that runs them one last time, captures the output, and updates the .rst. Anyone have interest in seeing if that's possible?

@jorisvandenbossche
Copy link
Member

Yes! And there is already an issue for that: #6856

I at some point looked into a kind of 'text' sphinx builder that would output what we want, but never really figured it out. I think it should be somehow possible (eg numpydoc also emits the intermediate generated source code that is never saved in a file to build the actual docstring page when using very verbose mode)

@jorisvandenbossche
Copy link
Member

Closing in favor of #6856

@jorisvandenbossche jorisvandenbossche added this to the No action milestone Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants