From cb920811d7874ec15f27ebee7c9e969df8324368 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 11 Jun 2022 18:57:52 -0700 Subject: [PATCH] don't make code blocks also links --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index c2792a60..becfc7e6 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -82,7 +82,7 @@ In general, pull requests should be made on the `develop` branch. ### Common development commands -You can find an inventory of commands in the `pyproject.toml`. Users can run the commands by typing `poe` followed by the name of the command ([`poe`](https://github.com/nat-n/poethepoet) can be installed on its own, or as part of `poetry install`). +You can find an inventory of commands in the `pyproject.toml`. Users can run the commands by typing `poe` followed by the name of the command ([Poe the Poet](https://github.com/nat-n/poethepoet) can be installed on its own, or as part of `poetry install`). A typical development workflow includes: