From c0fb012e3342768470089b71f267a79fde181c3f Mon Sep 17 00:00:00 2001 From: konstantinos Date: Wed, 11 May 2022 20:45:39 +0300 Subject: [PATCH] fix(readme): remove undefined url links --- README.rst | 8 ++++---- .../{{ cookiecutter.project_slug }}/README.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index b370e423..f68e5ba5 100755 --- a/README.rst +++ b/README.rst @@ -39,17 +39,17 @@ It it entirely generated using this **Python Package Template:** Generated Python Package Features --------------------------------- -1. **Test Suite**, using `pytest`_, located in `tests`_ dir +1. **Test Suite**, using `pytest`_, located in `tests` dir 2. **Parallel Execution** of Unit Tests, on multiple cpu's -3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs`_ dir -4. **Automation**, using `tox`_, driven by single `tox.ini`_ file +3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs` dir +4. **Automation**, using `tox`_, driven by single `tox.ini` file a. **Code Coverage** measuring b. **Build Command**, using the `build`_ python package c. **Pypi Deploy Command**, supporting upload to both `pypi.org`_ and `test.pypi.org`_ servers d. **Type Check Command**, using `mypy`_ e. **Lint** *Check* and `Apply` commands, using `isort`_ and `black`_ -5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/`_ +5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/` a. **Job Matrix**, spanning different `platform`'s and `python version`'s diff --git a/src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst b/src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst index 85b546f5..2f8442da 100644 --- a/src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst +++ b/src/cookiecutter_python/{{ cookiecutter.project_slug }}/README.rst @@ -28,17 +28,17 @@ Development ----------- Here are some useful notes related to doing development on this project. -1. **Test Suite**, using `pytest`_, located in `tests`_ dir +1. **Test Suite**, using `pytest`_, located in `tests` dir 2. **Parallel Execution** of Unit Tests, on multiple cpu's -3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs`_ dir -4. **Automation**, using `tox`_, driven by single `tox.ini`_ file +3. **Documentation Pages**, hosted on `readthedocs` server, located in `docs` dir +4. **Automation**, using `tox`_, driven by single `tox.ini` file a. **Code Coverage** measuring b. **Build Command**, using the `build`_ python package c. **Pypi Deploy Command**, supporting upload to both `pypi.org`_ and `test.pypi.org`_ servers d. **Type Check Command**, using `mypy`_ e. **Lint** *Check* and `Apply` commands, using `isort`_ and `black`_ -5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/`_ +5. **CI Pipeline**, running on `Github Actions`_, defined in `.github/` a. **Job Matrix**, spanning different `platform`'s and `python version`'s