Skip to content

Commit

Permalink
style: auto style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Aug 2, 2024
1 parent c8283be commit f49df6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ or
### Building docs
You can build the docs using:
```bash
nox -s docs -- --serve
nox -s docs
```

or if you don't want them to automatically update
```bash
nox -s docs --non-interactive
```

## What Can I Do?
Expand Down Expand Up @@ -259,12 +264,6 @@ You can build the docs using, but this will require pandoc to be install on your
nox -s docs
```

You can see a preview with:

```bash
nox -s docs -- --serve
```

#### Automatically build the docs

Add, commit, and push all changes to GitHub in a Pull Request, and `RTD` should automatically build the docs.
Expand Down
4 changes: 2 additions & 2 deletions docs/gallery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
name: gallery
---
bishop_basement_model
uieda_et_al_2015_synthetic
uieda_et_al_2015_CRUST1
uieda_et_al_2017_synthetic
uieda_et_al_2017_CRUST1
```

0 comments on commit f49df6d

Please sign in to comment.