Metadata-Version: 2.1
Name: sphinx-rfcsection
Version: 0.1.0
Summary: Intelligently title Sphinx references to RFC sections
Home-page: https://github.com/dgw/sphinx-rfcsection
Author: dgw
Author-email: dgw@technobabbl.es
License: GPLv3
Download-URL: https://pypi.org/project/sphinx-rfcsection/
Description: # sphinx-rfcsection
        `sphinx-rfcsection` is a minimal Sphinx extension to add sane automatic titles
        to RFC references with sections included.
        
        ## Implementation details
        For simplicity, this extension subclasses Sphinx's built-in `:rfc:` role from
        `sphinx.roles.RFC` (part of the Sphinx code since version 2.x). Just a small
        amount of custom logic automatically sets a custom title on the reference if
        appropriate, before delegating right back to the built-in code.
        
        ## License
        [GPLv3](https://opensource.org/licenses/GPL-3.0)
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
