Metadata-Version: 1.2
Name: sphinxcontrib-sphinx-swagger2-api-doc
Version: 0.0.10.dev6
Summary: a tools for sphinx gen doc from swagger2 api
Home-page: http://www.sphinx-doc.org/
Author: yishenggudou
Author-email: yishenggudou@gmail.com
License: BSD 2
Description: =====================================
        sphinxcontrib-sphinx-swagger2-api-doc
        =====================================
        
        .. image:: https://travis-ci.org/yishenggudou/sphinxcontrib-sphinx-swagger2-api-doc.svg?branch=master
            :target: https://travis-ci.org/yishenggudou/sphinxcontrib-sphinx-swagger2-api-doc
        
        a tools for sphinx gen doc from swagger2 api
        
        Overview
        --------
        
        Add a longer description here.
        
        INSTALL
        --------------------
        
        .. code-block::bash
        
            pip install sphinxcontrib-sphinx-swagger2-api-doc
        
        
        USAGE
        ----------
        
        .. code-block:: rst
        
            .. swagger:: /v1/api/test/
                :method: GET
                :title: test API
                :summary: sssss
        
        Links
        -----
        
        - Source: https://github.com/yishenggudou/sphinxcontrib-sphinx-swagger2-api-doc
        - Bugs: https://github.com/yishenggudou/sphinxcontrib-sphinx-swagger2-api-doc/issues
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Python: >3.0
