Metadata-Version: 1.1
Name: sphinxcontrib-bibtex
Version: 0.3.6
Summary: A Sphinx extension for BibTeX style citations.
Home-page: https://github.com/mcmtroffaes/sphinxcontrib-bibtex
Author: Matthias C. M. Troffaes
Author-email: matthias.troffaes@gmail.com
License: BSD
Download-URL: https://pypi.python.org/pypi/sphinxcontrib-bibtex
Description: This extension allows `BibTeX <http://www.bibtex.org/>`_
        citations to be inserted into documentation generated by
        `Sphinx <http://sphinx-doc.org/>`_, via
        a ``bibliography`` directive, and a ``cite`` role, which
        work similarly to LaTeX's ``thebibliography`` environment
        and ``\cite`` command.
        
        For formatting, the extension relies on
        `pybtex <http://pybtex.org/>`_
        written by Andrey Golovizin.
        The extension is inspired by Matthew Brett's
        `bibstuff.sphinxext.bibref <https://github.com/matthew-brett/bibstuff>`_.
        
        * Download: https://pypi.python.org/pypi/sphinxcontrib-bibtex/#downloads
        
        * Documentation: http://sphinxcontrib-bibtex.readthedocs.org/en/latest/
        
        * Development: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/
        
        .. |travis| image:: https://travis-ci.org/mcmtroffaes/sphinxcontrib-bibtex.png?branch=develop
            :target: https://travis-ci.org/mcmtroffaes/sphinxcontrib-bibtex
            :alt: travis-ci
        
        .. |coveralls| image:: https://coveralls.io/repos/mcmtroffaes/sphinxcontrib-bibtex/badge.png?branch=develop
            :target: https://coveralls.io/github/mcmtroffaes/sphinxcontrib-bibtex?branch=develop
            :alt: coveralls.io
        
        .. |downloads| image:: https://pypip.in/d/sphinxcontrib-bibtex/badge.png
            :target: https://pypi.python.org/pypi/sphinxcontrib-bibtex/
            :alt: downloads
        
        .. |version| image:: https://pypip.in/v/sphinxcontrib-bibtex/badge.png
            :target: https://pypi.python.org/pypi/sphinxcontrib-bibtex/
            :alt: latest version
        
        .. |license| image:: https://pypip.in/license/sphinxcontrib-bibtex/badge.png
            :target: https://pypi.python.org/pypi/sphinxcontrib-bibtex/
            :alt: license
        
Platform: any
Classifier: Development Status :: 4 - Beta
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
