Skip to content

Commit 21e590b

Browse files
authored
Merge pull request #590 from mrava87/feature-jax
Feature: jax integration
2 parents 32bad36 + 054c5b8 commit 21e590b

38 files changed

+1434
-362
lines changed

docs/source/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Templates
2929
FunctionOperator
3030
MemoizeOperator
3131
TorchOperator
32+
JaxOperator
3233

3334
Basic operators
3435
~~~~~~~~~~~~~~~

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"numpydoc",
2222
"nbsphinx",
2323
"sphinx_gallery.gen_gallery",
24+
"sphinxemoji.sphinxemoji",
2425
# 'sphinx.ext.napoleon',
2526
]
2627

@@ -29,6 +30,8 @@
2930
"python": ("https://docs.python.org/3/", None),
3031
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
3132
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
33+
"cupy": ("https://docs.cupy.dev/en/stable/", None),
34+
"jax": ("https://jax.readthedocs.io/en/latest", None),
3235
"sklearn": ("http://scikit-learn.org/stable/", None),
3336
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
3437
"matplotlib": ("https://matplotlib.org/", None),

0 commit comments

Comments
 (0)