Skip to content

Commit

Permalink
Doc touch ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trigona-Harany committed Aug 1, 2024
1 parent 1688c6c commit 433e78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The package sources are available at https://github.com/bosth/plpygis. Building
Tests
~~~~~

Tests require `pytest <https://docs.pytest.org/>`.
Tests require `pytest <https://docs.pytest.org/>`_.

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion doc/source/subclasses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <plpygis.geometry.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 <plpygis.geometry.Geometry>` class:

* :class:`Point <plpygis.geometry.Point>`
* :class:`LineString <plpygis.geometry.LineString>`
Expand Down

0 comments on commit 433e78f

Please sign in to comment.