mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00

* Moved all notebooks to docs/notebooks. Now all notebooks are in the same place, thus all are subject to auto-doc generation at readthedocs.io and to automated testing with travis. Some notebooks are too slow, exclude them at docs/conf.py:exclude_patterns. Cleanup a bit the section headings in notebooks so that they show up well in readtehdocs.io. * Increase the cell timeout for executing notebooks * Exclude also the neural network notebook from auto-generation (timing out) * Disable the score_matching notebook from auto-doc (travis does not have sklearn)
12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
sphinx
|
|
sphinx_rtd_theme
|
|
jaxlib
|
|
ipykernel
|
|
nbsphinx
|
|
# The next packages are for notebooks
|
|
matplotlib
|
|
sklearn
|
|
# Must install jax itself for notebook execution to work
|
|
.
|
|
|