[geos-commits] [SCM] GEOS branch main updated. addad480bddde9b13e1bbe9e695071b4ba554ede
git at osgeo.org
git at osgeo.org
Fri Oct 25 16:01:11 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via addad480bddde9b13e1bbe9e695071b4ba554ede (commit)
from 793e19a7d997e05ff817e9741a40f17371ed9276 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit addad480bddde9b13e1bbe9e695071b4ba554ede
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Oct 25 16:00:46 2024 -0700
Add link to examples from C section
diff --git a/README.md b/README.md
index 53ab71e7b..c7e621a72 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,7 @@ linker flags for building against the C library:
All functionality of the C API is available through the `geos_c.h` header file.
Documentation for the C API is provided via comments in the `geos_c.h` header
-file. C API usage examples can be found in the GEOS unit tests and in the
-source code of software that uses GEOS, such as PostGIS and the sf package
-for R.
+file. C API usage examples can be found in the [examples](examples/) directory.
### Using the C++ interface
@@ -96,7 +94,7 @@ classes, e.g. `#include <geos/algorithm/distance/DiscreteHausdorffDistance.h>`.
#include <geos.h>
-C++ usage examples can be found in [examples](examples/).
+C++ usage examples can be found in the [examples](examples/) directory.
### Using other languages
-----------------------------------------------------------------------
Summary of changes:
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list