Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro/contributing.txt
Commit message (Collapse)AuthorAgeFilesLines
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
|
* Fixed #24943 -- Updated contributing tutorial to use ↵Markus Amalthea Magnuson2015-06-161-32/+106
| | | | virtualenv
* Fixed #24907 -- Updated contributing tutorial with a ↵Markus Amalthea Magnuson2015-06-061-210/+213
| | | | more recent example ticket.
* Added link to the code of conduct from contributing guides.Jacob Kaplan-Moss2015-04-181-0/+6
| | | | | | This is inspired by Angluar.js (https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others. Thanks to Jeff Triplett for the prod.
* Added cross references to contributing docs.Riccardo Magliocchetti2015-02-051-0/+6
|
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
|
* Used the :ticket: syntax more extensivelyClaude Paroz2014-12-191-7/+4
|
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
| | | | Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
* Updated links for continous integration server.Tim Graham2014-08-051-1/+1
|
* Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte2014-06-101-2/+2
|
* Fixed #22558 -- Added missing word in contributing docsBrenda J. Butler2014-05-021-1/+1
|
* Fixed #21728 -- Corrected an inadvertent path change in ↵Tianyi Wang2014-01-031-4/+5
| | | | docs/intro/contributing.txt.
* Fixed #21701 -- Improved testing doc titles and added ↵Tim Graham2013-12-311-1/+1
| | | | | | testing/tools.txt. Thanks cjerdonek for the suggestion.
* Assumed Python 3 throughout docs/intro.Aymeric Augustin2013-12-301-3/+2
| | | | Various small fixes while I was proof-reading.
* Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain2013-10-041-2/+1
| | | | | | | | | | Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-2/+2
| | | | Refs #20104.
* Updated some 'Dive Into Python' linksClaude Paroz2013-04-011-2/+3
|
* Removed mentions of regressiontests.Ramiro Morales2013-03-031-4/+4
|
* Fixed #19437 - Clarified pip install instructions in ↵Tim Graham2013-01-111-3/+4
| | | | contributing tutorial.
* Fixed #19497 -- Refactored testing docs.Ramiro Morales2012-12-221-1/+1
| | | | Thanks Tim Graham for the review and suggestions.
* Fixed #16779 - Added a contributing tutorialTim Graham2012-11-171-0/+580
Thank-you Taavi Taijala for the draft patch!