Metadata-Version: 2.1
Name: sphinxcontrib-doxylink
Version: 1.3
Summary: Sphinx extension for linking to Doxygen documentation.
Home-page: http://packages.python.org/sphinxcontrib-doxylink
Author: Matt Williams
Author-email: matt@milliams.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-doxylink
Keywords: sphinx,doxygen,documentation,c++
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Dist: Sphinx (>=0.6)
Requires-Dist: pyparsing

######################
sphinxcontrib-doxylink
######################

A Sphinx_ extension to link to external Doxygen API documentation.

Usage
-----

Please refer to the documentation_ for information on using this extension.

Installation
------------

This extension can be installed from the Python Package Index::

   pip install sphinxcontrib-doxylink

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/doxylink
   python setup.py install

.. _`Sphinx`: http://sphinx.pocoo.org/latest
.. _`sphinx-contrib`: http://bitbucket.org/birkenfeld/sphinx-contrib
.. _`documentation`: http://packages.python.org/sphinxcontrib-doxylink


