On Fri, Apr 11, 2008 at 9:09 PM, Nathan <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 11, 2008 at 5:29 PM, Alex Holkner <[EMAIL PROTECTED]> wrote:
> > Yep, this parameter was added after 1.1alpha2. I only update the
> > online docs with each release. You can use
> >
> > tools/gendoc.sh html-api
> >
> > to generate your own set of API docs (no requirements, as epydoc is
> > included in the tools directory).
FYI, when I generate the docs on my local machine, I get a bunch of
warnings (see below), but the documentation seems to have been built
just fine as far as I can tell.
$ tools/gendoc.sh html-api
Generating HTML API...
+------------------------------------------------------------------------------------------------
| In /Users/nathan/projects/pyglet/pyglet/sprite.py:
| Import failed (but source code parsing was successful).
| Error: AttributeError: 'module' object has no attribute 'image' (line 103)
|
+------------------------------------------------------------------------------------------------
| In /Users/nathan/projects/pyglet/pyglet/image/__init__.py:
| Import failed (but source code parsing was successful).
| Error: ImportError: cannot import name atlas (line 149)
|
+------------------------------------------------------------------------------------------------
| In /Users/nathan/projects/pyglet/pyglet/image/atlas.py:
| Import failed (but source code parsing was successful).
| Error: ImportError: cannot import name atlas (line 149)
|
+------------------------------------------------------------------------------------------------
| In /Users/nathan/projects/pyglet/pyglet/font/__init__.py:
| Import failed (but source code parsing was successful).
| Error: ImportError: cannot import name atlas (line 81)
|
+------------------------------------------------------------------------------------------------
| In /Users/nathan/projects/pyglet/pyglet/font/base.py:
| Import failed (but source code parsing was successful).
| Error: ImportError: cannot import name atlas (line 81)
|
+------------------------------------------------------------------------------------------------
| File
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/HTMLParser.py,
line
| 68, in HTMLParser.HTMLParser
| Warning: Line 71: Improper paragraph indentation.
|
+------------------------------------------------------------------------------------------------
| File
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/HTMLParser.py,
line
| 102, in HTMLParser.HTMLParser.feed
| Warning: Line 104: Improper paragraph indentation.
|
Warning: Error importing epydoc.markup.restructuredtext for markup
language restructuredtext: No
module named docutils.core
~ Nathan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---