From bab854b8d06a18ee8aa7ee132c2b0fadf2b1a8b9 Mon Sep 17 00:00:00 2001 From: Swapnil Jha Date: Tue, 5 Oct 2021 14:34:17 +0530 Subject: [PATCH] Update Twitter in Community Section 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 --- doc/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/templates/index.html b/doc/templates/index.html index 5ba720744a876..e40a2f58a974d 100644 --- a/doc/templates/index.html +++ b/doc/templates/index.html @@ -185,6 +185,7 @@

Community

  • Questions? See FAQ and stackoverflow
  • Mailing list: scikit-learn@python.org
  • Gitter: gitter.im/scikit-learn
  • +
  • Twitter: @scikit_learn
  • Communication on all channels should respect PSF's code of conduct.