Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: koaning/mktestdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.3
Choose a base ref
...
head repository: koaning/mktestdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 30, 2024

  1. fix

    koaning committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a59b6a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Execute as if in __main__

    `__MODULE__` seems like a mistake since that's not a known global attribute of modules.
    rmorshea authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    86608ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from rmorshea/patch-1

    Execute as if in `__main__`
    koaning authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6aacec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    792c274 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. update

    koaning committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    60b90a1 View commit details
    Browse the repository at this point in the history
  2. bump

    koaning committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e4a97fd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Support examples in hf-doc-builder docs

    Extracting examples from HF doc-builder did not work because they
    are indented after extraction like
    
    Example:
        ```python
        ...
        ```
    
    which caused the language check to fail, since it did not take into
    account that the code block could still be preceded by whitespace.
    
    Incidentally, this also uncovered a bug in testing the README markdown,
    since this requires `memory=True`, as the README itself describes.
    danieldk committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    df7a1d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from danieldk/hf-docs-style

    Support examples in hf-doc-builder docs
    koaning authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    f09527b View commit details
    Browse the repository at this point in the history
  3. repo cleanup

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    0534a82 View commit details
    Browse the repository at this point in the history
  4. upgrade

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    afcff0d View commit details
    Browse the repository at this point in the history
  5. update install

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    ede44ce View commit details
    Browse the repository at this point in the history
  6. add venv

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    53fddef View commit details
    Browse the repository at this point in the history
  7. pytest

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    465557a View commit details
    Browse the repository at this point in the history
  8. force rename

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    2cbc87c View commit details
    Browse the repository at this point in the history
  9. force rename

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    253badd View commit details
    Browse the repository at this point in the history
  10. force rename

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    fcd80b5 View commit details
    Browse the repository at this point in the history
  11. strict

    koaning committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    f3fab75 View commit details
    Browse the repository at this point in the history
Loading