Lots more docstring refs fixed

This commit is contained in:
Robin Dunn
2016-07-06 20:20:10 -07:00
parent 98e74b6de9
commit cc3190e240
82 changed files with 1269 additions and 1269 deletions

View File

@@ -120,9 +120,9 @@ class FloatCanvas(wx.Panel):
"""
Default class constructor.
:param Window `parent`: parent window. Must not be ``None``;
:param wx.Window `parent`: parent window. Must not be ``None``;
:param integer `id`: window identifier. A value of -1 indicates a default value;
:param `size`: a tuple or :class:`Size`
:param `size`: a tuple or :class:`wx.Size`
:param `ProjectionFun`: This allows you to change the transform from
world to pixel coordinates. We can point to :meth:`~lib.floatcanvas.FloatCanvas.FloatCanvas.FlatEarthProjection`
for an example -- though that should really be a class method, or even