sphinxcontrib-bibtex

Software Screenshot:
sphinxcontrib-bibtex
Software Details:
Version: 0.2.8
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 10

Rating: nan/5 (Total Votes: 0)

sphinxcontrib-bibtex is a Sphinx extension that allows bibtex references to be inserted into your documentation. The extension adds a bibliography directive, and a cite role, which work similarly to LaTeX's \bibliography and \cite commands.
author: Matthias C. M. Troffaes.

Inspired by bibstuff.sphinxext.bibref by Matthew Brett.

Installation

Install the module with pip install sphinxcontrib-bibtex, or from source using python setup.py install. Then add:

extensions = ['sphinxcontrib.bibtex']

to your project's Sphinx configuration file conf.py.

Minimal Example

In your project's documentation, you can then write for instance:

See :cite:`1987:nelson` for an introduction to non-standard analysis.

.. bibliography:: refs.bib

where refs.bib would contain an entry:

@Book{1987:nelson,
 author = {Edward Nelson},
 title = {Radically Elementary Probability Theory},
 publisher = {Princeton University Press},
 year = {1977},
 series = {Annals of Mathematical Studies}
}

Requirements:

  • Python
  • Sphinx

Similar Software

Comments to sphinxcontrib-bibtex

Comments not found
Add Comment
Turn on images!