diff options
| author | Logan Thomas <logan.thomas005@gmail.com> | 2022-04-10 04:57:42 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-10 11:57:42 +0200 |
| commit | b2e7534466abd6eded6b4d154fa0ea2a74369607 (patch) | |
| tree | 314f58b80aad45b514c438515feeff26425763a6 /doc/source/dev | |
| parent | b1b21a9e67699986e566a2ef42938a2c5abb2cb7 (diff) | |
| download | numpy-b2e7534466abd6eded6b4d154fa0ea2a74369607.tar.gz | |
DOC: various spell checks and typo fixes (#21314)
* 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
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/howto-docs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/howto-docs.rst b/doc/source/dev/howto-docs.rst index 93fec509c..ff4a9f6d5 100644 --- a/doc/source/dev/howto-docs.rst +++ b/doc/source/dev/howto-docs.rst @@ -315,7 +315,7 @@ Sub-config files can accept any of Doxygen_ `configuration options <https://www. but do not override or re-initialize any configuration option, rather only use the concatenation operator "+=". For example:: - # to specfiy certain headers + # to specify certain headers INPUT += @CUR_DIR/header1.h \ @CUR_DIR/header2.h # to add all headers in certain path |
