Skip to content

Commit

Permalink
DOC: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 30, 2024
1 parent 51c1e97 commit 7148c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ converting code to consume the standard!
- Import your function to `src/array_api_extra/__init__.py` and add it to
`__all__` there.
- Add a test class for your function in `tests/test_funcs.py`.
- Add your function to `docs/api-reference.md`.
- [Make a PR!](https://github.com/data-apis/array-api-extra/pulls)

## Development workflow
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ a specific version, or vendor the library inside your own.
## Vendoring

To vendor the library, clone
[the repository](https://github.com/data-apis/array-api-extra) and copy
`array_api_extra` into the appropriate place in your library, like:
[the repository](https://github.com/data-apis/array-api-extra) and copy it into
the appropriate place in your library, like:

```
cp -R array-api-extra/ mylib/vendored/array_api_extra
Expand Down

0 comments on commit 7148c43

Please sign in to comment.