Metadata-Version: 1.1
Name: restructuredWeb
Version: 1.0.0
Summary: Web directives for use with Sphinx.
Home-page: https://github.com/lakhman/restructuredWeb
Author: Anil Lakhman
Author-email: restructured.web@anil.io
License: The MIT License

Copyright (c) 2016-2017 Anil Lakhman https://anil.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Description-Content-Type: UNKNOWN
Description: =========================================
        ``restructuredWeb`` directives for Sphinx
        =========================================
        
        .. image:: https://img.shields.io/pypi/v/restructuredWeb.svg
           :target: https://pypi.python.org/pypi/restructuredWeb
        
        .. image:: https://travis-ci.org/lakhman/restructuredWeb.svg?branch=master
           :target: https://travis-ci.org/sphinx-doc/sphinx
        
        .. image:: https://coveralls.io/repos/github/lakhman/restructuredWeb/badge.svg?branch=master
           :target: https://coveralls.io/github/lakhman/restructuredWeb?branch=master
        
        A collection of directives to be used with `Sphinx <https://github.com/sphinx-doc/sphinx>`_.
        
        ----------
        Installing
        ----------
        
        Install from PyPI.
        
        .. code-block:: shell
        
            pip install -U restructuredWeb
        
        Enable the extension in your ``conf.py``.
        
        .. code-block:: python
        
           extensions = [
               # Add the extension in your conf.py
               'restructuredWeb',
           ]
        
        **Demo site:** https://lakhman.github.io/restructuredBootstrap/
Keywords: sphinx,bootstrap,restructuredText
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Documentation
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Documentation
Classifier: Framework :: Sphinx
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
