summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
...
* DOC: move C style guide to dev sectionmattip2018-10-252-0/+9
|
* DOC: fixes from reviewmattip2018-10-252-1/+2
|
* DOC: add missing docsmattip2018-10-232-96/+1
|
* DOC: minor tweak to CoC (update NumFOCUS contact address).Ralf Gommers2018-10-101-2/+1
| | | | [ci skip]
* DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-271-0/+96
|
* DOC: add a Code of Conduct document.Ralf Gommers2018-09-013-0/+383
| | | | | | | | Discussed and accepted in this thread: https://mail.python.org/pipermail/numpy-discussion/2018-July/078476.html Will be linked from https://scipy.org/codes-of-conduct.html and from the GitHub community profile (https://github.com/numpy/numpy/community)
* DOC: Cleanup messy trailing spaces in dev env setupC.A.M. Gerlach2018-07-301-6/+6
|
* DOC: Make Spyder name a link in dev env setupC.A.M. Gerlach2018-07-301-1/+3
|
* DOC: add Stefan van der Walt to Steering CouncilRalf Gommers2018-07-191-1/+3
| | | | [ci skip]
* DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-251-13/+12
|
* WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-162-0/+17
| | | | | | | | | | | | | | | | | | * DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip]
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-38/+38
|
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-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 documentmattip2018-04-111-0/+1
|
* DOC: cosmetic changes, document need for python3.6 to build docsmattip2018-04-101-3/+3
|
* DOC: promote development_workflow, make howtos visiblemattip2018-04-102-1/+1
|
* DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
|
* DOC: add new steering council members.Ralf Gommers2017-09-091-2/+10
| | | | | | Discussion on the numpy-discussion mailing list on July 21-25 2017. [ci skip]
* DOC: Fix missing asterisks in git development_setup doc pageAndras Deak2017-06-271-1/+1
| | | | | The remote upstream fetch git-config command was missing two asterisks, most likely lost in a markdown accident.
* git:// to https://Shitian Ni2017-05-252-16/+5
|
* updated development git document on protocolsShitian Ni2017-05-252-0/+6
|
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-31/+1
|
* DOC: add BENCH prefix to documented commit prefixesJulian Taylor2017-03-251-0/+1
|
* DOC: Fix typosJakub Wilk2017-03-171-1/+1
|
* DOC: change development instructions from SSH to HTTPS access.Ralf Gommers2016-10-241-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 NumPyPierre de Buyl2016-09-063-6/+6
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
|
* DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
| | | | | This is useful for things like passing ``--pdb`` to make nose drop into a pdb post-mortem on exception.
* DOC: Added understanding code and getting started section to ↵rehassachdeva2016-02-221-0/+15
| | | | | | | development_environment.rst Updated understanding code section in dev doc wrapped lines, corrected grammar.
* DOC: dev: stop recommending keeping local master updated with upstream/masterPauli Virtanen2016-02-211-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/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-4/+3
| | | | Address comments of @charris on gh-6895.
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-3/+4
| | | | Also remove all mentions of setupegg.py from the documentation.
* DOC: add note not to run tests from repo root in devguide. Closes gh-6907.Ralf Gommers2015-12-311-0/+3
| | | | [ci skip]
* [doc] Fix title of governance section in docsNathaniel J. Smith2015-12-071-1/+1
|
* DEV: add CC-0 public domain dedication to governance documentNathaniel J. Smith2015-10-091-0/+9
| | | | | | | | We want to allow other projects to steal from us, like we stole from Jupyter/IPython :-). This relicensing / public domain dedication is possible because all text here is either by me (and thus copyright me) or else taken from the Jupyter/IPython document, and their document is also under CC-0 as per https://github.com/jupyter/governance/pull/9
* DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.Ralf Gommers2015-10-091-1/+1
|
* DEV: attempt to clarify rules for ending an Institutional PartnershipNathaniel J. Smith2015-10-041-3/+6
|
* DEV: governance: wording tweakNathaniel J. Smith2015-10-041-8/+8
|
* DEV: governance: Include links to current membership of each groupNathaniel J. Smith2015-10-042-0/+13
|
* DEV: for new council members, clarify order of voting and talking to themNathaniel J. Smith2015-10-041-5/+6
| | | | | | | | | Original text seemed to imply that we would always ask the potential new Council Member whether they were interested *before* we actually decided whether to offer them a spot, which could create a sticky situation if someone ever got voted down. Rephrase to make clear that things do not have to occur in this order.
* DEV: remove draft markers from governance documentNathaniel J. Smith2015-10-032-4/+0
| | | | In preparation for merging.
* DEV: remove the interstitial notes on the seed steering councilNathaniel J. Smith2015-10-031-15/+0
| | | | | | Now that this seems to be settled, we don't need this cluttering up the main text. (For the record: the rule listed here is what we actually used.)
* DEV: Fix dates on Travis's time as leaderNathaniel J. Smith2015-10-031-1/+1
| | | | | | | | | | | | The 2001 date I had originally was based on the beginning of NumPy's git history -- but further research suggests that this actually runs back into Numeric times, before the NumPy project was founded. New 2005 date is based on Fernando's recollection of the fateful meeting that led to NumPy's creation, and is consistent with Wikipedia's claim that 2006 was the first release. If this is wrong please let me know :-)
* DEV: minor textual cleanups to governance documentNathaniel J. Smith2015-10-032-3/+9
|
* DEV: Governance: fix pandoc weirdnessNathaniel J. Smith2015-09-231-4/+4
| | | | | | I used pandoc to convert Markdown to ReST, and for some reason it marked all the links with two underscores instead of the more conventional single underscore. I'm not sure why.
* DEV: Governance: update link to Jupyter/IPython governance docNathaniel J. Smith2015-09-231-2/+2
|
* DEV: Governance: remove link to inaccurate github contributors pageNathaniel J. Smith2015-09-231-4/+0
| | | | | See Travis's email here: https://mail.scipy.org/pipermail/numpy-discussion/2015-September/073712.html
* DEV: Governance: delete redundant bitsNathaniel J. Smith2015-09-231-8/+0
| | | | | | | | | The NumFOCUS subcommittee and Institutional Partners are now listed in a separate file, so delete them from here. We will eventually want to clean up the list of initial members of the steering council, but the details are still under discussion on the mailing list, so I left that section alone for now.
* DEV: Draft governance document + list of people and positionsNathaniel J. Smith2015-09-234-0/+464
| | | | | | | This is definitely *not* the final version -- it's the version originally posted to the mailing list, reformatted as ReST. I'll make further changes on top of this as further commits, in order to preserve the historical record.
* MAINT: Remove references to Bento.Charles Harris2015-08-291-12/+3
| | | | | Bento builds are no longer supported, so remove references to that built system.