Skip to content

Commit e8af501

Browse files
committed
Minor updates to Python docs
1 parent ad71454 commit e8af501

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

py/docs/source/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,22 @@ Use The Source Luke!
160160

161161
View source code online:
162162

163-
+-----------+------------------------------------------------------+
164-
| Official: | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
165-
+-----------+------------------------------------------------------+
163+
+---------------+-------------------------------------------------------+
164+
| **Official**: | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
165+
+---------------+-------------------------------------------------------+
166166

167167
Contributing
168168
=============
169169

170170
- Fork the selenium repo and clone it locally
171171
- Create a branch for your work
172-
- `git checkout -b my-cool-branch-name`
172+
- Run: `git checkout -b my-cool-branch-name`
173173
- Create a virtual environment and install tox
174-
- `python -m venv venv && source venv/bin/activate && pip install tox`
174+
- Run: `python -m venv venv && source venv/bin/activate && pip install tox`
175175
- Make your changes
176-
- Run `tox -e linting`
176+
- Run: `tox -e linting`
177177
- If tox exits `0`, commit and push. Otherwise, fix the newly introduced style violations
178-
- `flake8` requires manual fixes
179-
- `black` will rewrite the violations automatically, however the files are unstaged and should staged again
180-
- `isort` will rewrite the violations automatically, however the files are unstaged and should staged again
178+
- `flake8` requires manual fixes
179+
- `black` will rewrite the violations automatically, however the files are unstaged and should staged again
180+
- `isort` will rewrite the violations automatically, however the files are unstaged and should staged again
181181
- Submit a Pull Request

0 commit comments

Comments
 (0)