Skip to content

Commit b3b16d5

Browse files
committed
Fix sphinx directives again
* pygorithm/geometry/polygon2.py - another attribute->attr and missing tick marks
1 parent 2836f50 commit b3b16d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygorithm/geometry/polygon2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ class Polygon2(object):
3737
3838
.. caution::
3939
40-
The normals in the :py:attribute:~pygorithm.geometry.polygon2.Polygon2.normals:
40+
The normals in the :py:attr:`~pygorithm.geometry.polygon2.Polygon2.normals`
4141
are not necessarily the same length as
42-
:py:attr:~pygorithm.geometry.polygon2.Polygon2.points: or
43-
:py:attr:~pygorithm.geometry.polygon2.Polygon2.lines:. It is only
42+
:py:attr:`~pygorithm.geometry.polygon2.Polygon2.points` or
43+
:py:attr:`~pygorithm.geometry.polygon2.Polygon2.lines`. It is only
4444
guarranteed to have no two vectors that are the same or opposite
4545
directions, and contain either the vector in the same direction or opposite
4646
direction of the normal vector for every line in the polygon.

0 commit comments

Comments
 (0)