icesat2py/icepyx

custom bib entry labeling with pybtex

Open

#146 opened on Oct 30, 2020

 (0 comments) (0 reactions) (0 assignees)Python (119 forks)auto 404
documentationenhancementhelp wanted

Repository metrics

Stars
 (256 stars)
PR merge metrics
 (PR metrics pending)

Description

We use the sphinx extension for bibtex to include references in our documentation. The extension (sphinxcontrib.bibtex) uses pybtex under the hood to parse and format the bibtex entries. It would be great if we could customize the labels that are used for each reference entry (or remove them), but the pybtex examples are thin on how to control what bibtex entry field is used for the label or how to customize it.

Contributor guide