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

Doc/rewrite (and code changes inspired by trying to document it) #17

Merged
merged 20 commits into from
Dec 1, 2023

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9574947 View commit details
    Browse the repository at this point in the history
  2. API: remove select_gui_toolkit from mpl_gui.registry

    Use the top level one still, no need to put it in multiple places
    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    edafd11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d929395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fd2235 View commit details
    Browse the repository at this point in the history
  5. DOC: if xrefs

    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3130568 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83f5d01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    deede04 View commit details
    Browse the repository at this point in the history
  8. DOC: remove sphinx_design

    We are not using it.
    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    63ed7e8 View commit details
    Browse the repository at this point in the history
  9. DOC: fix xrefs

    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a122e06 View commit details
    Browse the repository at this point in the history
  10. TST: fix tests

    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8fe8d0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65965ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac05a41 View commit details
    Browse the repository at this point in the history
  13. API: rename mg.show -> mg.display

    Having a conversation about this it was impossible to keep straight with the
    two meanings of `show`.
    
    closes matplotlib#16
    tacaswell committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fecb3c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    e59811f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. CI: use latest ubuntu

    tacaswell committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8e53cab View commit details
    Browse the repository at this point in the history
  2. FIX: do not be more aggressive about cleanup on 'q' that close

    We were more aggressively cleaning up the Figure via the 'q' hot key than
    via closing via Window Manager UI.
    tacaswell committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ac06b2a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    c60c60e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5a885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d017c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    374c2af View commit details
    Browse the repository at this point in the history