Skip to content

Commit

Permalink
Update documentation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed May 30, 2019
1 parent 64063c1 commit ddbb806
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions pydocs/source/modules/meshing/MultiPolyMesherIo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ because each mesh can be generated from many different polygons. It may sometime
each cell came from.

.. autoclass:: xms.mesher.meshing.MultiPolyMesherIo
:members:

.. automethod:: __init__
:members:
2 changes: 1 addition & 1 deletion pydocs/source/modules/meshing/PolyRedistributePts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Example:
polygon_corners = [(0, 0, 0), (0, 100, 0), (100, 100, 0),
(100, 0, 0), (0, 0, 0)]
rp = PolyRedistributePoints()
rp.set_constant_size_func(10)
rp.set_constant_size_function(10)
redistributed_points = rp.redistribute(polygon_corners)
Expand Down
2 changes: 0 additions & 2 deletions pydocs/source/modules/meshing/RefinePoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ your :class:`MultiPolyMesherIo <xms.mesher.meshing.MultiPolyMesherIo>` object.

.. autoclass:: xms.mesher.meshing.RefinePoint
:members:

.. automethod:: __init__

0 comments on commit ddbb806

Please sign in to comment.