Metadata-Version: 1.0
Name: sphinxjp.themes.sphinxjp
Version: 0.1.0
Summary: A sphinx theme for sphinx-users.jp site.
Home-page: http://bitbucket.org/shimizukawa/sphinxjp.themes.sphinxjp
Author: Takayuki SHIMIZUKAWA
Author-email: shimizukawa at gmail dot com
License: MIT
Description: A sphinx theme for sphinx-users.jp site.
        
        Features
        ========
        * provide ``sphinxjp`` theme used on the sphinx-users.jp site
          ( http://sphinx-users.jp/ ).
        
        Setup
        =====
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.sphinxjp
        
        
        Convert Usage
        ==============
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore']
            html_theme = 'sphinxjp'
        
        and run::
        
            $ make html
        
        
        Requirements
        ============
        * sphinx 1.0.x or later.
        * sphinxjp.themecore
        
        
        License
        =======
        Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        See the LICENSE file for specific terms.
        
        
        AUTHORS
        ========
        
        * Daigo3 <stain.witness AT gmail.com> sphinx-users.jp
        * Takayuki SHIMIZUKAWA <shimizukawa AT gmail.com> sphinx-users.jp
        
        
        History
        =======
        
        0.1.0 (2011/2/19)
        ------------------
        * 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
