From dc5130d5fe85f72af5adcf736309d01594c9fc88 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 7 Jan 2021 17:21:02 +0200 Subject: [PATCH] Avoid duplicate targets in the README. --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 1d2ba6e..2ff7976 100644 --- a/README.rst +++ b/README.rst @@ -57,8 +57,8 @@ docstrings in :code:`template/filters.py`. Testing ------- -Tests require `Pipenv <https://docs.pipenv.org>`_ and `Bats -<https://github.com/bats-core/bats-core>`_. Run the tests with the +Tests require Pipenv_ and +`Bats <https://github.com/bats-core/bats-core>`_. Run the tests with the following commands: .. code:: shell @@ -75,7 +75,7 @@ PyPy. Release ------- -Release requires `Pipenv <https://docs.pipenv.org>`_. To bump the version run +Release requires Pipenv_. To bump the version run :code:`pipenv run bumpversion major|minor|patch` to update the version and git commit and tag the changes, then run :code:`git push --follow-tags` to push the git commit and tag. The GitLab CI will then build and upload a release to PyPI. @@ -95,3 +95,5 @@ Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website <https://www.shore.co.il/>`_. Patches are welcome via `git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located at: https://git.shore.co.il/nimrod/. + +.. _Pipenv: https://docs.pipenv.org -- GitLab