@@ -39,17 +39,17 @@ It it entirely generated using this **Python Package Template:**
3939Generated Python Package Features
4040---------------------------------
4141
42- 1. **Test Suite **, using `pytest `_, located in `tests `_ dir
42+ 1. **Test Suite **, using `pytest `_, located in `tests ` dir
43432. **Parallel Execution ** of Unit Tests, on multiple cpu's
44- 3. **Documentation Pages **, hosted on `readthedocs ` server, located in `docs `_ dir
45- 4. **Automation **, using `tox `_, driven by single `tox.ini `_ file
44+ 3. **Documentation Pages **, hosted on `readthedocs ` server, located in `docs ` dir
45+ 4. **Automation **, using `tox `_, driven by single `tox.ini ` file
4646
4747 a. **Code Coverage ** measuring
4848 b. **Build Command **, using the `build `_ python package
4949 c. **Pypi Deploy Command **, supporting upload to both `pypi.org `_ and `test.pypi.org `_ servers
5050 d. **Type Check Command **, using `mypy `_
5151 e. **Lint ** *Check * and `Apply ` commands, using `isort `_ and `black `_
52- 5. **CI Pipeline **, running on `Github Actions `_, defined in `.github/ `_
52+ 5. **CI Pipeline **, running on `Github Actions `_, defined in `.github/ `
5353
5454 a. **Job Matrix **, spanning different `platform `'s and `python version `'s
5555
0 commit comments