summaryrefslogtreecommitdiff
path: root/doc/neps/tools/build_index.py
Commit message (Collapse)AuthorAgeFilesLines
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: contigous -> contiguous * DOC: enlongated -> elongated * DOC: thuse -> thus * DOC: quantityt -> quantity * DOC: suppled -> supplied * DOC: intgrally -> integrally * DOC: assignnent -> assignment * DOC: homoegeneous -> homogeneous * DOC: interpereted -> interpreted * DOC: optimised -> optimized * DOC: Advantanges -> Advantages * DOC: realised -> realized * DOC: parametrizing -> parameterizing * DOC: realised -> realized * DOC: intrisics -> intrinsics * DOC: ablility -> ability * DOC: intrisic -> intrinsic * DOC: unversal -> universal * DOC: machnisms -> mechanisms * DOC: specfiy -> specify * DOC: exclution -> exclusion * DOC: optimzations -> optimizations * DOC: declrations -> declarations * DOC: auto-gernreated -> auto-generated * DOC: it highely recomaned -> it is highly recommended * DOC: exectuing -> executing * DOC: strectched -> stretched * DOC: foriegn -> foreign * DOC: indeded -> intended * DOC: multimdimensional -> multidimensional * DOC: supserseded -> superseded * DOC: generalisation -> generalization * FIX: whitespace before comma
* DOC: Improve NEP page layout with nested toctrees (#20956)Ross Barnowski2022-02-021-10/+13
|
* DOC: remove "Provisional" from NEPs overview if no NEPs have that statusRalf Gommers2020-05-291-1/+4
|
* NEP: Add paragraph to NEP 41 about no array-object use and fix links (gh-15834)Sebastian Berg2020-04-031-4/+12
| | | | | | | | | | | | Adding a paragraph in a direction like this was a request by Travis Oliphant in the mailing list discussion. * Apply suggestions from code review Co-Authored-By: Eric Wieser <wieser.eric@gmail.com> * Update doc/neps/nep-0041-improved-dtype-support.rst Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
| | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* DOC: include NEP number on each NEP pageStephan Hoyer2018-07-011-0/+4
|
* Add missing check for Replaces tag in replacement NEPStefan van der Walt2018-03-221-0/+6
|
* Add consistency check for superseded NEPsStefan van der Walt2018-03-211-1/+37
| | | | | A superseded NEP should have a Replaced-By header. The replacing NEP should have a Replaces header. They should point to one another.
* Add tool for building NEP indexStefan van der Walt2018-03-211-0/+57