From 7148c43de543e92b258b52ca7257c18e5f3be3c6 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Mon, 30 Sep 2024 16:07:31 +0100 Subject: [PATCH] DOC: tweaks --- docs/contributing.md | 1 + docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 2bc7c5c..d97288f 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 77cea02..a4c223f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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