Skip to content

data-apis/array-api

Repository files navigation

Array API standard

All Contributors

This repository contains documents, tooling and other content related to the API standard for arrays (or tensors).

These are relevant documents related to the content in this repository:

See CONTRIBUTING.md for how to go about contributing to this array API standard.

Building docs locally

The spec website comprises of multiple Sphinx docs (one for each spec version), all of which exist in spec/ and rely on the modules found in src/ (most notably array_api_stubs). To install these modules and the additional dependencies of the Sphinx docs, you can use

$ pip install -e .[doc]  # ensure you install the dependencies extra "doc"

To build specific versions of the spec, run sphinx-build on the respective folder in spec/, e.g.

$ sphinx-build spec/draft/ _site/draft/

To build the whole website, which includes every version of the spec, you can utilize the make commands defined in spec/Makefile, e.g.

$ make
$ ls _site/
2021.12/  draft/  index.html  latest/  versions.json

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Saul Shanabrook

🔧 🤔 🔬

Athan

🖋 🔣 🔧 🔬

Stephannie Jimenez Gacha

🔣 🖋 🔬

Aaron Meurer

🖋 ⚠️ 🔧

Tony Fast

🚧

Ralf Gommers

📝 💼 💻 🖋 📖 🔍 🚧 🤔 📆 📢

Travis E. Oliphant

💼 🔍 🤔

Leo Fang

👀 🤔 🖋

Tianqi Chen

🤔 👀

Stephan Hoyer

🤔 👀 💬

Alexandre Passos

🤔 👀

Paige Bailey

🔍

Adam Paszke

🤔 👀 📢

Andreas Mueller

🤔 👀

Sheng Zha

🤔 👀 📢

kkraus

🤔 👀 📢

Tom Augspurger

👀 💬

edloper

👀 💬

Areg Melik-Adamyan

👀 🔍

Oleksandr Pavlyk

👀 💬

tdimitri

🤔

Jack Pappas

🤔

Ashish Agarwal

👀 💬

Edward Z. Yang

🤔

Mike Ruberry

🤔

Eric Wieser

🤔

Carol Willing

🤔

Alex Rogozhnikov

🤔

Matthew Honnibal

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

RFC document, tooling and other content related to the array API standard

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 37

Languages