File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Thank you for your interest in contributing!
4
4
5
-
6
- ## Contributing
7
-
8
5
If you would like to contribute textual clarifications or other "maintenance
9
6
type" changes, please open a pull request on the
10
7
https://github.com/data-apis/array-api repository.
@@ -22,15 +19,21 @@ opening an issue for discussion may be more appropriate as a first step.
22
19
The spec website comprises of multiple Sphinx docs (one for each spec version),
23
20
all of which exist in ` spec/ ` and rely on the modules found in ` src/ ` (most
24
21
notably ` array_api_stubs ` ). To install these modules and the additional
25
- dependencies of the Sphinx docs, you can use:
22
+ dependencies of the Sphinx docs, you can use
26
23
27
24
``` sh
28
25
$ pip install -e .[doc] # ensure you install the dependencies extra "doc"
29
26
```
30
27
31
28
To build specific versions of the spec, run ` sphinx-build ` on the respective
32
- folder in ` spec/ ` . To build the whole website, which includes every version of
33
- the spec, you can utilize the ` make ` commands defined in ` spec/Makefile ` :
29
+ folder in ` spec/ ` , e.g.
30
+
31
+ ``` sh
32
+ $ sphinx-build spec/draft/ _site/draft/
33
+ ```
34
+
35
+ To build the whole website, which includes every version of
36
+ the spec, you can utilize the ` make ` commands defined in ` spec/Makefile ` , e.g.
34
37
35
38
``` sh
36
39
$ make
You can’t perform that action at this time.
0 commit comments