Skip to content

Commit

Permalink
fix subheadings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Sep 11, 2023
1 parent 0d9131a commit eb50298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/plotting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Plotting Output

## Plot data from the command line
## Command line

Running the following from the command line will plot the variable
*significant wave height* from the WAVEWATCH III *at_4m* grid. Note that the time of
Expand All @@ -26,7 +26,7 @@ ww3 plot --grid=at_4m --data-var=swh "2010-09-15T15"
```


## Plot data from Python
## Python


This example is similar to the previous but uses the *bmi_wavewatch3* Python interface.
Expand Down
4 changes: 4 additions & 0 deletions docs/source/usage.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Usage

## Command Line

To get started, you can download *WAVEWATCH III* data by date with the *ww3* command
(use `ww3 --help` to print a brief message),

```bash
ww3 fetch "2010-05-22"
```

## Python

You can also do this through Python,

```pycon
Expand Down

0 comments on commit eb50298

Please sign in to comment.