Metadata-Version: 1.1
Name: pyccoon
Version: 0.1.7
Summary: Side-to-side documentation generator, a descendant of Pycco and Docco.
Home-page: https://github.com/ckald/pyccoon
Author: Andrii Magalich
Author-email: andrew.magalich@gmail.com
License: MIT
Description: 
        | |Pyccoon|
        
        | |PyPi package|
        | |Build Status|
        | |Downloads|
        
        Side-to-side documentation generator. Fork of the
        `Pycco <http://fitzgen.github.io/pycco/>`__, grandfork of the
        `Docco <http://jashkenas.github.com/docco/>`__. And an object-oriented
        one.
        
        "**Pyccoon**" is a side-to-side documentation generator.
        
        It descended from `Pycco <https://github.com/fitzgen/pycco>`__ — a Python port of
        `Docco <http://jashkenas.github.com/docco/>`__:
        the original quick-and-dirty, hundred-line-long, literate-programming-style
        documentation generator.
        
        Pyccoon produces a static HTML website that displays your comments
        alongside your code. Comments are formatted by
        `Markdown <http://daringfireball.net/projects/markdown/syntax>`__,
        while the code is syntax highlighted by `Pygments <http://pygments.org/>`__.
        `MathJax <https://www.mathjax.org/>`__ helps with the TeX notes.
        
        `See how it works <http://ckald.github.io/pyccoon/>`__
        or read more on `Github <https://github.com/ckald/pyccoon>`__.
        
        
        
        History
        -------
        
        0.1.0 (2014-09-07)
        ---------------------
        
        * First release on PyPI.
Keywords: pyccoon
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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 :: Implementation :: PyPy
