fix jax.rst docs (remove defvjp2 / defjvp2)

This commit is contained in:
Matthew Johnson 2019-06-11 06:52:55 -07:00
parent 581d24c698
commit bbf625e0df

View File

@ -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: