Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 052d2e3

Browse files
committed
Fix links in tri docs, fixes warnings
1 parent 96540f4 commit 052d2e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/tri/triangulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class Triangulation(object):
2727
2828
Attributes
2929
----------
30-
edges
31-
neighbors
30+
`edges`
31+
`neighbors`
3232
is_delaunay : bool
3333
Whether the Triangulation is a calculated Delaunay
3434
triangulation (where `triangles` was not specified) or not.

lib/matplotlib/tri/tritools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TriAnalyzer(object):
2424
2525
Attributes
2626
----------
27-
scale_factors
27+
`scale_factors`
2828
2929
"""
3030
def __init__(self, triangulation):

0 commit comments

Comments
 (0)