Skip to content

Commit

Permalink
Merge pull request #80 from jscook2345/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling and grammar
  • Loading branch information
tylern4 authored Aug 5, 2024
2 parents 7fb4175 + 30966ff commit cbf3fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Compute(name='perlmutter', full_name='Perlmutter', description='System Degraded'

## Documentation

For the basics, head over to the [QuickStart](https://nersc.github.io/sfapi_client/quickstart/). We also have Jupyter Nodebook [examples](https://nersc.github.io/sfapi_client/examples/).
For the basics, head over to the [QuickStart](https://nersc.github.io/sfapi_client/quickstart/). We also have Jupyter Notebook [examples](https://nersc.github.io/sfapi_client/examples/).

More in depth developer documentation can be found in the [API reference](https://nersc.github.io/sfapi_client/reference/async/client/).

Expand All @@ -42,7 +42,7 @@ The sfapi_client project relies on these libraries:
* `pydantic` - Data models.
* `tenacity` - Retry.
* `datamodel-code-generator` - Generating data models from the Open API specification.
* `unasync` - Generating synchronous interface from asyn implementation.
* `unasync` - Generating synchronous interface from the async implementation.


## Installation
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Compute(name='perlmutter', full_name='Perlmutter', description='System Degraded'

## Documentation

For the basics, head over to the [QuickStart](quickstart). We also have Jupyter Nodebook [examples](examples).
For the basics, head over to the [QuickStart](quickstart). We also have Jupyter Notebook [examples](examples).

More in depth developer documentation can be found in the [API reference](reference).

Expand All @@ -42,7 +42,7 @@ The sfapi_client project relies on these libraries:
* `pydantic` - Data models.
* `tenacity` - Retry.
* `datamodel-code-generator` - Generating data models from the Open API specification.
* `unasync` - Generating synchronous interface from asyn implementation.
* `unasync` - Generating synchronous interface from the async implementation.


## Installation
Expand Down

0 comments on commit cbf3fd2

Please sign in to comment.