============
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
