Metadata-Version: 1.1
Name: collective.sphinx.includechangelog
Version: 0.1.1
Summary: Include changelog extracted from egg information  into sphinx documentation.
Home-page: http://github.com/collective/collective.sphinx.includechangelog
Author: Jean Francois Roche
Author-email: jfroche@affinitic.be
License: GPL
Description: Introduction
        ============
        
        Tired of copy paste HISTORY.txt to sphinx documentation, this package just
        do the same but via code (using setuptools methods).
        
        Usage
        =====
        
        Add a depedency on ``collective.sphinx.includechangelog``.
        
        And just add into your sphinx document::
        
        .. includechangelog:: your.package
        
        
        Changelog
        =========
        
        0.1.1 (2013-06-07)
        ------------------
        
        * Fix when package referred by directive is not found.
          [gotcha]
        
        
        0.1 (2009-11-23)
        ----------------
        
        * Initial private release.
          [jfroche]
        
Keywords: sphinx changelog
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
