Skip to content

Commit

Permalink
fix jax.rst docs (remove defvjp2 / defjvp2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjj committed Jun 11, 2019
1 parent 581d24c commit bbf625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Module contents
---------------

.. automodule:: jax
:members: jit, disable_jit, grad, value_and_grad, vmap, pmap, jacfwd, jacrev, hessian, jvp, linearize, vjp, make_jaxpr, eval_shape, custom_transforms, defjvp, defjvp2, defjvp_all, defvjp, defvjp2, defvjp_all, custom_gradient
:members: jit, disable_jit, grad, value_and_grad, vmap, pmap, jacfwd, jacrev, hessian, jvp, linearize, vjp, make_jaxpr, eval_shape, custom_transforms, defjvp, defjvp_all, defvjp, defvjp_all, custom_gradient
:undoc-members:
:show-inheritance:

0 comments on commit bbf625e

Please sign in to comment.