harvard-edge / cs249r_book

Collaborative book Machine Learning Systems
https://harvard-edge.github.io/cs249r_book/
Other
204 stars 87 forks source link

References.qmd #137

Closed profvjreddi closed 2 months ago

profvjreddi commented 5 months ago

I had to remove references.qmd which would compile one long list of references from all the smaller .bib files. The references also don't render at the bottom of the document, only at the end. It would be nice to resolve this issue.

profvjreddi commented 4 months ago

@uchendui is it possible to create a github action that builds a single references.bib file from all the .bib files found in the contents/ directory so that we can then use that to build the PDF?

uchendui commented 4 months ago

Yes, that should be possible! I can search around for some existing solutions for combining code files

profvjreddi commented 2 months ago

This was resolved with an update to Quarto 1.4.0 version as they added support for this.