From 86cf57dcf7be46603bc7274b79e129240bf5a858 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 5 Dec 2024 18:57:33 -0500 Subject: [PATCH] Remove backticks on the root home page --- docs/source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 875b403b..365a1750 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,4 +1,4 @@ -# `geoarrow-rs` +# geoarrow-rs The geoarrow-rs repository contains a Rust implementation, Python bindings, and JavaScript (WebAssembly) bindings of the [GeoArrow](https://geoarrow.org) memory specification for efficiently storing geospatial vector geometries, connected to geospatial algorithms implemented by the [GeoRust community](https://georust.org/).