Metadata-Version: 1.1
Name: sphinx-rfc2119
Version: 0.0.5
Summary: RFC2119 directives for Sphinx documentation
Home-page: https://github.com/monkeypants/sphinx.rfc2119
Author: Chris Gough
Author-email: christopher.d.gough-pypi@gmail.com
License: GPLv3
Description: 
        The purpose of this sphinx extension is enable markup of requirements per the definitions in RFC 2119.
        
         * http://sphinx-doc.org
         * https://www.ietf.org/rfc/rfc2119.txt
        
        This is supported by a suite of requirement directives that correspond to the RFC 2119 keywords. There are also a suite of requirement list directives that support documenting reqiurements (that have been defined with the rfc2119 directives).
        
        This module is in ALPHA status. Feedback / pull requests very welcome. Development occurs on GitHub:
        
         * https://github.com/monkeypants/sphinx.rfc2119/
        
        Documentation is a bit strange - I used the directives to document what it is supposed to do. Which was handy as I made it, but probably not very readable.
        
        Basically, add the module to your the conf.py of your repo then use the directives. They have lower case names.
        
        
Keywords: RFC2119 directives Sphinx docutils
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
