class Project:
Method | discover |
Find all document files in the source directory and put them in docnames . |
Method | doc2path |
Return the filename for the document name. |
Method | path2doc |
Return the docname for the filename if the file is a document. |
Method | restore |
Take over a result of last build. |
Instance Variable | docnames |
Undocumented |
Instance Variable | source_suffix |
Undocumented |
Instance Variable | srcdir |
Undocumented |
Method | __init__ |
Undocumented |
docnames
.Parameters | |
exclude_paths:List[ | Undocumented |
Returns | |
Set[ | Undocumented |
Return the filename for the document name.
If basedir is True, return as an absolute path. Else, return as a relative path to the source directory.
Parameters | |
docname:str | Undocumented |
basedir:bool | Undocumented |
Returns | |
str | Undocumented |