Skip to content

fix api link; update social links #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ author:
- label: "GitHub"
icon: "fab fa-fw fa-github-square"
url: "https://github.com/scikit-learn"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/scikit_learn"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://youtube.com/channel/UCJosFjYm0ZYVUARxuOZqnnw"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://linkedin.com/company/scikit-learn/"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/@scikit-learn"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
url: "https://facebook.com/scikitlearnofficial/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/scikitlearnofficial/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/scikit_learn"


# Site Footer
Expand All @@ -65,7 +65,7 @@ footer:
url: "https://twitter.com/scikit_learn"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://youtube.com/channel/UCJosFjYm0ZYVUARxuOZqnnw"
url: "https://www.youtube.com/@scikit-learn"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://linkedin.com/company/scikit-learn/"
Expand Down
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ main:
- title: "User Guide"
url: "https://scikit-learn.org/stable/user_guide"
- title: "API"
url: "https://scikit-learn.org/stable/modules/classes"
url: "https://scikit-learn.org/stable/api/index"
- title: "Examples"
url: "https://scikit-learn.org/stable/auto_examples/index"

Expand All @@ -41,7 +41,7 @@ docs:
- title: Community
children:
- title: "Monthly Meeting Minutes"
url: https://github.com/scikit-learn/administrative/tree/master/meeting_notes
url: https://github.com/scikit-learn/administrative/tree/master/monthly_meetings

- title: Mailing List
children:
Expand Down