geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
490 stars 260 forks source link

Fix typo in ogcapi-processes.rst #1715

Closed C-Loftus closed 2 months ago

C-Loftus commented 3 months ago

The docs render "Shapely_" instead of linking to the Shapely link defined in the bottom of the rst file. This commit fixes that and properly links to https://shapely.readthedocs.io/ There seems to have been a minor syntax error here.

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

C-Loftus commented 3 months ago

For reference, I previously fixed #1709 and am currently reading through the pygeoapi docs.

I wanted to submit any fixes as they came up so I didn't forget, but if you prefer larger PRs and don't like multiple small fixes like these, please let me know. Don't want to add labeling boilerplate for you each time.