BibtexEntryType#

class documenteer.citations.BibtexEntryType(*values)#

Bases: StrEnum

The BibTeX entry type to compose a citation as.

Attributes Summary

misc

For works without a more specific type, such as datasets and websites.

techreport

For technical reports, including Rubin technotes.

Attributes Documentation

misc = 'misc'#

For works without a more specific type, such as datasets and websites.

This is the entry type DataCite’s own BibTeX export uses.

techreport = 'techreport'#

For technical reports, including Rubin technotes.