Skip to content
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

Refine wording for docs landing page and remove experimental reference #1057

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

Rye is still a very experimental tool, but this guide is here to help you get
Rye is still a relatively young tool, and this guide is here to help you get
started. Before we dive into the installation and basic usage guide it's
important for you to understand what Rye actually is.

Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ hide:

Rye is a comprehensive project and package management solution for Python.
Born from [its creator's](https://github.com/mitsuhiko) desire to establish a
one-stop-shop for all Python users, Rye provides a unified experience to install and manages Python
installations, `pyproject.toml` based projects, dependencies and virtualenvs
seamlessly. It's designed to accommodate complex projects, monorepos and to
facilitate global tool installations. Curious? [Watch an introduction](https://youtu.be/q99TYA7LnuA).
one-stop-shop for all Python users, Rye provides a unified experience to install Python, create `pyproject.toml` based projects, manage dependencies, ensure reproducible virtualenvs, and keep track of multiple Python versions
seamlessly.

A hassle-free experience for Python developers at every level.
Rye is designed with a "productivity first" mindset. It accommodates complex projects, monorepos and
facilitates global tool installations. Curious? [Watch an introduction](https://youtu.be/q99TYA7LnuA).

A hassle-free experience for Python developers and users at every level.

<script async defer src="https://buttons.github.io/buttons.js"></script>
<p align="center">
Expand Down
Loading