Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
docs: update docs to use aiosoma
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <me@dje.li>
  • Loading branch information
Djelibeybi committed Dec 15, 2022
1 parent c8ddfe3 commit 049bd0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "Asyncio SOMA Connect"
project = "AioSoma: Asyncio control for SOMA Connect"
copyright = "2022, Avi Miller"
author = "Avi Miller"
release = "0.0.0"
release = "0.1.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

The package is published on [PyPI](https://pypi.org/project/asyncio-soma-connect/) and can be installed with `pip` (or any equivalent):
The package is published on [PyPI](https://pypi.org/project/aiosoma/) and can be installed with `pip` (or any equivalent):

```bash
pip install asyncio-soma-connect
pip install aiosoma
```
2 changes: 0 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Next, create an `Aiosoma` object using either the hostname or IP address and por
of your SOMA Connect. Using a static IP address is recommended.

```python
from aiosoma import Aiosoma

soma = Aiosoma("soma-connect.local", 3000)
```

Expand Down

0 comments on commit 049bd0c

Please sign in to comment.