python-tldp/tldp
Martin A. Brown dfc9855991 logic overhaul; abstract inventory creation
each function was creating its own inventory; this is not necessary
also, if a user wants only to build a single document, it is not necessary to
scan the entire source and output directory (small, but perceptible speedup to
the end user)
better checking of the various different possible argument types, since an
argument can be a filename, a status_class or a stem
2016-02-29 20:33:33 -08:00
..
doctypes perform the processor prebuild check first 2016-02-27 11:13:58 -08:00
.gitignore yes, the usual .gitignore 2016-02-11 11:27:36 -08:00
__init__.py add config.py to the tldp package 2016-02-23 11:04:20 -08:00
cascadingconfig.py messed up indentation 2016-02-29 11:37:13 -08:00
config.py pep8/pyflakes 2016-02-29 20:32:36 -08:00
driver.py logic overhaul; abstract inventory creation 2016-02-29 20:33:33 -08:00
inventory.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
ldpcollection.py adding commonal parent class LDPDocumentCollection 2016-02-22 20:00:24 -08:00
outputs.py add __name__ to getLogger() calls 2016-02-25 12:29:55 -08:00
sources.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
typeguesser.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
utils.py pep8/pyflakes 2016-02-29 20:33:14 -08:00