Merge pull request #274 from ahojnnes/doc-update

DOC: Overall cleanups.
This commit is contained in:
Stefan van der Walt
2012-08-26 06:20:47 -07:00
10 changed files with 62 additions and 56 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
"""
====================
Approximate Polygons
====================
===================================
Approximatea and subdivide polygons
===================================
This example shows how to approximate polygonal chains with the Douglas-Peucker
algorithm.
This example shows how to approximate (Douglas-Peucker algorithm) and subdivide
(B-Splines) polygonal chains.
"""
import numpy as np