Skip to content

Commit

Permalink
chore: update docs ci name and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 25, 2023
1 parent e5418fc commit effb3e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ci
name: docs

on:
push:
branches:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ compatibility and data extraction. (If you find an nd2 file that fails in some
way, please [open an issue](https://github.com/tlambert03/nd2/issues/new) with
the file!)

### :book: [Documentation](https://tlambert03.github.io/nd2)

## install

```sh
Expand Down Expand Up @@ -56,7 +58,12 @@ than the built-in `xml` module. To install with support for `lxml` use:
pip install nd2 lxml
```

## usage and API
## Usage and API

Full API documentation is available at
[https://tlambert03.github.io/nd2](https://tlambert03.github.io/nd2)

Quick summary below:

```python
import nd2
Expand Down

0 comments on commit effb3e1

Please sign in to comment.