https://github.com/google/jax
Raw File
Tip revision: e63b35d5503422a133aaaa447a669215444a3691 authored by Dougal on 29 April 2024, 01:16:13 UTC
Add discharge rules for scan with mutable arrays. Move mutable array tests to separate file.
Tip revision: e63b35d
contributor_guide.rst
.. _contributor-guide:

Developer Documentation
=======================

JAX welcomes contributions from the community.
See below for various install guides to get setup as a developer
as well as developer-focused resources such as Jax Enhancement Proposals.

.. toctree::
   :maxdepth: 1

   contributing
   developer
   jax_internal_api
   autodidax
   jep/index
   investigating_a_regression
back to top