-
Notifications
You must be signed in to change notification settings - Fork 314
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
Improve documentation in various ways #1326
Conversation
In this commit, I use "virtual environment" to refer to either virtualenv or venv.
docs/install.rst
Outdated
@@ -112,7 +112,7 @@ To find the JDK, Rally expects the environment variable ``JAVA_HOME`` to be set | |||
Optional dependencies | |||
--------------------- | |||
|
|||
S3 support is optional and can be installed using the ``s3`` extra. If you need S3 support, install ``esrally[s3]`` instead of just ``esrally``, but other than that follow the instructions below. | |||
S3 support is optional and can be installed using the ``esrally[s3]`` instead of just ``esrally``, but other than that follow the instructions below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imo this becomes less clear now, specifically the phrase using ... esrally[s3] instead of just esrally
, and I'd prefer to revert 4fdcfef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, reverted
This reverts commit 4fdcfef. The result is less clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
As I'm making progress through the docs, I'm seeing various little things that can be improved. Since you may not agree about all this, I split it into multiple commits to make it easy to cut things out.