File tree 2 files changed +0
-27
lines changed
2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -129,20 +129,6 @@ Some specific goals include
129
129
* Improve the overall organization of the documentation and specific subsections
130
130
of the documentation to make navigation and finding content easier.
131
131
132
- Package docstring validation
133
- ----------------------------
134
-
135
- To improve the quality and consistency of pandas docstrings, we've developed
136
- tooling to check docstrings in a variety of ways.
137
- https://github.com/pandas-dev/pandas/blob/master/scripts/validate_docstrings.py
138
- contains the checks.
139
-
140
- Like many other projects, pandas uses the
141
- `numpydoc <https://numpydoc.readthedocs.io/en/latest/ >`__ style for writing
142
- docstrings. With the collaboration of the numpydoc maintainers, we'd like to
143
- move the checks to a package other than pandas so that other projects can easily
144
- use them as well.
145
-
146
132
Performance monitoring
147
133
----------------------
148
134
Original file line number Diff line number Diff line change @@ -134,19 +134,6 @@ pandas documentation. Some specific goals include
134
134
subsections of the documentation to make navigation and finding
135
135
content easier.
136
136
137
- ## Package docstring validation
138
-
139
- To improve the quality and consistency of pandas docstrings, we've
140
- developed tooling to check docstrings in a variety of ways.
141
- < https://github.com/pandas-dev/pandas/blob/master/scripts/validate_docstrings.py >
142
- contains the checks.
143
-
144
- Like many other projects, pandas uses the
145
- [ numpydoc] ( https://numpydoc.readthedocs.io/en/latest/ ) style for writing
146
- docstrings. With the collaboration of the numpydoc maintainers, we'd
147
- like to move the checks to a package other than pandas so that other
148
- projects can easily use them as well.
149
-
150
137
## Performance monitoring
151
138
152
139
Pandas uses [ airspeed velocity] ( https://asv.readthedocs.io/en/stable/ )
You can’t perform that action at this time.
0 commit comments