Updated apidocs

This commit is contained in:
Kovid Goyal 2007-01-13 17:48:44 +00:00
parent 3fc53270b5
commit 0be8846706
4 changed files with 15 additions and 19 deletions

View File

@ -1,4 +1,4 @@
APIDOCS=/var/www/libprs500.kovidgoyal.net//htdocs/apidocs
APIDOCS=/var/www/libprs500.kovidgoyal.net/htdocs/apidocs
all: doc sdist egg

View File

@ -7,7 +7,7 @@ url: http://libprs500.kovidgoyal.net
# The list of modules to document. Modules can be named using
# dotted names, module filenames, or package directory names.
# This option may be repeated.
modules: libprs500/*.py, libprs500.lrf, usb, struct
modules: src/libprs500/*.py, libprs500.lrf, struct
output: pdf
target: docs/pdf
@ -36,7 +36,7 @@ css: white
# The "top" page for the documentation. Can be a URL, the name
# of a module or class, or one of the special names "trees.html",
# "indices.html", or "help.html"
top: libprs500
# top: libprs500
# verbosity
# An integer indicating how verbose epydoc should be. The default

View File

@ -7,9 +7,9 @@ url: http://libprs500.kovidgoyal.net
# The list of modules to document. Modules can be named using
# dotted names, module filenames, or package directory names.
# This option may be repeated.
modules: libprs500/*.py, libprs500.lrf, usb, struct
modules: src/libprs500/*.py, libprs500.lrf, struct
# Write html output to the directory "apidocs"
# Write html output to the directory "docs"
output: html
target: docs/html
@ -37,7 +37,7 @@ link: <a href="http://libprs500.kovidgoyal.net">libprs500</a>
# The "top" page for the documentation. Can be a URL, the name
# of a module or class, or one of the special names "trees.html",
# "indices.html", or "help.html"
top: libprs500
#top:
# verbosity
# An integer indicating how verbose epydoc should be. The default

View File

@ -120,11 +120,7 @@ class PRS500Device(Device):
"""
Contains the logic for performing various tasks on the reader.
The implemented tasks are:
0. Getting information about the device
1. Getting a file from the device
2. Listing of directories. See the C{list} method.
Each method decorated by C{safe} performs a task.
"""
VENDOR_ID = 0x054c #: SONY Vendor Id