Mirror of our build engine
Go to file
Martin A. Brown f17d164b52 allow creation of empty SourceCollection; fixes
Allow creation of an empty SourceCollection, which can be handed around in the
driver to allow for higher-level document wrangling
fix bad, always-failing directory check (thank you, testing)
clarify handling of documents living in a directory and the generation of the
fileset
2016-02-16 23:40:09 -08:00
tests pep8 and pyflakes fixes 2016-02-16 19:55:40 -08:00
tldp allow creation of empty SourceCollection; fixes 2016-02-16 23:40:09 -08:00
.gitignore no need to track the .pyc files 2016-02-15 21:06:07 -08:00
README.rst initial commit 2016-02-10 19:22:23 -08:00
setup.py initial commit 2016-02-10 19:22:23 -08:00

README.rst

tldp - tools for publishing from TLDP sources
=============================================

TLDP = The Linux Documentation Project.
These are a set of scripts that process committed documents in the
TLDP document source repository to an output tree of choice.

Installation
------------

You can install, upgrade, uninstall tldp tools with these commands::

  $ pip install tldp
  $ pip install --upgrade tldp
  $ pip uninstall tldp

There's also a package for Debian/Ubuntu, but it's not always the
latest version.

Example usages:
---------------

FIXME:  Missing examples.

Links
-----

* `Output documentation tree (sample) <http://www.tldp.org/>`_

* `Source tree on GitHub <https://github.com/tLDP/LDP>`_