Metadata-Version: 1.1
Name: doc8
Version: 0.1.5
Summary: style checker for sphinx (or other) rst documentation.
Home-page: https://github.com/harlowja/doc8
Author: UNKNOWN
Author-email: UNKNOWN
License: ASL 2.0
Description: ====
        Doc8
        ====
        
        Doc8 is a *opinionated* style checker for sphinx (or other) `rst`_
        documentation.
        
        QuickStart
        ==========
        
        ::
        
            pip install doc8
        
        To run doc8 just invoke it against any doc directory::
        
            $ doc8 coolproject/docs
        
        .. _rst: http://docutils.sourceforge.net/docs/ref/rst/introduction.html
Keywords: rst docs style checking
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
