From 433e78faf58a55194e1d5a0f8cdfb3915ca871c7 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Thu, 1 Aug 2024 07:44:22 +0200 Subject: [PATCH] Doc touch ups --- doc/source/installation.rst | 2 +- doc/source/subclasses.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 533f3a5..d1514ed 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -29,7 +29,7 @@ The package sources are available at https://github.com/bosth/plpygis. Building Tests ~~~~~ -Tests require `pytest `. +Tests require `pytest `_. .. code-block:: console diff --git a/doc/source/subclasses.rst b/doc/source/subclasses.rst index f936360..044e808 100644 --- a/doc/source/subclasses.rst +++ b/doc/source/subclasses.rst @@ -15,7 +15,7 @@ New instances of the three base shapes (points, lines and polygons) may be creat Conversion ---------- -Converting to a new ``plpygis`` geometry from a WKB, WKT GeoJSON or Shapely instance, will produce a new subclass of the base :class:`Geometry ` class: +Converting to a new ``plpygis`` geometry from a WKB, WKT, GeoJSON or Shapely instance, will produce a new subclass of the base :class:`Geometry ` class: * :class:`Point ` * :class:`LineString `