Metadata-Version: 1.1
Name: sphinxjp.usaturn
Version: 0.2.0
Summary: a sphinx extension to add new admonition named `usaturn`
Home-page: http://bitbucket.com/tk0miya/sphinxjp.usaturn
Author: Takeshi Komiya
Author-email: i.tkomiya at gmail.com
License: Apache License 2.0
Download-URL: http://pypi.python.org/pypi/sphinxjp.usaturn
Description: ================
        sphinxjp.usaturn
        ================
        
        `sphinxjp.usaturn` is sphinx extension to add `usaturn` admonition.
        This extension enable you to add wonderful admonition notaiton.
        
        Example::
        
          .. usaturn:: Hello world!
        
        
        This is memorial package for `SphinxCon JP 2014`_ . Let's enjoy Sphinx!
        
        .. _SphinxCon JP 2014: http://sphinx-users.jp/event/20141026_sphinxconjp/index.html
        
        See more examples are in http://packages.python.org/sphinxjp.usaturn/ .
        
        Install
        =======
        
        Use pip::
        
           $ pip install sphinxjp.usaturn
        
        And configure your `conf.py`::
        
           # Enabled extensions
           extensions = ['sphinxjp.usaturn']
        
        
        Directive
        =========
        
        **.. usaturn::**
        
           This directive insert a `usaturn` admonition into the document.
        
           Example::
        
             .. usaturn:: Hello world!
        
        License
        =======
        Apache License 2.0
        
Keywords: document
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
