Commit Graph

31 Commits

Author SHA1 Message Date
Albert Thomas 5fc30fd6f8 DOC recommend editable install using pip in contributing (#8974) 2017-06-03 18:47:20 +10:00
Joan Massich 1b5bff3ad0 [MRG] DOC add documentation on adding non-regression tests (#8850) 2017-05-23 15:23:03 +02:00
Guillaume Lemaitre 92cb166647 [MRG] DOC Homogeneous deprecation in docstring (#8907)
Update developers doc to use "deprecated" sphinx directive.
2017-05-23 08:42:08 +02:00
Nikita Singh 1652a70919 [MRG] Updated title and versions supported in contributing documentation (#8824)
* Changed title and updated versions supported

* Added back a line

* Fixed definition of R^2

* Fixed 80 character limit!
2017-05-07 19:36:31 -07:00
Guillaume Lemaitre 14977242bf [MRG] DOC change rebase to merge policy (#8753)
* DOC change rebase to merge policy

* FIX remove no-ff flag
2017-04-19 09:36:53 -07:00
Tyler Folkman 618f8d215d [MRG] DOC More detailed pull request and fork instructions (#8530) (#8538) 2017-03-07 11:32:05 +01:00
Joel Nothman 067adadad2 DOC describe scikit-learn-contrib in related projects and contributing docs (#8440) 2017-02-24 11:40:04 +01:00
Joel Nothman 81ca1d3273 DOC more explicit guidelines for WIP (#8299) 2017-02-06 13:33:44 +01:00
Joel Nothman 5c0cc038ce DOC Document _changed.html in contrib docs 2016-12-20 21:13:47 +11:00
alexandercbooth 9ec1a4c1f4 DOC add CI details and commands to contributor guide (#8024) 2016-12-15 17:35:00 +11:00
Aman Dalmia 6cbef3ec89 [MRG+1] DOC adding info about circleci build artifacts (#7855) 2016-11-29 23:52:44 +11:00
Loïc Estève e5bf61eee1 [MRG+1] Dropping python 2.6 support (#7890)
* Remove Python 2.6 support

Some details about some slightly orthogonal changes:
* Note about cheking safely for nan is likely not valid any more (commit
  introducing it is c80ca91b)
* scipy.linalg.qr econ parameter removed since scipy 0.9 in favour of
  mode='economic'
* Remove unnecessary libgfortran in conda create command

* Putative fix by setting the random seed

* Revert unintended change

* Reinstate previous logic for checking for NaNs

* Reinstate change in error message

Error messages from Python 2.7 assertRegexp does not contain the
function name, in contrast with Python 3 assertRegex
2016-11-23 17:11:04 -05:00
Aashil dd8a6faa2a dev-7360: Explain the meaning of prefix [MRG + 1] and [MRG + 2] in the title of the pull request. (#7636)
* File updated: doc/developers/contributing.rst
2016-10-10 22:44:37 -04:00
Kyle Gilliam 5f80525e31 [MRG] Documentation describes the Need Contributor label (#7599) 2016-10-09 22:33:59 +11:00
Nelle Varoquaux 689a188dbf DOC numpydoc requires space between name and column (#7601)
This patch fixes a tiny mistake in the contirbuting guidelines of the See also
section. The space between the function name and description was missing.
2016-10-07 22:52:39 -04:00
Tom Dupré la Tour 3beec40c25 DOC add link in the contributing doc for rebasing on master (#7541) 2016-10-06 09:20:28 -07:00
Loïc Estève 4566251618 [MRG+3] Add flake8 linting of the diff in Travis (#7127)
* Add flake8 linting on the diff

with respect to common ancestor of branch and scikit-learn/scikit-learn
remote.

Add a flake8-diff target in the Makefile and mention it in the doc.

* Only install flake8 when needed
2016-08-30 12:59:57 +10:00
Preston Parry 58b35d8b9f DOC Updates sklearn naming convention for consistency (#7268)
* Updates sklearn naming convention for consistency

* minor grammar fix

* clarifies source of string vs. function cosine
2016-08-29 08:20:13 +10:00
Gael Varoquaux c6f67125a5 Contributing statement (#7097)
* MISC: remove broken link

* Statement on the process + values of the community

To answer the demand for a CoC

* DOC: add links to contributing page

* DOC: Documenation contribution are important
2016-08-03 15:57:47 -07:00
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
jrfiedler 92853f99f2 DOC Reword description to remove ambiguity (#7066) 2016-07-25 22:52:04 +10:00
Kyle Jackson b0455b16b6 DOC Fixed check_estimator example (#7025)
copy & pasted example from scikit-learn-contrib template project
2016-07-17 09:33:48 -05:00
jrfiedler c67f0914ed Added deprecation cycle and modified examples (#7013)
* Added deprecation cycle and modified examples

* Removed newline and added clarifying example
2016-07-16 15:49:25 -05:00
Nelson Liu e17d2076ba doc: update mailing list info (#6812) 2016-05-23 07:16:05 +02:00
Nelson Liu 2c0cbdc72e DOC: refactor issue and PR template (#6470) 2016-04-18 18:02:31 +02:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Rémy Léone 45c2356f6b Redirecting to open issues 2015-10-31 11:56:45 +01:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Timothy Hopper b9e79bd0c3 Go to easy _open_ issues page
Currently the link to the easy open issues page lists open and closed issues. When trying to get people involved, it'd be more valuable to just show the open issues.
2015-09-16 13:46:32 -04:00
Andreas Mueller e2f56656e6 Make more clear that adding algorithms is not the preferred way to start contributing. 2015-07-28 13:06:31 -05:00
Joel Nothman 99d08b571e DOC organise documentation hierarchy / table of contents 2015-06-12 08:09:41 +10:00