File tree
12 files changed
+51
-31
lines changed- doc
- source
- pyplots
- sphinxext
- examples
- misc
- test
- scot
- external
12 files changed
+51
-31
lines changedLines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
| |||
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
| 33 | + | |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
| |||
211 | 210 |
| |
212 | 211 |
| |
213 | 212 |
| |
214 |
| - | |
| 213 | + | |
215 | 214 |
| |
216 | 215 |
| |
217 | 216 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
155 |
| - | |
156 |
| - | |
| 154 | + | |
157 | 155 |
| |
158 | 156 |
| |
159 | 157 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
| |||
98 | 97 |
| |
99 | 98 |
| |
100 | 99 |
| |
101 |
| - | |
102 | 100 |
| |
103 | 101 |
| |
104 | 102 |
| |
|
- .circleci/config.yml+56
- .coveragerc+6
- .git-blame-ignore-revs+1
- .github/dependabot.yml+8
- .github/workflows/label-check.yml+21
- .github/workflows/main.yml+13
- .github/workflows/milestone-merged-prs.yml+18
- .github/workflows/test.yml+123
- .gitignore+10
- .pre-commit-config.yaml+58
- .pre-commit-hooks.yaml+7
- .readthedocs.yaml+34
- .travis.yml-11
- LICENSE.txt+1-71
- MANIFEST.in+12-1
- README.rst+19-41
- RELEASE.rst+59
- codecov.yml+14
- doc/Makefile+188
- doc/conf.py+146
- doc/example.py+130
- doc/example.rst+18
- doc/format.rst+766
- doc/index.rst+27
- doc/install.rst+154
- doc/make.bat+242
- doc/release_notes.rst+388
- doc/validation.rst+206
- numpydoc/__init__.py+11-2
- numpydoc/__main__.py+56
- numpydoc/_version.py+1
- numpydoc/comment_eater.py-169
- numpydoc/compiler_unparse.py-865
- numpydoc/docscrape.py+474-229
- numpydoc/docscrape_sphinx.py+318-158
- numpydoc/hooks/__init__.py+1
- numpydoc/hooks/utils.py+48
- numpydoc/hooks/validate_docstrings.py+417
- numpydoc/linkcode.py-83
- numpydoc/numpydoc.py+393-101
- numpydoc/phantom_import.py-167
- numpydoc/plot_directive.py-642
- numpydoc/templates/numpydoc_docstring.rst+17
- numpydoc/tests/hooks/__init__.py+1
- numpydoc/tests/hooks/example_module.py+34
- numpydoc/tests/hooks/test_utils.py+34
- numpydoc/tests/hooks/test_validate_hook.py+297
- numpydoc/tests/test_docscrape.py+1.2k-223
- numpydoc/tests/test_full.py+105
- numpydoc/tests/test_linkcode.py-5
- numpydoc/tests/test_main.py+117
- numpydoc/tests/test_numpydoc.py+292
- numpydoc/tests/test_phantom_import.py-12
- numpydoc/tests/test_plot_directive.py-11
- numpydoc/tests/test_traitsdoc.py-11
- numpydoc/tests/test_validate.py+1.7k
- numpydoc/tests/test_xref.py+220
- numpydoc/tests/tinybuild/Makefile+11
- numpydoc/tests/tinybuild/conf.py+26
- numpydoc/tests/tinybuild/index.rst+7
- numpydoc/tests/tinybuild/numpydoc_test_module.py+64
- numpydoc/traitsdoc.py-142
- numpydoc/validate.py+757
- numpydoc/xref.py+197
- pyproject.toml+87
- requirements/default.txt+6
- requirements/developer.txt+4
- requirements/doc.txt+6
- requirements/test.txt+5
- setup.py-30
- tools/generate_requirements.py+39
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
0 commit comments