Metadata-Version: 1.1
Name: releases
Version: 1.6.3
Summary: A Sphinx extension for changelog manipulation
Home-page: https://github.com/bitprophet/releases
Author: Jeff Forcier
Author-email: jeff@bitprophet.org
License: UNKNOWN
Description: .. image:: https://secure.travis-ci.org/bitprophet/releases.png?branch=master
                :target: https://travis-ci.org/bitprophet/releases
        
        What is Releases?
        =================
        
        Releases is a Python (2.7, 3.4+) compatible `Sphinx <http://sphinx-doc.org>`_
        (1.3+) extension designed to help you keep a source control friendly, merge
        friendly changelog file & turn it into useful, human readable HTML output.
        
        Specifically:
        
        * The source format (kept in your Sphinx tree as ``changelog.rst``) is a
          stream-like timeline that plays well with source control & only requires one
          entry per change (even for changes that exist in multiple release lines).
        * The output (when you have the extension installed and run your Sphinx build
          command) is a traditional looking changelog page with a section for every
          release; multi-release issues are copied automatically into each release.
        * By default, feature and support issues are only displayed under feature
          releases, and bugs are only displayed under bugfix releases. This can be
          overridden on a per-issue basis.
        
        Some background on why this tool was created can be found in `this blog post
        <http://bitprophet.org/blog/2013/09/14/a-better-changelog/>`_.
        
        For more documentation, please see http://releases.readthedocs.io.
        
        .. note::
            You can install the development version via ``pip install -e
            git+https://github.com/bitprophet/releases/#egg=releases``.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
