Skip to content

Commit 1a5e22c

Browse files
minor fixes for typos in doc (#286)
* minor fixes for typos in doc * changes sphinx version * set sphinx --------- Co-authored-by: Matthew Iannucci <[email protected]>
1 parent c043c42 commit 1a5e22c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/source/ecosystem/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Xpublish's ecosystem is made up of plugins and servers, and the folks who build
44

55
## Connect
66

7-
We have two main venues for discussing Xpublish and it's ecosystem, Github Discussions and Slack.
7+
We have two main venues for discussing Xpublish and its ecosystem, Github Discussions and Slack.
88

99
### Github Discussions
1010

docs/source/getting-started/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tutorial
22

3-
The Xpublish tutorial is designed for an experienced Xarray user (but not a server administrator) to be able to start at the beginning and build layers of understanding of how Xpublish and it's ecosystem work together.
3+
The Xpublish tutorial is designed for an experienced Xarray user (but not a server administrator) to be able to start at the beginning and build layers of understanding of how Xpublish and its ecosystem work together.
44

55
If you are interested in developing plugins or administering servers, you may want to jump ahead to [using plugins](./using-plugins.md) or look to [deployment](../../user-guide/deployment/index.md) in the user guide..
66

docs/source/getting-started/tutorial/using-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugins were released in [0.3.0](https://github.com/xpublish-community/xpublish/releases/tag/0.3.0).
55
```
66

7-
Much of the power of Xpublish comes from it's [ecosystem](../../ecosystem/index) of plugins, which can quickly extend Xpublish with new capabilities.
7+
Much of the power of Xpublish comes from its [ecosystem](../../ecosystem/index) of plugins, which can quickly extend Xpublish with new capabilities.
88

99
```{note}
1010
For more details of the plugin system see the [plugin user guide](../../user-guide/plugins.md)

docs/source/getting-started/why-xpublish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Xpublish does this by using Xarray datasets as the core data interchange format
1212

1313
## An extendable core
1414

15-
`xpublish` (the library) on it's own is designed to be relatively small and lightweight. It mainly defines plugin extension points, based around the internal exchange of Xarray datasets. It also defines a standard way to configure plugins, and how to load them.
15+
`xpublish` (the library) on its own is designed to be relatively small and lightweight. It mainly defines plugin extension points, based around the internal exchange of Xarray datasets. It also defines a standard way to configure plugins, and how to load them.
1616

1717
It additionally provides an Xarray dataset accessor that allows for quickly serving a dataset, and a nice introduction path for creating new dataset based routers.
1818

1919
## A collection of plugins
2020

21-
Xpublish really starts coming into it's own with the plugin ecosystem.
21+
Xpublish really starts coming into its own with the plugin ecosystem.
2222

2323
Because `xpublish` the library has a relatively small API surface, but depends on familiar Xarray datasets, it becomes much easier to quickly develop large classes of plugins. Additionally by keeping most of the internet and storage facing elements of Xpublish out of the `xpublish` library, plugins can develop independently and at their own rate.
2424

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ with useful background information and explanation.
6767
6868
The reference guide contains a detailed description of the Xpublish API/
6969
The reference describes how the methods work and which parameters can be used.
70-
It assumes that you have an an understanding of the key concepts.
70+
It assumes that you have an understanding of the key concepts.
7171
```
7272
7373
```{grid-item-card} Developer guide

docs/source/user-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ When you install a plugin library, the library takes advantage of the
149149
[entry point system](https://setuptools.pypa.io/en/latest/userguide/entry_point.html).
150150

151151
This allows {py:class}`xpublish.Rest` to automatically find and use plugins.
152-
It only does this if plugins **are not** provided as an keyword argument.
152+
It only does this if plugins **are not** provided as a keyword argument.
153153

154154
{py:class}`xpublish.Rest` uses {py:func}`plugins.manage.load_default_plugins` to
155155
load plugins from entry points.

0 commit comments

Comments
 (0)