Metadata-Version: 1.1
Name: sphinxjp.themes.basicstrap
Version: 0.3.0
Summary: A sphinx theme for Basicstrap style. Using Twitter Bootstrap.
Home-page: https://github.com/tell-k/sphinxjp.themes.basicstrap
Author: tell-k
Author-email: ffk2005 at gmail dot com
License: MIT
Description: Basicstrap style theme for Sphinx. Using Twitter Bootstrap.
        
        Features
        ========
        * Provide ``basicstrap`` theme for render HTML document.
        * Using `Twitter Bootstrap <http://twitter.github.com/bootstrap/>`_.
        * Support Responsive Design.
        * Change the layout flexibility.
        * `Google Web Fonts <http://www.google.com/webfonts>`_ available.
        * `Font Awesome <http://fortawesome.github.com/Font-Awesome/>`_ available.
        * Easily change the design. by `Bootswatch <http://bootswatch.com/>`_.
        
        
        Set up
        ======
        Make environment with pip::
        
            $ pip install sphinxjp.themes.basicstrap
        
        Make environment with easy_install::
        
            $ easy_install sphinxjp.themes.basicstrap
        
        
        Convert Usage
        =============
        setup conf.py with::
        
            extensions = ['sphinxjp.themecore']
            html_theme = 'basicstrap'
        
        and run::
        
            $ make html
        
        .. caution:: Caution when upgrading from 0.1.1 to 0.2.0
        
         * In version 0.1.1, the header color was black in the default, it has become white in 0.2.0. 
         * If you like the black color header, please set to True the 'header_inverse' option. 
        
        Requirement
        ===========
        * Python 2.7 or later (not support 3.x)
        * Sphinx 1.1.x or later.
        * sphinxjp.themecore 0.1.3 or later
        
        Using
        ===========
        * Twitter Bootstrap 2.3.2
        * jQuery 1.8.3
        * Bootswatch
        * Font Awesome 3.2.1
        
        License
        =======
        
        * sphinxjp.themes.basicstrap Licensed under the `MIT license <http://www.opensource.org/licenses/mit-license.php>`_ .
        * `Twitter Bootstrap is licensed under the Apache license <https://github.com/twitter/bootstrap/blob/master/LICENSE>`_.
        * `Bootswatch is licensed under the Apache license <https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE>`_.
        * `Font Awesome is licensed under the license <https://github.com/FortAwesome/Font-Awesome>`_.
        * `Geo is licensed under the license <https://github.com/divshot/geo-bootstrap>`_
        
        See the LICENSE file for specific terms.
        
        AUTHORS
        =======
        
        Sphinx template, css, packaging
        -------------------------------
        * tell-k <ffk2005 at gmail.com>
        
        History
        =======
        
        0.3.0(Jun 28, 2013)
        ---------------------
        * Fixed bug `#5 "Goolgle Web Font" is not reflected <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/5>`_.
        * Update Twitter Bootstrap ver2.3.2
        * Update Bootswatch Theme for Twitter Bootstrap ver2.3.2
        * Update Font Awesome ver3.2.1
        * Add new Innner Theme `bootswatch-flatly <http://bootswatch.com/flatly/>`_ from Bootswatch.
        * Add new Innner Theme `geo-bootstrap <http://divshot.github.io/geo-bootstrap/>`_.
        * Add new option of html_theme_optios. 'h1_size' 〜 'h6_size'.
        
        0.2.0(Feb 11, 2013)
        ---------------------
        * Fixed bug `#1 "Quick Search" in the table of contents is missing <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/1>`_.
        * `#2 adding "navbar-inverse" option <https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/4>`_.
        * Integrated Bootswatch
        * Integrated Font Awesome ver3.0
        
        0.1.1 (Dec 26, 2012)
        ---------------------
        * Adjust css
        * Update Twitter Bootstrap ver2.2.2
        * Update jQuery ver1.8.3
        
        0.1.0 (Dec 23, 2012)
        ---------------------
        * 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
