Home | Trees | Indices | Help |
---|
|
object --+ | BaseDocsLoader --+ | FileSystemDocsLoader
Load docs from the filesystem. This loader can find docs in folders on the filesystem and is the preferred way to load them.
The loader takes the path for design docs as a string or if multiple locations are wanted a list of them which is then looked up in the given order:
>>> loader = FileSystemDocsLoader('/path/to/templates') >>> loader = FileSystemDocsLoader(['/path/to/templates', '/other/path'])
You could also do the same to loads docs.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:41 2012 | http://epydoc.sourceforge.net |