summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
* DOC: expand docs on debugging with gdbNathan Goldbaum2022-11-142-9/+50
|
* DOC: Add instruction to initialize git submodules (#22543)Juan Luis Cano Rodríguez2022-11-071-0/+4
| | | | Add instructions to developer documentation about initializing git submodules before local build.
* DOC: fix typo in advanced_debugging.rst [skip ci]Tony Newton / Teng Liu2022-10-261-1/+1
|
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
|
* DOC: add more prominent warnings to pin setuptoolsRalf Gommers2022-08-211-3/+8
| | | | | [skip github] [skip azp]
* Merge pull request #22117 from melissawm/user-guide-outlineRalf Gommers2022-08-193-1/+160
|\ | | | | DOC: Reorganize user guide outline
| * DOC: Reorganize user guide outlinemelissawm2022-08-123-1/+160
| |
* | Merge pull request #21879 from tupui/skip_azp_circleMatti Picus2022-08-171-11/+8
|\ \ | |/ |/| CI: skip azp and circleCI logic
| * DOC: update skip section and fix formatting.Pamphile Roy2022-08-171-11/+8
| | | | | | | | [skip ci]
* | MAINT,DOC: Update release guidemelissawm2022-07-071-2/+14
|/
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-084-33/+33
| | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* DIC: Misc RST reformatting.Matthias Bussonnier2022-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | This contains various RST reformatting. One, moving `(C)` one line up, is specific to a bug in tree-sitter-rst that mis parses this section. Another is adding one black line for a similar reason where `..` is seen as section underline by tree-sitter-rst. This is some shuffling of section underline: try to be consitant, `=`, then `-`, then `~`, with this refactor there is also no more section that use backticks as underline. Note in particular that non-consitency of underline lead to a problem in datetime64 section where "weekmasks" (underlined with `-`) were actually a level-4 heading instead of a level 2 or 3 I guess, and thus were nested under the `busday_count()` section. You'll note also 2 formulas that are under double-quotes as they are not references.
* DOC: Add a policy about inactive PRs. (#21537)Inessa Pawson2022-06-011-1/+11
| | | | | | | | | | | | | | | Adding a policy about inactive PRs that was approved at the community meeting on March 30th, 2022 (and May 25th, 2022). * Add a policy about inactive PRs. * Update doc/source/dev/reviewer_guidelines.rst Co-authored-by: Rohit Goswami <r95g10@gmail.com> * Update doc/source/dev/reviewer_guidelines.rst * Update doc/source/dev/reviewer_guidelines.rst Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* MAINT: Changed reference to multiple filesShoban Chiddarth2022-05-242-3/+3
| | | | | | | | | | | | | | | | | | | Changed files are - doc/HOWTO_RELEASE.rst - doc/Makefile - doc/changelog/1.15.0-changelog.rst - doc/changelog/1.16.0-changelog.rst - doc/changelog/1.17.0-changelog.rst - doc/changelog/1.19.0-changelog.rst - doc/changelog/1.21.0-changelog.rst - doc/neps/nep-0045-c_style_guide.rst - doc/source/dev/howto_build_docs.rst - doc/source/dev/releasing.rst - doc/source/reference/distutils_guide.rst - doc/source/reference/testing.rst - doc/source/release/1.7.0-notes.rst - doc/source/release/1.8.0-notes.rst
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-2/+2
|
* 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: double backticks and linksMatthias Bussonnier2022-04-031-3/+5
| | | | | [skip azp] [skip actions]
* DOC: Mention gitpod as alternative in environment setup docs (#21255)Pax2022-03-261-0/+4
| | | | | | | * DOC: mention Gitpod as alternative to build numpy Fixes #20679 Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: document uploads to ananconda.orgmattip2022-03-061-4/+19
|
* BLD: Run wheel builders on labeled pull requestsThomas Li2022-03-041-0/+15
|
* DOC: Fixes minor formatting issue related to nested inline markup.Michael Burkhart2022-01-221-2/+2
| | | | | We adopt the solution suggested by @WarrenWeckesser in his discussion of the issue. Closes #20676.
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
|
* DOC: git:// protocol deprecated by github. (#20789)Matthias Bussonnier2022-01-111-1/+1
| | | | | See https://github.blog/2021-09-01-improving-git-protocol-security-github/ Tell users to use https://
* DEV: Add `TYP`, a standard acronym for static typingBas van Beek2021-12-231-0/+1
|
* DOC Adds valgrind to the test commandThomas J. Fan2021-12-031-1/+1
|
* remove appveyorMatti Picus2021-10-201-1/+0
| | | | | [skip github] [skip travis]
* DOC: document how to skip CI jobsRalf Gommers2021-10-201-0/+22
| | | | | | | | | | | | This is a follow-up to gh-18333. Self-test: docs get built on CircleCI, so let's skip the other platforms: [skip github] [skip azurepipelines] [skip appveyor] [skip travis]
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-213-7/+7
|
* DOC: Moved NumPy Internals into Under-the-hood docsMukulika2021-09-134-1/+943
|
* DOC: Improve Doxygen Javadoc style examplesSayed Adel2021-08-313-16/+43
|
* DOC: Apply suggestions from Matti reviewSayed Adel2021-08-311-14/+17
| | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-304-7/+250
|
* DOC: Reorganized the documentation contribution docs (#19645)Mukulika2021-08-123-0/+190
| | | | | | | | * DOC: Reorganized documentation contribution docs 1. Removed Documentation conventions page 2. Merged A guide to NumPy documentation into How to contribute to NumPy documentation 3. Moved Building NumPy reference and docs to Development section 4. Removed the Documentation index stub
* DOC: Add link and explanation of _add_newdocs to developer guide (#19546)Yashasvi Misra2021-07-231-0/+4
|
* DOC: Remove duplicate information about governancemelissawm2021-07-053-53/+3
| | | | | | This is a second part of unifying the governance documentation (See also numpy/numpy.org#450) Closes #17496
* DOC: Removed duplicate instructions for building docs from dev/index pageMukulika2021-06-251-34/+4
|
* DOC: fix duplicate navbar in development documentation index (#19264)Melissa Weber Mendonça2021-06-171-17/+0
| | | | | Also update pinned version of sphinx in environment.yml Fixes gh-19028
* DOC: Make screenshot labels biggerTania Allard2021-05-101-0/+0
|
* DOC: Make FAQ titlesTania Allard2021-05-101-54/+64
|
* DOC: Remove extra --Tania Allard2021-05-101-1/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix lists indentationTania Allard2021-05-101-0/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix indentationTania Allard2021-05-101-1/+1
| | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Fix list indentationTania Allard2021-05-101-4/+2
|
* DOC: Fix lists and add imagesTania Allard2021-05-103-12/+22
|
* DOC: Add troubleshoot itemsTania Allard2021-05-102-7/+19
|
* DOC: Update a page title with proper case (#18962)Misal Raj2021-05-091-1/+1
|
* DOC: fix clone over ssh instructions #18917 (#18918)legoffant2021-05-061-1/+1
|
* Highlight markdown syntax.Chiara Marmo2021-05-041-10/+10
|
* Fix markdown formatting. Remove unuseful 'py'.Chiara Marmo2021-05-031-25/+15
|
* Add a set of standard replies.Chiara Marmo2021-05-031-3/+75
|