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

Render examples using Sphinx-gallery #1621

Merged
merged 22 commits into from
Oct 3, 2023
Merged

Commits on Oct 2, 2023

  1. [Doc] Minimal working sphinx-gallery integration

    This includes just the Python "kinetics" examples to start
    speth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    600323f View commit details
    Browse the repository at this point in the history
  2. [Doc] Build Sphinx docs and run gallery samples in build dir

    Sphinx-gallery creates new .rst files alongside existing manually
    maintained documentation, and runs the samples in-place, generating
    their output files in the source tree. Moving this all to the build
    directory lets us keep the repo clean.
    speth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b517f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b47e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae5165e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    defa7a5 View commit details
    Browse the repository at this point in the history
  6. [Python] Avoid strange behavior from custom module loader

    This was causing problems with re-importing cantera.with_units.units
    while running the samples as part of the sphinx-gallery build
    speth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1594684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0e0e61 View commit details
    Browse the repository at this point in the history
  8. [Doc] Remove secondary sidebar from example pages

    This sidebar usually only had a "get page source" link, which isn't
    very useful for autogenerated pages.
    speth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0fb9fce View commit details
    Browse the repository at this point in the history
  9. [Doc] Add remaining Python examples to sphinx-gallery

    Introduce a monkey patch to avoid executing specific examples that
    won't run under sphinx-gallery.
    speth committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e13599d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5f78e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    783f162 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7284fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7c2573e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d151df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87aac80 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cade81b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    87ec4ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1ff1d28 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef9e8b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d317d27 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    b785b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56487cd View commit details
    Browse the repository at this point in the history