Skip to content

Commit fb95c2e

Browse files
authored
chore: Update tagline (#1057)
To merge before 0.5.1
1 parent d610d81 commit fb95c2e

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ ENV/
127127
env.bak/
128128
venv.bak/
129129

130+
# direnv
131+
.direnv
132+
.envrc
133+
130134
# Spyder project settings
131135
.spyderproject
132136
.spyproject

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,14 @@
44
<source srcset="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" media="(prefers-color-scheme: dark)">
55
<img width="200" src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" alt="skore logo">
66
</picture>
7+
<h3>the scikit-learn sidekick</h3>
78

8-
<h2>The scikit-learn Modeling Companion</h2>
9-
10-
__Elevate ML Development with Tracking and Built-in Recommended Practices__ \
9+
Elevate ML Development with Tracking and Built-in Recommended Practices \
1110
[Documentation](https://skore.probabl.ai)[Community](https://discord.probabl.ai)
1211

13-
<br />
14-
15-
![license](https://img.shields.io/pypi/l/skore)
16-
![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?style=flat&logo=python)
17-
[![downloads](https://static.pepy.tech/badge/skore/month)](https://pepy.tech/projects/skore)
18-
[![pypi](https://img.shields.io/pypi/v/skore)](https://pypi.org/project/skore/)
19-
![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg?event=push)
20-
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.probabl.ai/)
21-
2212
</div>
2313

14+
<br />
2415

2516
## Why skore?
2617

@@ -107,9 +98,17 @@ Thank you for considering contributing to skore! Join our mission to promote ope
10798

10899
## Feedback & Community
109100

110-
- Join our [Discord](https://discord.probabl.ai/) to share ideas or get support.
111-
- Request a feature or report a bug via [GitHub Issues](https://github.com/probabl-ai/skore/issues).
101+
- Join our [Discord](https://discord.probabl.ai/) to share ideas or get support.
102+
- Request a feature or report a bug via [GitHub Issues](https://github.com/probabl-ai/skore/issues).
103+
104+
<br />
112105

106+
![license](https://img.shields.io/pypi/l/skore)
107+
![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?style=flat&logo=python)
108+
[![downloads](https://static.pepy.tech/badge/skore/month)](https://pepy.tech/projects/skore)
109+
[![pypi](https://img.shields.io/pypi/v/skore)](https://pypi.org/project/skore/)
110+
![ci](https://github.com/probabl-ai/skore/actions/workflows/ci.yml/badge.svg?event=push)
111+
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.probabl.ai/)
113112

114113
---
115114

skore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skore"
3-
description = "The scikit-learn Modeling Companion"
3+
description = "the scikit-learn sidekick"
44
dynamic = ["license", "readme", "version"]
55
requires-python = ">=3.9, <3.13"
66
maintainers = [{ name = "skore developers", email = "[email protected]" }]

sphinx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" class="logo-landing only-light" alt="skore - Home"/>
99
<img src="https://media.githubusercontent.com/media/probabl-ai/skore/main/sphinx/_static/images/[email protected]" class="logo-landing only-dark pst-js-only" alt="skore - Home"/>
1010
</div>
11-
<h1 class="hero-title">The scikit-learn Modeling Companion</h1>
11+
<h1 class="hero-title">the scikit-learn sidekick</h1>
1212
<p class="hero-description">Elevate ML Development with Tracking and Built-in Recommended Practices</p>
1313
</div>
1414

0 commit comments

Comments
 (0)