Skip to content

Commit 8087db5

Browse files
authored
fix format (#2057)
1 parent 45cac60 commit 8087db5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
6565
* Pull requests may include copyright in the source code header by the contributor if the contribution is significant or the contributor wants to claim copyright on their contribution.
6666
* All contributors shall be listed at https://github.com/geopython/pygeoapi/graphs/contributors
6767
* Unclaimed copyright, by default, is assigned to the main copyright holders as specified in https://github.com/geopython/pygeoapi/blob/master/LICENSE.md
68-
* further notes can be found in the `documentation <https://docs.pygeoapi.io/en/latest/development.html#testing>`_
68+
* further notes can be found in the [documentation](https://docs.pygeoapi.io/en/latest/development.html#testing)
6969

7070
### Version Control Branching
7171

@@ -92,16 +92,16 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
9292

9393
### Testing
9494

95-
* testing is performed using `pytest <https://pytest.org>`_ and covers all major components (API core, providers, formatters, managers, etc.)
96-
* additional information can be found in the `documentation <https://docs.pygeoapi.io/en/latest/development.html#testing>`_
95+
* testing is performed using [pytest](https://pytest.org) and covers all major components (API core, providers, formatters, managers, etc.)
96+
* additional information can be found in the [documentation](https://docs.pygeoapi.io/en/latest/development.html#testing)
9797

9898

9999
### Documentation
100100

101101
* documentation is managed in `docs/`, in reStructuredText format
102102
* [Sphinx](https://www.sphinx-doc.org) is used to generate the documentation
103103
* See the [reStructuredText Primer](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) on rST markup and syntax
104-
* additional information can be found in the `documentation <https://docs.pygeoapi.io/en/latest/development.html#building-the-documentation>`_
104+
* additional information can be found in the [documentation](https://docs.pygeoapi.io/en/latest/development.html#building-the-documentation)
105105

106106

107107
### Wiki
@@ -116,7 +116,7 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
116116
* 80 characters
117117
* spaces, not tabs
118118
* pygeoapi, NOT PyGeoAPI, pygeoAPI, etc.
119-
* additional information can be found in the `documentation <https://docs.pygeoapi.io/en/latest/development.html#linting>`_
119+
* additional information can be found in the [documentation](https://docs.pygeoapi.io/en/latest/development.html#linting)
120120

121121
## Suggesting Enhancements
122122

0 commit comments

Comments
 (0)