python-tldp/tldp
Martin A. Brown ea2139373c simplify docbuild function; factor out logic
remove the logic from the docbuild function which executes both the --script
generation and the --build generation as the core loop over the document set.
create ancillary functions to prepare the document set for --script mode or
--build mode
add functions to create and remove the build directories in --build mode
add a --publish cleanup function to leave our --builddir clean (unless there
was a failure)
2016-03-08 09:16:46 -08:00
..
doctypes removing boilerplate; go from asciidoc to docbook45 2016-03-08 09:16:33 -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 fixes 2016-03-07 12:10:49 -08:00
driver.py simplify docbuild function; factor out logic 2016-03-08 09:16:46 -08:00
inventory.py add support for --doctypes and --statustypes 2016-03-06 11:29:13 -08:00
ldpcollection.py adding commonal parent class LDPDocumentCollection 2016-02-22 20:00:24 -08:00
outputs.py pep8/pyflakes fixes 2016-03-07 12:10:49 -08:00
sources.py add an empty entry for "working" attribute 2016-03-07 18:54:32 -08:00
typeguesser.py pep8/pyflakes 2016-02-29 20:33:14 -08:00
utils.py relocating function 2016-03-07 22:13:23 -08:00