rocm_jax/docs/index.rst
George Necula e42c010605 Create developer documentation.
* Moved out of README.md some developer-only stuff to docs/developer.rst.
    * Added documentation about building the documentation
2019-10-09 17:24:01 +02:00

53 lines
894 B
ReStructuredText

JAX reference documentation
===============================
Composable transformations of Python+NumPy programs: differentiate, vectorize,
JIT to GPU/TPU, and more.
For an introduction to JAX, start at the
`JAX GitHub page <https://github.com/google/jax>`_.
.. toctree::
:maxdepth: 1
:caption: Tutorials
notebooks/quickstart
notebooks/autodiff_cookbook
.. toctree::
:maxdepth: 1
:caption: Advanced Tutorials
notebooks/Common_Gotchas_in_JAX
notebooks/How_JAX_primitives_work
.. toctree::
:maxdepth: 1
:caption: Notes
async_dispatch
concurrency
gpu_memory_allocation
profiling
rank_promotion_warning
.. toctree::
:maxdepth: 2
:caption: Developer documentation
developer
.. toctree::
:maxdepth: 3
:caption: API documentation
jax
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`