Skip to content

Commit

Permalink
Merge pull request #590 from mrava87/feature-jax
Browse files Browse the repository at this point in the history
Feature: jax integration
  • Loading branch information
mrava87 authored Aug 9, 2024
2 parents 32bad36 + 054c5b8 commit 21e590b
Show file tree
Hide file tree
Showing 38 changed files with 1,434 additions and 362 deletions.
1 change: 1 addition & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Templates
FunctionOperator
MemoizeOperator
TorchOperator
JaxOperator

Basic operators
~~~~~~~~~~~~~~~
Expand Down
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"numpydoc",
"nbsphinx",
"sphinx_gallery.gen_gallery",
"sphinxemoji.sphinxemoji",
# 'sphinx.ext.napoleon',
]

Expand All @@ -29,6 +30,8 @@
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
"cupy": ("https://docs.cupy.dev/en/stable/", None),
"jax": ("https://jax.readthedocs.io/en/latest", None),
"sklearn": ("http://scikit-learn.org/stable/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
"matplotlib": ("https://matplotlib.org/", None),
Expand Down
Loading

0 comments on commit 21e590b

Please sign in to comment.