Skip to content

Commit c0fb012

Browse files
committed
fix(readme): remove undefined url links
1 parent 1a6e96b commit c0fb012

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ It it entirely generated using this **Python Package Template:**
3939
Generated 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
4343
2. **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

src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Development
2828
-----------
2929
Here are some useful notes related to doing development on this project.
3030

31-
1. **Test Suite**, using `pytest`_, located in `tests`_ dir
31+
1. **Test Suite**, using `pytest`_, located in `tests` dir
3232
2. **Parallel Execution** of Unit Tests, on multiple cpu's
33-
3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs`_ dir
34-
4. **Automation**, using `tox`_, driven by single `tox.ini`_ file
33+
3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs` dir
34+
4. **Automation**, using `tox`_, driven by single `tox.ini` file
3535

3636
a. **Code Coverage** measuring
3737
b. **Build Command**, using the `build`_ python package
3838
c. **Pypi Deploy Command**, supporting upload to both `pypi.org`_ and `test.pypi.org`_ servers
3939
d. **Type Check Command**, using `mypy`_
4040
e. **Lint** *Check* and `Apply` commands, using `isort`_ and `black`_
41-
5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/`_
41+
5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/`
4242

4343
a. **Job Matrix**, spanning different `platform`'s and `python version`'s
4444

0 commit comments

Comments
 (0)