Skip to content

Commit 1a471a5

Browse files
authored
Minor improvements to dev tools (#338)
Just very minor sentence/language improvements here.
1 parent 30148ad commit 1a471a5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/pages/dev.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ layout: default
55

66
# Virtual environments
77

8-
| Name | Short description | 🚦 |
9-
| -------------------------------------------------------- | ----------------------------------------------------------------------------------- | :-: |
10-
| [Conda](https://docs.conda.io/projects/conda/en/stable/) | Conda quickly installs, runs, and updates packages and their dependencies. | 🟢 |
11-
| [pipenv](https://pipenv.pypa.io/en/latest/) | A tool that automatically creates and manages a virtualenv for your projects. | 🟠 |
12-
| [pyenv](https://github.com/pyenv/pyenv) | A tool that lets you easily switch between multiple versions of Python. | 🟠 |
13-
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | A tool to create isolated Python environments which offers more features than venv. | 🟠 |
14-
| [venv](https://docs.python.org/3/library/venv.html) | A tool to create isolated Python environments. | 🔴 |
8+
| Name | Short description | 🚦 |
9+
| -------------------------------------------------------- | ------------------------------------------------------------------------- | :-: |
10+
| [Conda](https://docs.conda.io/projects/conda/en/stable/) | Installs, runs, and updates packages and their dependencies. | 🟢 |
11+
| [pipenv](https://pipenv.pypa.io/en/latest/) | Automatically creates and manages a virtualenv for your projects. | 🟠 |
12+
| [pyenv](https://github.com/pyenv/pyenv) | Lets you easily switch between multiple versions of Python. | 🟠 |
13+
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | Creates isolated Python environments, and offers more features than venv. | 🟠 |
14+
| [venv](https://docs.python.org/3/library/venv.html) | Creates isolated Python environments. | 🔴 |
1515

1616
# Other
1717

18-
| Name | Short description | 🚦 |
19-
| ----------------------------------------------------------- | -------------------------------------------- | :-: |
20-
| [jedi](https://jedi.readthedocs.io/en/latest/) | Refactoring and autocompletion used in IDEs. | 🟢 |
21-
| [rope](https://rope.readthedocs.io/en/latest/overview.html) | Refactoring library. | |
22-
| [tqdm](https://pypi.org/project/tqdm/2.2.3/) | Progress bar for loops. | 🟢 |
18+
| Name | Short description | 🚦 |
19+
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------- | :-: |
20+
| [jedi](https://jedi.readthedocs.io/en/latest/) | Refactoring and autocompletion used in for integrated development environments (IDEs). | 🟢 |
21+
| [rope](https://rope.readthedocs.io/en/latest/overview.html) | Refactoring library. | |
22+
| [tqdm](https://pypi.org/project/tqdm/2.2.3/) | Progress bar for loops. | 🟢 |

0 commit comments

Comments
 (0)