Metadata-Version: 1.1
Name: sphinxjp.themes.tinkerpress
Version: 0.1.1
Summary: A tinkerer theme like some famous blogging tool.
Home-page: https://github.com/shkumagai/sphinxjp.themes.tinkerpress
Author: Shoji KUMAGAI
Author-email: take dot this dot 2 dot your dot grave at gmail dot com
License: MIT
Description: =============================
         sphinxjp.themes.tinkerpress
        =============================
        
        Some famous blogging tool style for Tinkerer
        
        
        Output sample
        =============
        :output: http://shkumagai.github.io/blog/index.html
        
        
        Feature
        =======
        * provide tinkerer blog theme like some famous blogging tool
        
        
        Installation
        ============
        Make environment with easy_install::
        
           $ easy_install sphinxjp.themes.tinkerpress
        
        
        setup conf.py with::
        
           html_theme = 'tinkerpress'
           extensions = [..., 'sphinxjp.themecore']
        
        .. note::
           The latest version of Sphinx (1.2b2 or higher) is includes the
           sphinxjp.themecore functionalities. Therefore you do not need to
           modify 'extensions' value if you use Sphinx version 1.2b2 or higher.
        
        and run::
        
           $ tinker -b
        
        Enjoy!
        
        
        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
        -------------------------------
        * Shoji KUMAGAI <take.this.2.your.grave at gmail.com> Sphinx-users.jp
        
        HISTORY
        =======
        
        0.1.1 (2013.09.18)
        ------------------
        * fix typo
        * add note
        * add LICENSE.txt
        
        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
