Skip to content

Commit

Permalink
HARMONY-1859: Fix readthedocs format.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Sep 9, 2024
1 parent 1840365 commit 2c56856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harmony/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ def __repr__(self) -> str:

class WKT:
"""The Well Known Text (WKT) representation of Spatial.
Supported WKT geometry types are: POINT, MULTIPOINT, POLYGON, MULTIPOLYGON.
Supported WKT geometry types are: POINT, MULTIPOINT, POLYGON, MULTIPOLYGON.\
Example:
.. code-block:: python
spatial=WKT('POINT(-40 10)')
spatial=WKT('MULTIPOINT((-77 38.9),(-40 10))')
spatial=WKT('POLYGON((-140 20, -50 20, -50 60, -140 60, -140 20))')
Expand Down

0 comments on commit 2c56856

Please sign in to comment.