File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
doc/source/tutorial/stats Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ res.pvalue
157
157
158
158
Note that the t-distribution provides an asymptotic approximation of the null
159
159
distribution; it is only accurate for samples with many observations. For small
160
- samples, it may be more appropriate to perform a permutation test: Under the
160
+ samples, it may be more appropriate to perform a permutation test [ ^ 4 ] : Under the
161
161
null hypothesis that total collagen and free proline are independent, each of
162
162
the free proline measurements were equally likely to have been observed with any
163
163
of the total collagen measurements. Therefore, we can form an * exact* null
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ test = [
88
88
' ninja; sys_platform != "emscripten"' ,
89
89
]
90
90
doc = [
91
- " sphinx>=5.0.0" ,
91
+ " sphinx>=5.0.0,<8.0.0 " ,
92
92
" intersphinx_registry" ,
93
93
" pydata-sphinx-theme>=0.15.2" ,
94
94
" sphinx-copybutton" ,
Original file line number Diff line number Diff line change 1
1
# Generated via tools/generate_requirements.py.
2
2
# Do not edit this file; modify `pyproject.toml` instead and run `python tools/generate_requirements.py`.
3
- sphinx>=5.0.0
3
+ sphinx>=5.0.0,<8.0.0
4
4
intersphinx_registry
5
5
pydata-sphinx-theme>=0.15.2
6
6
sphinx-copybutton
You can’t perform that action at this time.
0 commit comments