summaryrefslogtreecommitdiff
path: root/doc/source/dev
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* DOC: Commit message lines should not excede 72 characters.Charles Harris2015-05-251-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: developer guide: add section on rebuild/clean, expand section on gdb.Ralf Gommers2015-01-241-13/+72
| | | | | | Addresses review comments on gh-5473. [ci skip]
* DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-203-1/+154
| | | | [ci skip]
* DOC: Update Development Workflow PageRyan Nelson2015-01-104-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 Griffith2013-10-102-1/+62
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-185-12/+9
| | | | Now is as good a time as any with open PR's at a low.
* move to www.numpy.orgSandro Tosi2012-12-302-2/+2
|
* DOC: expand sections on commit messages and merging/rebasing in the devguide.Ralf Gommers2012-09-231-2/+16
| | | | This commit address comments from Charles on PR #455.
* DOC: one more edit to the dev-guide.Ralf Gommers2012-09-221-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 Gommers2012-09-224-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 Gommers2012-09-221-12/+13
|
* DOC: document in dev-guide how to write a good commit message.Ralf Gommers2012-09-221-0/+28
|
* DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-071-4/+3
|
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-2/+5
|
* DOC: dev: update also the overviewPauli Virtanen2010-10-291-2/+3
|
* DOC: dev: update instructions on sending patchesPauli Virtanen2010-10-291-1/+6
|
* DOC: dev: try to improve Git workflow docsPauli Virtanen2010-10-1911-122/+358
|
* DOC: regenerate gitwash docsPauli Virtanen2010-10-0417-0/+871
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-042-0/+11