DOC: link to install instructions in HTML docs

This commit is contained in:
Jake VanderPlas 2022-04-22 12:35:31 -07:00
parent b04a44e13a
commit 47ca71d502
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,7 @@ parallelize, Just-In-Time compile to GPU/TPU, and more.
:maxdepth: 1
:caption: Getting Started
installation
notebooks/quickstart
notebooks/thinking_in_jax
notebooks/Common_Gotchas_in_JAX

8
docs/installation.rst Normal file
View File

@ -0,0 +1,8 @@
Installing JAX
==============
JAX is available to install via the `Python Package Index`_.
For full installation instructions, please refer to the `Install Guide`_ in the project README.
.. _Python Package Index: https://pypi.org/project/jax/
.. _Install Guide: https://github.com/google/jax#installation