Skip to content

Commit e58b689

Browse files
committed
Linting
1 parent 28321a5 commit e58b689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/draft/migration_guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ a set of tools and packages to help you with the migration process:
3131
### Array API Compat
3232

3333
GitHub: [array-api-compat](https://github.com/data-apis/array-api-compat)
34+
3435
User group: Array Consumers
3536

3637
Although NumPy, Dask, CuPy, and PyTorch support the Array API Standard, there
@@ -46,6 +47,7 @@ API while having access to the standard compatible one.
4647
### Array API Strict
4748

4849
GitHub: [array-api-strict](https://github.com/data-apis/array-api-strict)
50+
4951
User group: Array Consumers, Array Producers (for testing)
5052

5153
`array-api-strict` is a library that provides a strict and minimal
@@ -63,6 +65,7 @@ array provider to ensure your code uses API compliant with the standard.
6365
### Array API Test
6466

6567
GitHub: [array-api-tests](https://github.com/data-apis/array-api-tests)
68+
6669
User group: Array Producers
6770

6871
`array-api-tests` is a collection of tests that can be used to verify the
@@ -77,6 +80,7 @@ standard and can be used with compatible array consumers libraries.
7780
### Array API Extra
7881

7982
GitHub: [array-api-extra](https://github.com/data-apis/array-api-extra)
83+
8084
User group: Array Consumers
8185

8286
`array-api-extra` is a collection of additional utilities and tools that are

0 commit comments

Comments
 (0)