mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
Merge pull request #94 from wernerfb/15Feb-olg-doc
- make Sphinx links in module doc work
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# Tags: phoenix-port, unittest, py3-port, documented
|
||||
#----------------------------------------------------------------------------
|
||||
"""
|
||||
The :class:`Diagram` class.
|
||||
The :class:`~lib.ogl.diagram.Diagram` class.
|
||||
"""
|
||||
import wx
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user