You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,17 +9,55 @@ API standard for arrays (or tensors).
8
9
9
10
These are relevant documents related to the content in this repository:
10
11
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)
12
13
-[Consortium announcement blog post](https://data-apis.org/blog/announcing_the_consortium/)
13
14
-[Blog post on first release of draft array API standard](https://data-apis.org/blog/array_api_standard_release/)
14
15
15
16
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to go about contributing to
16
17
this array API standard.
17
18
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
18
57
19
-
## Building docs locally
58
+
###Building docs locally
20
59
21
-
### Quickstart
60
+
####Quickstart
22
61
23
62
To install the local stubs and additional dependencies of the Sphinx docs, you
24
63
can use `pip install -r doc-requirements.txt`. Then just running `make` at the
@@ -31,7 +70,7 @@ $ ls _site/
31
70
2021.12/ draft/ index.html latest/ versions.json
32
71
```
33
72
34
-
### The nitty-gritty
73
+
####The nitty-gritty
35
74
36
75
The spec website is comprised of multiple Sphinx docs (one for each spec version),
37
76
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
56
95
utilize `make spec`.
57
96
58
97
59
-
## Making a spec release
98
+
###Making a spec release
60
99
61
100
The Sphinx doc at `spec/draft/` should be where the in-development spec resides,
62
101
with `src/array_api_stubs/_draft/` containing its respective stubs. A spec
@@ -142,6 +181,7 @@ for more background on the approach we use.
142
181
143
182
<!-- TODO: write a script to automate/standardise spec releases -->
0 commit comments