Skip to content

Commit 9e42376

Browse files
committed
docs: add information regarding public workgroup meetings
1 parent 9a3fc5b commit 9e42376

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

README.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Array API standard
2+
23
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
34
[![All Contributors](https://img.shields.io/badge/all_contributors-64-orange.svg?style=flat-square)](#contributors-)
45
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -8,17 +9,55 @@ API standard for arrays (or tensors).
89

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

11-
- [Rendered html docs for latest version](https://data-apis.github.io/array-api/latest)
12+
- [Rendered HTML docs for latest version](https://data-apis.github.io/array-api/latest)
1213
- [Consortium announcement blog post](https://data-apis.org/blog/announcing_the_consortium/)
1314
- [Blog post on first release of draft array API standard](https://data-apis.org/blog/array_api_standard_release/)
1415

1516
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to go about contributing to
1617
this array API standard.
1718

19+
## Workgroup Meetings
20+
21+
To coordinate activities and facilitate discussion across the Python ecosystem, the Consortium for Python Data API Standards holds an open meeting every other week on Thursdays throughout the year.
22+
23+
This meeting is open to the public. So if you have questions about the array API standard, pain points, feature requests, or are just wanting to listen in, we encourage you to join the public call to connect with Consortium members, stay updated on the latest Consortium activities, and chat with others in the community.
24+
25+
Everyone is welcome—drop in and say hello!
26+
27+
### Time
28+
29+
**UTC 17:00 (05:00 PM)** every other Thursday:
30+
31+
| Timezone | Date/Time |
32+
| ---------- | ---------- |
33+
| US / Pacific | Thu 10:00 (10:00 AM) |
34+
| US / Mountain | Thu 11:00 (11:00 AM) |
35+
| US / Central | Thu 12:00 (12:00 AM) |
36+
| US / Eastern | Thu 13:00 (01:00 PM) |
37+
| EU / Western | Thu 18:00 (06:00 PM) |
38+
| EU / Central | Thu 19:00 (07:00 PM) |
39+
| EU / Eastern | Thu 20:00 (08:00 PM) |
40+
| Moscow | Thu 20:00 (08:00 PM) |
41+
| Chennai | Thu 22:30 (10:30 PM) |
42+
| Hangzhou | Fri 01:00 (01:00 AM) |
43+
| Tokyo | Fri 02:00 (02:00 AM) |
44+
| Sydney | Fri 03:00 (03:00 AM) |
45+
46+
### Links
47+
48+
- Public calendar: <https://calendar.google.com/calendar/u/3?cid=OGZlOTAxM2EyY2I1ZDM0MDliYjIzNmQwNGVjYTczZmE1MjI3ZWFjMDFjMDJlYThmNmJjNGE2YTNjZjk4MmZhM0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t>
49+
50+
### Agenda
51+
52+
- Have specific things to discuss? Feel free to comment on <https://github.com/data-apis/array-api/issues/853> or the linked agenda document!
53+
54+
* * *
55+
56+
## Development
1857

19-
## Building docs locally
58+
### Building docs locally
2059

21-
### Quickstart
60+
#### Quickstart
2261

2362
To install the local stubs and additional dependencies of the Sphinx docs, you
2463
can use `pip install -r doc-requirements.txt`. Then just running `make` at the
@@ -31,7 +70,7 @@ $ ls _site/
3170
2021.12/ draft/ index.html latest/ versions.json
3271
```
3372

34-
### The nitty-gritty
73+
#### The nitty-gritty
3574

3675
The spec website is comprised of multiple Sphinx docs (one for each spec version),
3776
all of which exist in `spec/` and rely on the modules found in `src/` (most
@@ -56,7 +95,7 @@ To build the whole website, which includes every version of the spec, you can
5695
utilize `make spec`.
5796

5897

59-
## Making a spec release
98+
### Making a spec release
6099

61100
The Sphinx doc at `spec/draft/` should be where the in-development spec resides,
62101
with `src/array_api_stubs/_draft/` containing its respective stubs. A spec
@@ -142,6 +181,7 @@ for more background on the approach we use.
142181

143182
<!-- TODO: write a script to automate/standardise spec releases -->
144183

184+
* * *
145185

146186
## Contributors ✨
147187

0 commit comments

Comments
 (0)