Metadata-Version: 2.4
Name: sphinxcontrib-inheritance
Version: 0.9.0
Summary: Documentation inheritance functionality for Sphinx
Home-page: https://bitbucket.org/nantic/sphinxcontrib-inheritance
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-inheritance
Author: NaN·tic
Author-email: info@nan-tic.com
License: BSD
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: Topic :: Documentation
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: path.py>=10.0
Requires-Dist: Sphinx<=1.4.9
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

inheritance
===========

http://packages.python.org/sphinxcontrib-inheritance

A Sphinx_ extension that allows to create documentation in a modular way.


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

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

  pip install sphinxcontrib-inheritance

Alternatively, you can clone the inheritance repository from BitBucket,
and install the extension directly from the repository::

  hg clone https://bitbucket.org/nantic/sphinxcontrib-inheritance
  cd sphinxcontrib-inheritance
  python setup.py install


Usage
-----

Please refer to the documentation_ for further information.


.. _`Sphinx`: http://sphinx.pocoo.org/latest
.. _documentation: http://packages.python.org/sphinxcontrib-inheritance

