Metadata-Version: 1.1
Name: docdown
Version: 0.2.0
Summary: DocDown is a Markdown extension for source code documentation.
Home-page: https://github.com/livio/DocDown-Python
Author: Jason Emerick, Justin Michalicek
Author-email: jason@mobelux.com, justin@mobelux.com
License: UNKNOWN
Description: ===============================
        Python DocDown
        ===============================
        
        Python DocDown is a suite of extensions for `Python Markdown`_.
        
        .. image:: https://travis-ci.org/livio/DocDown-Python.svg?branch=master
            :target: https://travis-ci.org/livio/DocDown-Python
        
        
        Documentation
        ----------------
        
        Run ``make docs`` to build the HTML documentation for Python DocDown
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`Python Markdown`: https://pypi.python.org/pypi/Markdown
        
        
        =======
        History
        =======
        
        0.2.0 (2019-05-29)
        ------------------
        
        * Add Platform Section Markdown Extension
        
        
        0.1.2 (2016-12-16)
        ------------------
        
        * Strip leading ./ from media urls when concatenating with a set media_url
          in media and sequence diagram extensions.
        
        
        0.1.1 (2016-12-15)
        ------------------
        
        * Fix the distribution so that template_adapters work
        
        0.1.0 (2016-12-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: docdown,markdown,documentation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
