Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ENH, DOC: Add support for interactive examples for NumPy with jupyterlite-sphinx #26745

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

Merged
merged 61 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
cefa572
DOC: Remove JupyterLite artifacts with make clean
agriyakhetarpal Jun 17, 2024
5d15ea7
DOC: Git-ignore JupyterLite DB file
agriyakhetarpal Jun 17, 2024
8d0114c
DEP: Add interactive documentation requirements
agriyakhetarpal Jun 17, 2024
e1e8c4f
DOC: Add JupyterLite configuration
agriyakhetarpal Jun 17, 2024
e87644a
DOC: Configure a minimum height for the buttons
agriyakhetarpal Jun 17, 2024
7e0b2ec
DOC: Configure CSS for `TryExamples` buttons
agriyakhetarpal Jun 17, 2024
74146d4
DOC, TST: Add `>>> import numpy as np` stub to docstrings
agriyakhetarpal Jun 18, 2024
82811be
DOC: Add `.. try_examples::` directive to API reference
agriyakhetarpal Jun 18, 2024
078be70
DOC, API: Add `>>> import numpy as np` stub to `numpy/_core/`
agriyakhetarpal Jun 18, 2024
9537956
DOC, API: Add `>>> import numpy as np` stub to `numpy/lib/`
agriyakhetarpal Jun 18, 2024
c868c37
DOC, API: Add `>>> import numpy as np` stub to `numpy/ma/`
agriyakhetarpal Jun 18, 2024
9920a4f
DOC, API: Add `>>> import numpy as np` stub to `numpy/linalg/_linalg.py`
agriyakhetarpal Jun 18, 2024
5a7ff94
DOC, API: Add `>>> import numpy as np` stub to `numpy/fft/`
agriyakhetarpal Jun 18, 2024
d3ccdd0
DOC, API: Add `>>> import numpy as np` stub to `numpy/random/`
agriyakhetarpal Jun 18, 2024
b2e3f68
DOC, API: Add `>>> import numpy as np` stub to `numpy/polynomial/`
agriyakhetarpal Jun 18, 2024
80bc774
DOC, API: Add `>>> import numpy as np` stub to `numpy/exceptions.py`
agriyakhetarpal Jun 18, 2024
65abdd9
REL: Add notes about interactive examples
agriyakhetarpal Jun 18, 2024
bb03ae3
DOC: Remove generated notebooks with `make clean`
agriyakhetarpal Jun 18, 2024
484fe56
REL: Add release note for gh-26745
agriyakhetarpal Jun 18, 2024
6b416ae
STY: Fix failing doctests
agriyakhetarpal Jun 18, 2024
a20fde9
Merge remote-tracking branch 'upstream/main' into interactive-docs
agriyakhetarpal Jun 21, 2024
0c7908f
DOC: inherit styles from PST, fix alignments
agriyakhetarpal Jun 21, 2024
61791d8
REL: Update release note to highlight in-browser support
agriyakhetarpal Jun 28, 2024
8681816
DOC: Fix "Inexact types" example not rendering
agriyakhetarpal Jun 28, 2024
0547d8f
DOC: Add margins to `try_examples_outer_iframe`
agriyakhetarpal Jun 28, 2024
5e90b82
REL: Fix unneeded words and typos in release note
agriyakhetarpal Jun 28, 2024
7b18a43
DOC: Fix indents in "N-dimensional enumeration" example
agriyakhetarpal Jun 28, 2024
4924735
Merge branch 'main' into interactive-docs
agriyakhetarpal Jul 24, 2024
b31f5f2
DOC, DEP: Bump to `jupyterlite-sphinx` v0.16.2
agriyakhetarpal Jul 24, 2024
060118d
STY: Add newline at the end of `numpy.css`
agriyakhetarpal Jul 24, 2024
8785bb9
STY: Fix punctuation for global warning text
agriyakhetarpal Jul 24, 2024
5f98a64
STY: Add EOF newline in TryExamples config file
agriyakhetarpal Jul 24, 2024
0885ae2
Merge branch 'main' into interactive-docs
agriyakhetarpal Jul 24, 2024
bf2c6f3
DOC: Remove some duplicate `import numpy` statements
agriyakhetarpal Jul 24, 2024
0bdb460
DOC: Remove implicit assumption about import
agriyakhetarpal Jul 24, 2024
f1a15cc
DOC, REL: Update interactivity goal to NumPy v2.1.0
agriyakhetarpal Jul 25, 2024
80a50a9
DOC: Add missing `np.strings.add` interactive example
agriyakhetarpal Jul 25, 2024
30f9792
DOC: Disable a few non-relevant pages
agriyakhetarpal Jul 25, 2024
905279a
DOC: Remove code block directives (`_typing/_add_docstring.py`)
agriyakhetarpal Jul 25, 2024
7b000dd
DOC: Fix docs build failure from rubrics warnings
agriyakhetarpal Jul 25, 2024
7f8f711
DOC: Fix indentation for `np.strings.add()` example
agriyakhetarpal Jul 25, 2024
458a122
DOC: Clean up file paths to be ignored
agriyakhetarpal Jul 25, 2024
6565c9d
DOC: Fix dark text for interactive example buttons
agriyakhetarpal Jul 26, 2024
36b5e89
DOC: Make `numpy.strings` pages non-interactive
agriyakhetarpal Jul 26, 2024
e750b49
DOC: Better selector ordering for dark mode
agriyakhetarpal Jul 26, 2024
a53fe4c
Merge branch 'main' into interactive-docs
agriyakhetarpal Aug 7, 2024
f484c60
Bump to `jupyterlite-sphinx` version 0.16.4
agriyakhetarpal Aug 7, 2024
cc5598b
Bump to `jupyterlite-sphinx` v0.16.5
agriyakhetarpal Aug 8, 2024
7a321d3
Bump to `jupyterlite-sphinx` >=0.17.1, `jupyterlite-pyodide-kernel` 0…
agriyakhetarpal Jan 2, 2025
3df390e
Update milestone for interactive documentation
agriyakhetarpal Jan 2, 2025
d69365d
Merge branch 'main' into interactive-docs
agriyakhetarpal Jan 2, 2025
ef3f14b
Use Pyodide kernel from `pip` in the meantime
agriyakhetarpal Jan 2, 2025
901c04e
NumPy strings API examples should now work
agriyakhetarpal Jan 2, 2025
d818f8c
Disable JupyterLite source maps for smaller builds
agriyakhetarpal Jan 2, 2025
bc78dd5
`jupyterlite-pyodide-kernel` 0.4.7 is now available on conda-forge
agriyakhetarpal Jan 2, 2025
0713994
Bump `jupyterlite-sphinx` and associated Pyodide kernel
agriyakhetarpal Jan 13, 2025
369e27d
Bump JupyterLite dependencies in docs reqs as well
agriyakhetarpal Jan 13, 2025
6b59b9c
Fix incorrect constraint for `jupyterlite-sphinx`
agriyakhetarpal Jan 13, 2025
e7972a5
Bump to Pyodide kernel 0.5.1; brings Pyodide 0.27.1
agriyakhetarpal Jan 15, 2025
493b9a8
Merge branch 'main' into interactive-docs
agriyakhetarpal Jan 21, 2025
8e7d769
Bump to `jupyterlite-pyodide-kernel` 0.5.2
agriyakhetarpal Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Configure a minimum height for the buttons
  • Loading branch information
agriyakhetarpal committed Jun 18, 2024
commit e87644a031bdef7a540c6406fbd42edd15edc83f
3 changes: 3 additions & 0 deletions 3 doc/source/try_examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"global_min_height": "400px"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.