Metadata-Version: 1.1
Name: sphinxjp.themes.tinkerturquoise
Version: 0.1.0
Summary: A single column blogging theme tool for Tinkerer, based on turquoise color.
Home-page: https://github.com/naoiwata/sphinxjp.themes.tinkerturquoise
Author: nao iwata
Author-email: orrrizzle{at}gmail.com
License: MIT
Description: ================================
         sphinxjp.themes.tinkerturquoise
        ================================
        
        Output sample
        =============
        :output: http://naoiwata.bitbucket.org/demo/tinkerturquoise/
        
        
        Feature
        =======
        A single column blogging theme tool for Tinkerer, based on turquoise color.
        
        
        Installation
        ============
        Make environment with easy_install::
        
           $ easy_install sphinxjp.themes.tinkerturquoise
        
        Make environment with pip:
        
           $ pip install sphinxjp.themes.tinkerturquoise
        
        setup conf.py with::
        
           html_theme = 'tinkerturquoise'
           extensions = [..., 'sphinxjp.themecore']
        
        
        and run::
        
           $ tinker -b
        
        
        Requirement
        ===========
        Libraries:
        
        * Python 2.4 or later (not support 3.x)
        * Sphinx 1.0.x or later.
        * Tinkerer 1.0.x or later.
        
        
        Browsers:
        
        * Safari
        * Chrome
        * Firefox 10 or later
        
        
        License
        =======
        Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        See the LICENSE file for specific terms.
        
        
        .. END
        
        AUTHORS
        =======
        
        Sphinx template, css, packaging
        -------------------------------
        * nao iwata <naoiwata.info at gmail.com> Sphinx-users.jp
        
        HISTORY
        =======
        
        0.1.0 (2013.09.17)
        ------------------
        * first release
        
Keywords: tinkerer,sphinxjp,reStructuredText,theme
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
