You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
65
65
* 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.
66
66
* All contributors shall be listed at https://github.com/geopython/pygeoapi/graphs/contributors
67
67
* 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)
69
69
70
70
### Version Control Branching
71
71
@@ -92,16 +92,16 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
92
92
93
93
### Testing
94
94
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)
97
97
98
98
99
99
### Documentation
100
100
101
101
* documentation is managed in `docs/`, in reStructuredText format
102
102
*[Sphinx](https://www.sphinx-doc.org) is used to generate the documentation
103
103
* 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)
105
105
106
106
107
107
### Wiki
@@ -116,7 +116,7 @@ Your contribution will be under our [license](https://github.com/geopython/pygeo
116
116
* 80 characters
117
117
* spaces, not tabs
118
118
* 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)
0 commit comments