File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 4
4
Contributing to NumPy
5
5
#####################
6
6
7
- .. TODO: this is hidden because there's a bug in the pydata theme that won't render TOC items under headers
8
-
9
- .. toctree ::
10
- :hidden:
11
-
12
- Git Basics <gitwash/index >
13
- development_environment
14
- development_gitpod
15
- development_workflow
16
- development_advanced_debugging
17
- ../benchmarking
18
- NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html >
19
- releasing
20
- governance/index
21
- howto-docs
22
-
23
-
24
7
Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help.
25
8
These are all activities we'd like to get help with (they're all important, so
26
9
we list them in alphabetical order):
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
- mypy=0.812
22
22
- typing_extensions
23
23
# For building docs
24
- - sphinx=3.5.4
24
+ - sphinx=4.0.1
25
25
- numpydoc=1.1.0
26
26
- ipython
27
27
- scipy
You can’t perform that action at this time.
0 commit comments