Commit Graph

55 Commits

Author SHA1 Message Date
Joseph Chazalon fb4dbfd837
DOC Fix wrong link title for PCA in "Dim. red." (#22835) 2022-03-14 20:17:34 +01:00
Adrin Jalali 4e1be8ef90
DOC change adrin's sponsor to Hugging Face (#22415)
* DOC change adrin's sponsor to Hugging Face

* 55pt in about.rst

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-02-08 19:51:27 +01:00
Reshama Shaikh 095cf04563
MAINT add link to calendar (#22339) 2022-01-31 09:24:24 +01:00
Reshama Shaikh 7a9003c67b
MAINT add link to blog and tiktok (#22322) 2022-01-28 14:48:23 -05:00
Aditya Raghuwanshi c398866732
DOC Clarifies the mailing list entry on the main page (#22047)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-04 11:11:33 -05:00
Chitteti Srinath Reddy 5acebb00f6
DOC added links for twitter commits, youtube, instagram and facebook (#21893) 2021-12-06 17:09:21 +01:00
Vikrant khedkar b1a5d3c40c
DOC Added Linkedin to social media section (#21793)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-11-27 14:10:24 +01:00
Guillaume Lemaitre 46ceae4243
DOC update the News section in website (#21417) 2021-10-25 11:20:25 +02:00
Swapnil Jha 0a5c9f103c
DOC Add Twitter in Community Section (#21241)
Adding a Twitter link to the Community section on the homepage of the Scikit-learn website (https://scikit-learn.org/stable/) as mentioned in issue #21236
2021-10-05 18:58:36 +02:00
Dimitri Papadopoulos Orfanos 5af0de2c54
DOC Consistently use "or newer" to document Python version (#21121) 2021-09-23 10:24:41 -04:00
Adrin Jalali ee7ecff4bd
DOC fix news entry for v1.0 (#21123) 2021-09-23 15:32:10 +02:00
Thomas J. Fan 01a28e962a
MAINT Adds sphinx configuration for redirections (#20625) 2021-07-28 18:19:18 +02:00
Thomas J. Fan 41ead18ef0
DOC Add new sponsorship information for thomasjpfan (#20398) 2021-06-28 10:46:27 +02:00
Thomas J. Fan 508704f415
DOC Move to pass sponsors for Andy, Nicolas, and Thomas (#20332)
* DOC Move to pass sponsors for Thomas, Andy, and Nic
2021-06-26 09:48:42 -07:00
Guillaume Lemaitre 86bda0ae84 DOC add bug fixes releases in News web section 2021-05-03 09:25:54 +02:00
Chiara Marmo 2b505bf019
Add APHP to the Consortium sponsors (#19823) 2021-04-06 15:39:57 +02:00
Olivier Grisel e55795b501
MNT Switch master to 1.0.dev0 (#18958) 2020-12-15 10:24:00 +01:00
Chiara Marmo fb06fc84ee
DOC Update logos from Consortium funders (#18991) 2020-12-14 15:28:49 +01:00
Manimaran c3fbff2195
DOC Fix links to navigate to correct pages as in link text (#18804) 2020-11-10 12:21:23 -05:00
Adrin Jalali 3ba09faca6
DOC add Zalando as a sponsor (#18626) 2020-10-19 15:37:02 +02:00
Thomas J. Fan fd1ff73c64
DOC Updates donation link on website (#18346) 2020-09-09 14:16:15 -07:00
Guillaume Lemaitre 8f09e332b6
MNT update date and links on the index webpage (#18081) 2020-08-04 10:07:10 +02:00
Thomas J Fan 60de458095
DOC Removes uneeded __init__ in API documentation (#17243) 2020-05-18 12:40:51 +02:00
Adrin Jalali 5ceaad1230
DOC add authors and release date to whats_new/0.23 (#17122) 2020-05-05 21:32:42 +10:00
Thomas J Fan 5756205920
DOC Adds release highlights to front page (#17071) 2020-05-03 17:24:25 +02:00
Chiara Marmo 9f04837ea9
DOC Update funders. (#17079) 2020-04-29 14:30:44 +02:00
Jérémie du Boisberranger 1cdf6089c9
DOC add 0.22.2 in website news (#16631) 2020-03-04 11:29:39 -05:00
Evgeni Chasnovski 9766acda90
DOC Fix "more..." link in "Model selection" section of 'index.… (#16620) 2020-03-03 15:08:59 -05:00
Adrin Jalali 42706ebf2d
MNT CI dropping python-3.5 (#15106)
* dropping python-3.5

* fix install guide

* fix setup.py

* fix circleci

* advanced_installation

* index.html

* readme

* pyparsing.py

* remove clean_warning_registry

* 1.13.1 and 1.19.1

* don't use 16.04

* 18.04 libatlas-dev -> libatlas-base-dev

* min pillow version for 3.6 is 4.2.1

* echo commands

* fix conflict, and 32 bit

* fix conflict for circle

* fix scikit-image version dep

* mark tests as xfail on 32bit py3.6

* move to 1.13.3 min numpy version, and simplify old code

* remove the rest of _object_dtype_isnan usages

* Revert "remove the rest of _object_dtype_isnan usages"

This reverts commit c6e867ea1f.

* fix issues raised by jeremy

* minor fix

* minor fixes mentioned by Olivier
2020-02-10 12:28:42 +01:00
Adrin Jalali 20a431fc41
DOC add a coc reference to the main page (#16262) 2020-01-29 11:34:50 +01:00
Thomas J Fan 00f3910678 [MRG] MNT Fixes link to whats new in front page (#16009) 2020-01-05 10:30:20 +11:00
Adrin Jalali a91304ecd7
DOC Pre 0.22 release (#15735)
* add python 3.8 to setup.py

* add authors to whats_new

* update release date

* move whats new entry to 0.23

* add news section to index.html

* pep8

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>
2019-12-02 12:03:25 +01:00
Nicolas Hug 3e4ad0567d MNT Fix whats new link on the home page (#15634)
* fix whats new link

* oops fixed bracket
2019-11-15 17:06:57 +01:00
Chiara Marmo d3c7387ff4 DOC Add Fujitsu logo as sponsor (#15543) 2019-11-06 20:54:15 +01:00
Chiara Marmo 9e08b142e0 DOC fix some whats_new sphinx warning. (#15288)
* Suggestion for whats_new warning solution.

* DOC Adds labels

* Address comments and fix new sphinx warnings.

* Move lgend file in whats_new directory.
2019-11-05 17:08:43 +01:00
Thomas J Fan 9caf8350e7 DOC Fix broken link to docs (#15364) 2019-10-27 08:32:45 +01:00
Adrin Jalali 07dda13b15 WEB Put back the donate button (#15352) 2019-10-24 15:53:28 +02:00
Thomas J Fan 0a7adef005 MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
Thomas J Fan 7d35f4fc3c [DOC] Removes "documentation" page and adds Other version in nav bar (#15121) 2019-10-14 08:24:41 -04:00
Chiara Marmo 377462f823 [MRG] Updates on the scikit-learn sponsor page (#15043) 2019-10-09 16:04:57 +02:00
Thomas J Fan 2195fe6afa DOC Adjust style of the footer [doc build] (#15066) 2019-09-23 21:46:39 +02:00
Adrin Jalali d26a9691d0 DOC link to the new getting started (#15060) 2019-09-23 08:45:46 -04:00
Thomas J Fan 89332d3e90 DOC Updates entire website design (#14849) 2019-09-21 20:22:34 +10:00
Andreas Mueller 71408e09e4 [MRG] update numpydoc to upstream, include fix for line numbers (#7355) 2017-07-18 19:34:54 +02:00
waterponey 6e50c8f35e [MRG+2] DOC framework for keeping API refs for deprecated classes/funcs (#7725)
* DOC framework for keeping API refs for deprecated classes/funcs

* DOC tagging deprecated for 0.20

* suggestion for LDA/QDA deprecation

* simplify deprecation message for GaussianProcess

* simplify deprecation messages

* fixup avoid import QuadraticDiscriminantAnalysis in qda.QDA (and similar for LDA).

* fixup test alias lda.LDA is instance of LinearDiscriminantAnalysis
2016-10-30 16:04:35 +01:00
Raghav R V 09f0fa7745 DOC/SPHINX Add template for classes which don't have init (Exception classes) 2015-10-19 22:35:36 +02:00
Joel Nothman 937f36cba7 DOC show referring examples on API reference pages 2014-07-20 01:32:42 +10:00
Gael Varoquaux fb4336960b DOC: some underlines were too short 2014-01-21 09:13:05 +01:00
Joel Nothman a9c55b4588 DOC add link to module reference from class/function pages 2014-01-21 13:20:47 +11:00
Andreas Mueller aee8e8dabf DOC added a new template to sphinx so view the "__call__" function. 2013-02-03 15:49:38 +01:00