Metadata-Version: 1.0
Name: sphinx.webtools
Version: 0.2.2
Summary: Sphinx web tools for python web frameworks
Home-page: http://bitbucket.org/florent/sphinx-webtools
Author: Florent PIGOUT
Author-email: florent.pigout@gmail.com
License: BSD
Description: Sphinx WebTools 0.1
        ===================
        
        Some tools to manage sphinx docs in python web framework:
        
            - generate docs
            - get contents and links
            - search functionalities
        
        1. Plugin install
        -----------------
        
        Download the plugin sources, unzip the archive and type the easy_install command
        from the project folder::
        
            $ easy_install setup.py install
        
        Trigger tests::
        
            $ python setup.py test
        
        2. Next updates
        ---------------
        
        This project version implements sphinx basic functionalities.
        
        Please do not hesitate to send emails or patches if you have further needs or
        if the plugin does not manage your sphinx docs the way you want.
Platform: UNKNOWN
