Skip to content

Commit

Permalink
doc: added jax integration to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jul 3, 2024
1 parent ca81494 commit 6216128
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 36 deletions.
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 6216128

Please sign in to comment.