diff --git a/wx/lib/ogl/bmpshape.py b/wx/lib/ogl/bmpshape.py index 90af389c..49f7fe69 100644 --- a/wx/lib/ogl/bmpshape.py +++ b/wx/lib/ogl/bmpshape.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`BitmapShape` class. +The :class:`~lib.ogl.bmpshape.BitmapShape` class. """ from .basic import RectangleShape diff --git a/wx/lib/ogl/canvas.py b/wx/lib/ogl/canvas.py index 8eda7ca9..f34913bd 100644 --- a/wx/lib/ogl/canvas.py +++ b/wx/lib/ogl/canvas.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`ShapeCanvas` class. +The :class:`~lib.ogl.canvas.ShapeCanvas` class. """ import wx from .lines import LineShape diff --git a/wx/lib/ogl/composit.py b/wx/lib/ogl/composit.py index 42de23e8..4277ee35 100644 --- a/wx/lib/ogl/composit.py +++ b/wx/lib/ogl/composit.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`CompositeShape` class. +The :class:`~lib.ogl.composit.CompositeShape` class. """ import sys import wx diff --git a/wx/lib/ogl/diagram.py b/wx/lib/ogl/diagram.py index 2293335b..c79007f5 100644 --- a/wx/lib/ogl/diagram.py +++ b/wx/lib/ogl/diagram.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`Diagram` class. +The :class:`~lib.ogl.diagram.Diagram` class. """ import wx diff --git a/wx/lib/ogl/divided.py b/wx/lib/ogl/divided.py index 57548969..5787600d 100644 --- a/wx/lib/ogl/divided.py +++ b/wx/lib/ogl/divided.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`DividedShape` class. +The :class:`~lib.ogl.divided.DividedShape` class. """ import sys import wx diff --git a/wx/lib/ogl/drawn.py b/wx/lib/ogl/drawn.py index 5495109a..3cc9cda9 100644 --- a/wx/lib/ogl/drawn.py +++ b/wx/lib/ogl/drawn.py @@ -11,7 +11,7 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The class :class:`DrawnShape`. +The class :class:`~lib.ogl.drawn.DrawnShape`. THIS DOES NOT SEEM TO BE USED ANYWHERE diff --git a/wx/lib/ogl/lines.py b/wx/lib/ogl/lines.py index 8f66e1c2..82617b07 100644 --- a/wx/lib/ogl/lines.py +++ b/wx/lib/ogl/lines.py @@ -11,7 +11,8 @@ # Tags: phoenix-port, unittest, py3-port, documented #---------------------------------------------------------------------------- """ -The :class:`LineShape` class may have arrowheads at the beginning and end. +The :class:`~lib.ogl.lines.LineShape` class may have arrowheads at the +beginning and end. """ import sys import math