Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Oct 3, 2024
1 parent 8697350 commit e4b574c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can also directly [open a pull request](#steps-to-a-pull-request) after you'
If you're not sure what to do, _don't worry_, and just pick whichever suites you best.

!!! note

We have a [code of conduct](./code-of-conduct.md). Please follow it in all of your interactions with the project.

## Steps to a Pull Request
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- Zenodo will create a new DOI.
- GitHub Actions will publish a PyPI release.
1. Once the package is visible on PyPI, check it's installable with
1. Once the package is visible on PyPI, check it's installable with
```
python -m pip install earthaccess==vX.Y.Z
```
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_pkg(session: nox.Session) -> None:


@nox.session
def serve_docs (session: nox.Session) -> None:
def serve_docs(session: nox.Session) -> None:
"""Build the documentation and serve it."""
session.install("--editable", ".[docs]")
session.run("mkdocs", "serve", *session.posargs)

0 comments on commit e4b574c

Please sign in to comment.