From e4b574cc03600885c865eb4845a6169d7ec08206 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Wed, 2 Oct 2024 17:02:17 -0800 Subject: [PATCH] whitespace --- docs/contributing/index.md | 2 +- docs/contributing/releasing.md | 2 +- noxfile.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index af82846e..07609bab 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -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 diff --git a/docs/contributing/releasing.md b/docs/contributing/releasing.md index 7461c110..0f24cad1 100644 --- a/docs/contributing/releasing.md +++ b/docs/contributing/releasing.md @@ -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 ``` diff --git a/noxfile.py b/noxfile.py index c85e98c4..858bedc9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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)