Metadata-Version: 1.0
Name: sphinxcontrib-scaladomain
Version: 0.1a1
Summary: Sphinx domain for Scala APIs
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Georges Discry
Author-email: georges@discry.be
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-scaladomain
Description: ============
        Scala Domain
        ============
        
        :author: Georges Discry <georges@discry.be>
        
        A Sphinx_ extension that provides a Scala_ domain.
        
        .. _Scala: http://www.scala-lang.org/
        .. _Sphinx: http://sphinx.pocoo.org/latest
        
        Installation
        ============
        
        This extension can be installed from the Python Package Index::
        
           pip install sphinxcontrib-scaladomain
        
        Alternatively, you can clone the sphinx-contrib_ repository from BitBucket and
        install the extension directly from the repository::
        
           hg clone http://bitbucket.org/birkenfeld/sphinx-contrib
           cd sphinx-contrib/scaladomain
           python setup.py install
        
        .. _sphinx-contrib: http://bitbucket.org/birkenfeld/sphinx-contrib
        
        Usage
        =====
        
        Please refer to the documentation_ for further information.
        
        .. _documentation: http://packages.python.org/sphinxcontrib-scaladomain
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
