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

refactor and bugfixes for plot_directive #3257

Merged
merged 5 commits into from Jul 17, 2014

Commits on Jul 14, 2014

  1. Copy the full SHA
    ac1a333 View commit details
    Browse the repository at this point in the history
  2. STY: pep8 2 lines between functions

    pep8 for plot directive.
    matthew-brett committed Jul 14, 2014
    Copy the full SHA
    d160d6c View commit details
    Browse the repository at this point in the history
  3. MNT: remove Python 2.7 copy of relpath

    Matplotlib now depends on Python 2.6, which has relpath
    matthew-brett committed Jul 14, 2014
    Copy the full SHA
    7f0a450 View commit details
    Browse the repository at this point in the history
  4. STY: typos in plot_directive docstrings

    Well, behaviour -> behavior is against my origins, but hey, we're all
    American now.
    matthew-brett committed Jul 14, 2014
    Copy the full SHA
    d1388d3 View commit details
    Browse the repository at this point in the history
  5. BUG: don't show parens, comma when no source link

    plot_directive displaying empty parens when no figures and no source
    required.  Was also prepending a comma to list of images when there was
    source links not required.
    matthew-brett committed Jul 14, 2014
    Copy the full SHA
    802e267 View commit details
    Browse the repository at this point in the history