mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated apidocs
This commit is contained in:
parent
3fc53270b5
commit
0be8846706
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
APIDOCS=/var/www/libprs500.kovidgoyal.net//htdocs/apidocs
|
||||
APIDOCS=/var/www/libprs500.kovidgoyal.net/htdocs/apidocs
|
||||
|
||||
all: doc sdist egg
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user