Merge pull request #94 from wernerfb/15Feb-olg-doc

- make Sphinx links in module doc work
This commit is contained in:
Robin Dunn
2015-02-07 13:01:43 -08:00
7 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -11,7 +11,7 @@
# Tags: phoenix-port, unittest, py3-port, documented
#----------------------------------------------------------------------------
"""
The :class:`Diagram` class.
The :class:`~lib.ogl.diagram.Diagram` class.
"""
import wx

View File

@@ -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

View File

@@ -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

View File

@@ -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