-
Notifications
You must be signed in to change notification settings - Fork 3
Revamp docs and add interactive python examples with sphinx-pyodide #171
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
Open
rlskoeser
wants to merge
16
commits into
develop
Choose a base branch
from
feature/sphinx-pyodide
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5131193
Preliminary sphinx-pyodide integration
rlskoeser b39382e
Merge branch 'develop' into feature/sphinx-pyodide
rlskoeser 363293a
Switch docs theme to furo, add light/dark mode logo
rlskoeser 76af22e
Add live examples based on the readme
rlskoeser fe0dc8e
Convert remaining examples from readme to live pyodide examples
rlskoeser f4fc9d6
Revise examples ported from readme
rlskoeser f3300e6
Clean up examples and highlight new features
rlskoeser 59b5f40
Add editable examples & make them nicer to play with
rlskoeser d597eac
Restructure docs to provide brief overview; move examples to new page
rlskoeser fdd26f1
Add sphinx-pyodide to dependencies
rlskoeser 1849db5
Merge branch 'develop' into feature/sphinx-pyodide
rlskoeser 04bc5a9
Remove sphinx-pyodide from dev deps
rlskoeser 885605f
Fix py dep caching discrepancy - everything uv
rlskoeser 92450b0
Switch publish workflow to uv as well
rlskoeser 4a78125
Comment out local path used for sphinx-pyodide dev
rlskoeser 7e2f703
Use light/dark mode logo for docs index
rlskoeser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🌐 Web query:
astral-sh/setup-uv action enable-cache default value GitHub Actions💡 Result:
The default value for the enable-cache input in the astral-sh/setup-uv GitHub Action is "auto" [1][2][3]. When set to "auto," the action automatically enables caching on GitHub-hosted runners and disables it on self-hosted runners [1][2][3]. Other valid values for this input are "true" (to force enable) and "false" (to force disable) [1][2].
Citations:
🏁 Script executed:
Repository: dh-tech/undate-python
Length of output: 1605
Disable
setup-uvcaching in this release workflow.astral-sh/setup-uvdefaults toenable-cache: auto, which turns caching on forubuntu-latest; this job publishes artifacts to PyPI, so setenable-cache: falsehere.🧰 Tools
🪛 zizmor (1.26.1)
[error] 29-29: runtime artifacts potentially vulnerable to a cache poisoning attack (cache-poisoning): enables caching by default
(cache-poisoning)
🤖 Prompt for AI Agents
Source: Linters/SAST tools