Metadata-Version: 1.1
Name: sphinxcontrib-traceables0.2
Version: 0.2.0
Summary: Sphinx extension that adds traceability within documentation
Home-page: https://github.com/superzerg/sphinxcontrib-traceables
Author: Yves Renier
Author-email: yves.renier@epfl.ch
License: Apache 2.0
Description: sphinxcontrib-traceables
        ==============================================================================
        
        |pypi-version| |pypi-downloads| |docs-status| |build-status|
        |coverage-status| |pypi-license|
        
        A Sphinx extension offering traceability within documentation.
        
        This extension provides functionality to define traceable items and
        relationships between them in documentation generated by `Sphinx`_.
        It also offers visualization of the traceables in various forms, such
        as relationship graphs.
        
        More information is available here:
        
        - Documentation: https://sphinxcontrib-traceables.readthedocs.org/en/latest/
        - Download: https://pypi.python.org/pypi/sphinxcontrib-traceables0.2
        - Development: https://github.com/superzerg/sphinxcontrib-traceables
        
        As the original package (https://github.com/t4ngo/sphinxcontrib-traceables) seems to be unmaintained, I updated
        it so it is compatible with python3 and `Sphinx`_ >= 2.1.
        Thanks to `t4ngo`_ for the great extension and to `rexut`_ for the upgrade to python3.
        
        .. _Sphinx: http://sphinx-doc.org/
        
        .. _t4ngo: https://github.com/t4ngo
        
        .. _rexut: https://github.com/rexut
        
        .. |docs-status| image:: https://readthedocs.org/projects/sphinxcontrib-traceables/badge/?version=latest
            :alt: Documentation status
            :scale: 100%
            :target: https://sphinxcontrib-traceables.readthedocs.org/en/latest/?badge=latest
        
        .. |build-status| image:: https://api.travis-ci.org/superzerg/sphinxcontrib-traceables.svg
            :alt: Build status
            :target: https://travis-ci.org/superzerg/sphinxcontrib-traceables
        
        .. |coverage-status| image:: https://coveralls.io/repos/github/superzerg/sphinxcontrib-traceables/badge.svg
           :target: https://coveralls.io/github/superzerg/sphinxcontrib-traceables
           :alt: Test coverage status
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/sphinxcontrib-traceables0.2.svg
            :alt: Latest version at PyPI
            :target: https://pypi.python.org/pypi/sphinxcontrib-traceables0.2
        
        .. |pypi-downloads| image:: https://img.shields.io/pypi/dm/sphinxcontrib-traceables0.2.svg
            :alt: Downloads from PyPI last month
            :target: https://pypi.python.org/pypi/sphinxcontrib-traceables0.2
        
        .. |pypi-license| image:: https://img.shields.io/github/license/superzerg/sphinxcontrib-traceables
            :alt: Licence@GitHub
            :target: https://github.com/superzerg/sphinxcontrib-traceables/blob/master/LICENSE.rst
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
