Skip to content

Commit

Permalink
Use long form command-line argument for "self-documentation"
Browse files Browse the repository at this point in the history
I recommend always using long-form command-line arguments (where available) in documentation. It helps make documentation more "documentary"
  • Loading branch information
nutjob4life authored and lwasser committed Dec 15, 2023
1 parent b56df7d commit 251a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to/reviewer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ reviewing locally to test it out.
To install the package, you can either:

* fork the package repository and install it in
development/ editable mode `pip install -e .`
development/ editable mode `pip install --editable .`
* or you can install it directly from `pip` or `conda-forge`.

```{important}
Expand Down

0 comments on commit 251a70c

Please sign in to comment.