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

docs: Adds Vega-Altair Theme Test #3630

Merged
merged 40 commits into from
Oct 17, 2024
Merged

docs: Adds Vega-Altair Theme Test #3630

merged 40 commits into from
Oct 17, 2024

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. chore: Vendor alt.utils.html.STANDARD template

    Planning to adapt this with changes from `index.html`
    dangotbanned committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bc60d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc8345 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4d4fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad2bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7aeef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. feat(DRAFT): Adapt more of index.html script

    **This doesn't work yet**.
    The url params do work, but calling refresh doesn't
    dangotbanned committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0fae2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6971de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59ce76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23a2f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c6544c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b07f27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e72fe1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1ea691 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    436a65d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f466d8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    85ba0b6 View commit details
    Browse the repository at this point in the history
  12. feat: Adds tools.codemod.py

    dangotbanned committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1773498 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. feat: Adds .. altair-code-ref:: directive

    Very lightweight solution for #3630 (comment)
    Also related to #3570
    dangotbanned committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1945d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8221d6c View commit details
    Browse the repository at this point in the history
  3. fix(typing): Remove unused type ignore

    Was only needed prior to using a version guard
    dangotbanned committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    db14314 View commit details
    Browse the repository at this point in the history
  4. fix(typing): Add patch for vl-convert-python=1.7.0

    Will open a new PR to merge this, related to vega/vl-convert#185
    dangotbanned committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    aa00dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    712c646 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e1ca94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a5801e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    b04dc02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6568cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a2a4f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix(typing): Add type ignore

    Really unsure why `mypy` has suddenly started complaining about this
    dangotbanned committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2fe68f8 View commit details
    Browse the repository at this point in the history
  2. feat(DRAFT): Adds Functional altair-pyscript directive

    - Quick & dirty version
    - Pushing to have something for regression testing while I finalize the directive api
    dangotbanned committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0694233 View commit details
    Browse the repository at this point in the history
  3. revert: Remove generate_static_docs

    Reverts main part of 6e1ca94
    Not needed now that `pyscript` is working
    dangotbanned committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6803368 View commit details
    Browse the repository at this point in the history
  4. refactor: Rewrite as altair-theme

    - Way less dependent on constants
    - Similar api to `altair-code-ref`
    - Leaving the door open for future potential `pyscript` use-cases
      - This is purely concerned with the theme switching
    dangotbanned committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    99400d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    7cf627d View commit details
    Browse the repository at this point in the history
  2. refactor: Adds tools.codemod.Ruff

    #3630 (comment)
    
    **Introduces no new behavior**.
    dangotbanned committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0615228 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. docs: Redesign to fit User Guide template

    Mostly just following up on [notes](#3630 (comment))
    dangotbanned committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    567796e View commit details
    Browse the repository at this point in the history
  2. revert: Remove THEME_TEST_TEMPLATE, render_theme_test

    Should have been included in 6803368
    dangotbanned committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c82ecbf View commit details
    Browse the repository at this point in the history
  3. docs: Adds *Built-in Themes* section

    Feel like it was too easy to miss the `<details>` alone
    dangotbanned committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    092fe09 View commit details
    Browse the repository at this point in the history
  4. revert: Remove vega-altair_theme_test.html

    No longer needed
    dangotbanned committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1987542 View commit details
    Browse the repository at this point in the history