Skip to content

Commit

Permalink
Rename benchmarking.md, move tqdm to utuilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe committed Mar 27, 2024
1 parent a7d0657 commit 9677962
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions docs/pages/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ layout: default
| [pyenv](https://github.com/pyenv/pyenv) | Lets you easily switch between multiple versions of Python. | 🟠 |
| [virtualenv](https://virtualenv.pypa.io/en/latest/) | Creates isolated Python environments, and offers more features than venv. | 🟠 |
| [venv](https://docs.python.org/3/library/venv.html) | Creates isolated Python environments. | 🔴 |

# Other

| Name | Short description | 🚦 |
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------- | :-: |
| [jedi](https://jedi.readthedocs.io/en/latest/) | Refactoring and autocompletion used in for integrated development environments (IDEs). | 🟢 |
| [rope](https://rope.readthedocs.io/en/latest/overview.html) | Refactoring library. | |
| [tqdm](https://pypi.org/project/tqdm/2.2.3/) | Progress bar for loops. | 🟢 |
2 changes: 1 addition & 1 deletion docs/pages/refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ layout: default
| Name | Short description | 🚦 |
| ----------------------------------------------------------- | -------------------------------------------- | --- |
| [jedi](https://jedi.readthedocs.io/en/stable/) | Refactoring and autocompletion used in IDEs. | 🟢 |
| [rope](https://rope.readthedocs.io/en/stable/overview.html) | Refactoring library. | |
| [rope](https://rope.readthedocs.io/en/stable/overview.html) | Refactoring library. | 🟠 |
6 changes: 6 additions & 0 deletions docs/pages/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ want to write these yourself but might need logging or a command-line interface.
| --------------------------------------------------------- | -------------------------------------------------------------------- | :-: |
| [loguru](https://loguru.readthedocs.io/) | Simple and user-friendly with many nice features enabled by default. | 🟢 |
| [logging](https://docs.python.org/3/library/logging.html) | Python's builtin logging framework. Needs some configuration. | 🟠 |

## User interface

| Name | Short description | 🚦 |
| -------------------------------------------- | ----------------------- | :-: |
| [tqdm](https://pypi.org/project/tqdm/2.2.3/) | Progress bar for loops. | 🟢 |

0 comments on commit 9677962

Please sign in to comment.