Metadata-Version: 1.0
Name: sphinxjp.themes.bizstyle
Version: 0.1.0
Summary: A sphinx theme for Business style Documentation.
Home-page: https://bitbucket.org/shkumagai/sphinxjp.themes.bizstyle
Author: Shoji KUMAGAI
Author-email: take dot this dot 2 dot your dot grave at gmail dot com
License: MIT
Description: Business style documentation theme for Sphinx.
        
        Features
        ========
        * provide ``bizstyle`` theme for render HTML document.
        
        
        Set up
        ======
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.bizstyle
        
        
        Convert Usage
        =============
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore']
            html_theme = 'bizstyle'
        
        and run::
        
            $ make html
        
        
        Requirement
        ===========
        * Python 2.4 or later (not support 3.x)
        * Sphinx 1.0.x or later.
        
        
        License
        =======
        Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        See the LICENSE file for specific terms.
        
        AUTHORS
        =======
        
        Sphinx template, css, packaging
        -------------------------------
        * Shoji KUMAGAI <take.this.2.your.grave at gmail.com> sphinx-users.jp
        
        History
        =======
        
        0.1.0 (Mar xx, 2011)
        ---------------------
        * first release
        
Keywords: sphinx,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
