File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Utility functions
2222
2323.. autofunction :: pybamm.get_parameters_filepath
2424
25+ .. autofunction :: pybamm.install_jax
26+
2527.. autofunction :: pybamm.have_jax
2628
2729.. autofunction :: pybamm.is_jax_compatible
Original file line number Diff line number Diff line change @@ -336,13 +336,13 @@ def install_jax(arguments=None): # pragma: no cover
336336 """
337337 Install compatible versions of jax, jaxlib.
338338
339- Command Line Interface:
340- -----------------------
341- >>> pybamm_install_jax
339+ Command Line Interface::
342340
343- optional arguments:
344- -h, --help show help message
345- -f, --force force install compatible versions of jax and jaxlib
341+ $ pybamm_install_jax
342+
343+ | optional arguments:
344+ | -h, --help show help message
345+ | -f, --force force install compatible versions of jax and jaxlib
346346 """
347347 parser = argparse .ArgumentParser (description = "Install jax and jaxlib" )
348348 parser .add_argument (
You can’t perform that action at this time.
0 commit comments