- add module doc and flags

This commit is contained in:
Werner F Bruhin
2014-06-03 15:19:56 +02:00
parent 4b78726c55
commit 4a46798fde
3 changed files with 27 additions and 2 deletions

View File

@@ -10,9 +10,10 @@
# Version:
# Date:
# Licence:
# Tags: phoenix-port
# Tags: phoenix-port, unittest, documented, py3-port
#----------------------------------------------------------------------------
"""
This is where FloatCanvas defines its event types and binders.
"""
import wx

View File

@@ -1,4 +1,16 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: NavCanvas.py
# Purpose: Combines FloatCanvas with Navigation controls
#
# Author:
#
# Created:
# Version:
# Date:
# Licence:
# Tags: phoenix-port, unittest, documented, py3-port
#----------------------------------------------------------------------------
"""
Combines :class:`~lib.floatcanvas.FloatCanvas.FloatCanvas` with Navigation
controls onto a :class:`Panel`

View File

@@ -1,3 +1,16 @@
#!/usr/bin/env python
#----------------------------------------------------------------------------
# Name: __init__.py
# Purpose: The FloatCanvas package
#
# Author:
#
# Created:
# Version:
# Date:
# Licence:
# Tags: phoenix-port, unittest, documented, py3-port
#----------------------------------------------------------------------------
"""
This is the floatcanvas package, the main classes are
:class:`~lib.floatcanvas.FloatCanvas` and
@@ -105,7 +118,6 @@ Contact me at:
Chris.Barker@noaa.gov
Tags: phoenix-port, documented, unittest
"""
__version__ = "0.9.18"