Skip to content

Commit

Permalink
Optional arguments rendered in separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromtom committed Mar 1, 2023
1 parent 7edc595 commit ac1b58c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pybamm/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,10 @@ def install_jax(arguments=None): # pragma: no cover
Install compatible versions of jax, jaxlib.
Command Line Interface::
$ pybamm_install_jax
|optional arguments:
|-h, --help show help message
|-f, --force force install compatible versions of jax and jaxlib
| optional arguments:
| -h, --help show help message
| -f, --force force install compatible versions of jax and jaxlib
"""
parser = argparse.ArgumentParser(description="Install jax and jaxlib")
parser.add_argument(
Expand Down

0 comments on commit ac1b58c

Please sign in to comment.