| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Address comments of @charris on gh-6895.
|
|
|
|
| |
Also remove all mentions of setupegg.py from the documentation.
|
|
|
|
| |
[ci skip]
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
In preparation for merging.
|
|
|
|
|
|
| |
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.)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :-)
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
See Travis's email here:
https://mail.scipy.org/pipermail/numpy-discussion/2015-September/073712.html
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Bento builds are no longer supported, so remove references to that
built system.
|
|
|
|
|
| |
The reason is that git log indents parts of the message and longer
lines will wrap. Linus has a post on this somewhere.
|
|
|
|
|
|
| |
Addresses review comments on gh-5473.
[ci skip]
|
|
|
|
| |
[ci skip]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Now is as good a time as any with open PR's at a low.
|
| |
|
|
|
|
| |
This commit address comments from Charles on PR #455.
|
|
|
|
|
| |
Recommend to update master before creating your feature branch.
Thanks to Nicky van Foreest for feedback on the dev-guide.
|
|
|
|
|
| |
This section is outdated, and following it pretty much ensures that your
patches will languish in Trac.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|