Metadata-Version: 1.1
Name: sphinxjp.themes.tinkerbelizehole
Version: 0.1.95
Summary: A single column blogging theme tool for Tinkerer, based on belizehole color.
Home-page: https://github.com/naoiwata/sphinxjp.themes.tinkerbelizehole
Author: nao iwata
Author-email: orrrizzle{at}gmail.com
License: MIT
Description: ==================================
        sphinxjp.themes.tinkerbelizehole
        ==================================
        
        Output sample
        =============
        
        :output: http://naoiwata.bitbucket.org/demo/tinkerbelizehole/
        
        Feature
        =======
        
        A single column blogging theme tool for Tinkerer, based on belizehole color.
        
        Installation
        ============
        
        Make environment with easy_install:
        
        .. sourcecode:: sh
        
           $ easy_install sphinxjp.themes.tinkerbelizehole
        
        
        Make environment with pip:
        
        .. sourcecode:: sh
        
           $ pip install sphinxjp.themes.tinkerbelizehole
        
        
        setup conf.py with:
        
        .. sourcecode:: sh
        
           html_theme = 'tinkerbelizehole'
           extensions = [..., 'sphinxjp.themecore']
        
        
        and run:
        
        .. sourcecode:: sh
        
           $ tinker -b
        
        
        Requirement
        ===========
        
        Libraries:
        
        * Python 2.4 or later
        * Sphinx 1.0.x or later.
        * Tinkerer 1.0.x 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.14)
        ------------------
        * Optimized layout for smartphones and tablets
        
        0.1.0 (2013.09.16)
        ------------------
        * 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
