Metadata-Version: 1.1
Name: sphinxjp.themes.tinkerturquoise
Version: 0.2.0
Summary: A Two 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:
        
        * Safari on iOS, Mac OS
        * Android Browser
        * Chrome
        * Firefox 10 or later
        
        Browsers:
        
        * Safari on iOS, Mac OS
        * Android Browser
        * 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 <orrrizzle{at}gmail.com>
        
        HISTORY
        =======
        
        0.2.0 (2014.01.13)
        ------------------
        * Optimized layout for smartphones and tablets
        
        0.1.1 (2014.01.07)
        ------------------
        * Modify information
        
        
        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
