Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simplify docstring.py. #9172

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
wants to merge 6 commits into from

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Sep 9, 2017

Unless the docstring is going to be interpolated, we do not need to
bother dedenting it.

Deprecated unused functionality in docstring.py.

Reimplemented on top of #9173 as the latter removes a lot of needs for docstring manipulations.

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzer anntzer force-pushed the simplify-docstring.py branch 2 times, most recently from 3f48fbd to 0a79bda Compare September 9, 2017 06:49
@anntzer anntzer force-pushed the simplify-docstring.py branch from 0a79bda to 7cebfc2 Compare September 9, 2017 06:53
@anntzer anntzer force-pushed the simplify-docstring.py branch from 7cebfc2 to 00fdd9b Compare September 9, 2017 08:12
Unless the docstring is going to be interpolated, we do not need to
bother dedenting it.

Deprecated unused functionality in docstring.py.
@anntzer anntzer force-pushed the simplify-docstring.py branch from 00fdd9b to a9a5901 Compare September 9, 2017 20:51
@anntzer
Copy link
Contributor Author

anntzer commented Sep 10, 2017

[Temporarily closing the PR as I would prefer #9173 be merged first to avoid having to keep this branch in sync on top of it; will reopen later.]

@anntzer anntzer closed this Sep 10, 2017
@anntzer anntzer deleted the simplify-docstring.py branch October 6, 2017 06:50
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