| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DOC: changes from review | mattip | 2019-04-23 | 2 | -11/+3 |
| | | |||||
| * | DOC: reorganize developer docs, use scikit-image as a base for change | mattip | 2019-04-21 | 7 | -565/+28 |
| | | |||||
| * | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 2 | -35/+35 |
| | | |||||
| * | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 1 | -1/+1 |
| | | | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`. | ||||
| * | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -0/+1 |
| | | |||||
| * | DOC: cosmetic changes, document need for python3.6 to build docs | mattip | 2018-04-10 | 1 | -3/+3 |
| | | |||||
| * | DOC: promote development_workflow, make howtos visible | mattip | 2018-04-10 | 2 | -1/+1 |
| | | |||||
| * | DOC: Fix missing asterisks in git development_setup doc page | Andras Deak | 2017-06-27 | 1 | -1/+1 |
| | | | | | | The remote upstream fetch git-config command was missing two asterisks, most likely lost in a markdown accident. | ||||
| * | git:// to https:// | Shitian Ni | 2017-05-25 | 2 | -16/+5 |
| | | |||||
| * | updated development git document on protocols | Shitian Ni | 2017-05-25 | 2 | -0/+6 |
| | | |||||
| * | DOC: update docs and comments for move of mailing list to python.org | Ralf Gommers | 2017-03-26 | 1 | -31/+1 |
| | | |||||
| * | DOC: add BENCH prefix to documented commit prefixes | Julian Taylor | 2017-03-25 | 1 | -0/+1 |
| | | |||||
| * | DOC: Fix typos | Jakub Wilk | 2017-03-17 | 1 | -1/+1 |
| | | |||||
| * | DOC: change development instructions from SSH to HTTPS access. | Ralf Gommers | 2016-10-24 | 1 | -5/+37 |
| | | | | | | | | | | This is easier to get going, and is the recommended access method by GitHub itself: https://help.github.com/articles/which-remote-url-should-i-use/ Also add instructions for pulling from upstream including PRs by default. | ||||
| * | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 1 | -2/+2 |
| | | | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | ||||
| * | DOC: dev: stop recommending keeping local master updated with upstream/master | Pauli Virtanen | 2016-02-21 | 1 | -94/+69 |
| | | | | | | | Use the simpler `git fetch; ... upstream/master` approach instead of updating the local master branch. Keeping the local master branch in sync with upstream is usually not necessary. | ||||
| * | DOC: Commit message lines should not excede 72 characters. | Charles Harris | 2015-05-25 | 1 | -1/+1 |
| | | | | | | The reason is that git log indents parts of the message and longer lines will wrap. Linus has a post on this somewhere. | ||||
| * | DOC: add "build and test" section to developer guide. Closes gh-5465. | Ralf Gommers | 2015-01-20 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | DOC: Update Development Workflow Page | Ryan Nelson | 2015-01-10 | 4 | -193/+166 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The "Basic Workflow" section of the Development Workflow page was reorganized to make it clearer to new users and remove/update old material. Major changes: - Moved the core developer notes. Core dev notes are confusing in basic usage information. Updated a couple of the commands - Added more commands and reorgaized the "New Feature Branch" section. Took some text from "Rebasing" and moved it here, because it was redundant. - Made many changes to the "Editing Workflow" to clarify commands. Moved some git push stuff into this section as well. - Moved pull request section to just after editing workflow. Removed outdated images and simplified the text. Make code review requirements explicit. - Moved rebasing and troubleshooting sections to the end. Could add more here later. - Links renamed and broken link removed. | ||||
| * | DOC: Notes on backporting. | Blake Griffith | 2013-10-10 | 2 | -1/+62 |
| | | |||||
| * | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 5 | -12/+9 |
| | | | | | Now is as good a time as any with open PR's at a low. | ||||
| * | move to www.numpy.org | Sandro Tosi | 2012-12-30 | 1 | -1/+1 |
| | | |||||
| * | DOC: expand sections on commit messages and merging/rebasing in the devguide. | Ralf Gommers | 2012-09-23 | 1 | -2/+16 |
| | | | | | This commit address comments from Charles on PR #455. | ||||
| * | DOC: one more edit to the dev-guide. | Ralf Gommers | 2012-09-22 | 1 | -1/+7 |
| | | | | | | Recommend to update master before creating your feature branch. Thanks to Nicky van Foreest for feedback on the dev-guide. | ||||
| * | DOC: remove section "Patching" from dev-guide. | Ralf Gommers | 2012-09-22 | 4 | -133/+6 |
| | | | | | | This section is outdated, and following it pretty much ensures that your patches will languish in Trac. | ||||
| * | DOC: a few edits to make "Development Workflow" in the dev guide clearer. | Ralf Gommers | 2012-09-22 | 1 | -12/+13 |
| | | |||||
| * | DOC: document in dev-guide how to write a good commit message. | Ralf Gommers | 2012-09-22 | 1 | -0/+28 |
| | | |||||
| * | DOC: merge wiki docs - edits under doc/. | Ralf Gommers | 2012-07-07 | 1 | -4/+3 |
| | | |||||
| * | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -2/+5 |
| | | |||||
| * | DOC: dev: update also the overview | Pauli Virtanen | 2010-10-29 | 1 | -2/+3 |
| | | |||||
| * | DOC: dev: update instructions on sending patches | Pauli Virtanen | 2010-10-29 | 1 | -1/+6 |
| | | |||||
| * | DOC: dev: try to improve Git workflow docs | Pauli Virtanen | 2010-10-19 | 10 | -121/+355 |
| | | |||||
| * | DOC: regenerate gitwash docs | Pauli Virtanen | 2010-10-04 | 17 | -0/+871 |
