Metadata-Version: 1.0
Name: ubuntudesign.documentation-builder
Version: 1.2.2
Summary: A command-line tool for building documentation from repositories into HTML files. Initially based on https://github.com/juju/docs/blob/master/tools/mdbuild.py.
Home-page: https://github.com/ubuntudesign/documentation-builder
Author: Canonical webteam
Author-email: robin+pypi@canonical.com
License: UNKNOWN
Description: Ubuntu documentation builder
        ============================
        
        .. image:: https://travis-ci.org/CanonicalLtd/documentation-builder.svg?branch=master
           :alt: build status
           :target: https://travis-ci.org/CanonicalLtd/documentation-builder
        
        .. image:: https://coveralls.io/repos/github/CanonicalLtd/documentation-builder/badge.svg?branch=master
           :alt: code coverage
           :target: https://coveralls.io/github/CanonicalLtd/documentation-builder
        
        
        A tool for building a set of documentation files in HTML format, from a
        remote git repository containing markdown files.
        
        Installation
        ------------
        
        .. code:: bash
        
            snap install documentation-builder
        
        For more information see `the documentation <docs/en/>`__.
        
        Tests
        ----
        
        To run tests:
        
        .. code:: bash
        
            ./setup.py test
        
Platform: UNKNOWN
