audeering / audbcards

Data cards for audio datasets
https://audeering.github.io/audbcards/
Other
0 stars 0 forks source link

Handle descriptions containing | #72

Closed hagenw closed 6 months ago

hagenw commented 6 months ago

When parsing a description containing |, such as for the audioset dataset, one gets the following warning:

docs/databases/audioset.rst:27: WARNING: Inline substitution_reference start-string without end-string.

It can be fixed by doing:

description = db.description.replace("|", r"\|")