-
Notifications
You must be signed in to change notification settings - Fork 60
BUG: plugin API citations auto-format citation title capitalization #341
Description
Bug Description
Plugin citation titles become capitalized (and subsequent letters lowercase) in the plugin API documentation, even if the titles should not be capitalized (or all caps). This is not consistent with the bibtex citations in the source code. Problematic for software article titles, e.g., see examples below.
Steps to reproduce the behavior
See examples:
q2-dada2
observed: Dada2: high-resolution sample inference from Illumina amplicon data
expected: DADA2: high-resolution sample inference from Illumina amplicon data
q2-sample-classifier
observed: Q2-sample-classifier: machine-learning tools for microbiome classification and regression
expected: q2-sample-classifier: machine-learning tools for microbiome classification and regression
q2-longitudinal
observed: Q2-longitudinal: a qiime 2 plugin for longitudinal and paired-sample analyses of microbiome data
expected: q2-longitudinal: a qiime 2 plugin for longitudinal and paired-sample analyses of microbiome data
Expected behavior
Titles should not auto-capitalize