Skip to content

Commit 7148c43

Browse files
committed
DOC: tweaks
1 parent 51c1e97 commit 7148c43

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ converting code to consume the standard!
1313
- Import your function to `src/array_api_extra/__init__.py` and add it to
1414
`__all__` there.
1515
- Add a test class for your function in `tests/test_funcs.py`.
16+
- Add your function to `docs/api-reference.md`.
1617
- [Make a PR!](https://github.com/data-apis/array-api-extra/pulls)
1718

1819
## Development workflow

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ a specific version, or vendor the library inside your own.
4848
## Vendoring
4949

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

5454
```
5555
cp -R array-api-extra/ mylib/vendored/array_api_extra

0 commit comments

Comments
 (0)