Skip to content
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

Add documentation for mpl_toolkits.axes_grid1.inset_locator #4864

Merged
merged 13 commits into from Dec 16, 2015

Commits on Nov 15, 2015

  1. Configuration menu
    Copy the full SHA
    afd3afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bc091c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281be93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8f5eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    748fff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2086399 View commit details
    Browse the repository at this point in the history
  7. Simplify axes_grid1's AnchoredLocatorBase subclasses.

    Moved __call__ functionality in subclasses to parent class
    Slight PEP8 cleanup
    sargas committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    4c7abe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b857f71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c0cff1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0898052 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e499425 View commit details
    Browse the repository at this point in the history
  12. Move class docstrings in axes_grid1.inset_locator to constructors

    Fixes Py2k compatibility
    sargas committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    a55250f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Reform kwarg documentation in axes_grid1.inset_locator

    Add six import for consistency
    sargas committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    e6181de View commit details
    Browse the repository at this point in the history