summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-282-49/+86
|\ | | | | ENH: Allow, and default to, downstream building with old API
| * Apply suggestions from code reviewSebastian Berg2023-04-282-8/+10
| | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-202-4/+9
| |
| * DOC: Add API change section to reviewer docsSebastian Berg2023-04-181-1/+28
| | | | | | | | | | | | This seemed like the clearest place to add a more in-depth note on it. The actual table, etc. also would make sense, but there you probably see the `MinVersion` anyway...
| * DOC: Start on docs about compatible downstream buildsSebastian Berg2023-04-111-48/+51
| | | | | | | | | | | | This still needs to be expanded and maybe removes a bit more than it should. OTOH, the actual changes will mainly be necessary once NumPy 2.0 comes, right now the old scheme remains valid.
* | DOC: Convert titles to sentence case (#23643)Talha M2023-04-263-3/+3
| | | | | | Partially addresses #16261.
* | Merge pull request #23657 from melissawm/ci-skip-docMatti Picus2023-04-261-0/+34
|\ \ | | | | | | DOC: Improve description of skip commands for CI
| * | Update doc/source/dev/development_workflow.rstMatti Picus2023-04-261-1/+1
| | | | | | | | | Co-authored-by: Matteo Raso <33975162+MatteoRaso@users.noreply.github.com>
| * | DOC: Improve description of CirrusCI check Melissa Weber Mendonça2023-04-251-1/+1
| | | | | | | | | [skip travis] [skip azp] [skip cirrus]
| * | DOC: Improve description of skip commands for CImelissawm2023-04-241-0/+34
| |/
* | DOC: pull tags and initialize submodules in development install instructionsNathan Goldbaum2023-04-181-4/+8
|/
* MAINT: remove support for Gitpod, add note on using CodespacesRalf Gommers2023-03-2314-291/+27
| | | | | | | See this mailing list thread for the discussion on removal: https://mail.python.org/archives/list/numpy-discussion@python.org/thread/SSPI7HVL2PLWPFL42T6UNR2ENARE5A5E/ [skip azp] [skip cirrus]
* DOC: fix a link redirect to WSLpartev2023-03-231-1/+1
|
* BLD: Check for submodules before build (#23372)Raghuveer Devulapalli2023-03-121-2/+2
| | | | | | | | | - DOC: update git clone command in doc to initialize submodules - BLD: Check for submodules before building - CI: update meson.build check and Cirrus for new git submodule [skip ci] Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
* CI: clean up GHA boilerplate for `[skip github]`Ralf Gommers2023-02-211-2/+1
| | | | | | | | GitHub has had builtin support for this for quite a while now, via `skip actions`. So we no longer need this. It's left only in the one Meson job; that line is already taken care of in gh-23165. [skip cirrus] [skip circle] [skip azp] [skip travis]
* DOC: Add notation for skipping Cirrus to dev docs.warren2023-02-161-0/+1
| | | | [skip ci]
* DOC: Pull existing PR workflow (#22908)Ganesh Kathiresan2023-01-251-0/+22
|
* DOC: Remove Gitpod as a local build option for users (#22911)Mukulika2023-01-091-1/+2
| | | | | * DOC: Remove Gitpod as a local build option for users Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: mention installing test dependencies in testing instructionsNathan Goldbaum2022-12-142-1/+5
|
* DOC: Add instruction to do `git pull`ganesh-k132022-12-051-0/+4
|
* 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
|