Currently all references in Rust are in https://github.com/NNPDF/eko/blob/master/crates/ekore/refs.bib . This file gets parsed via https://github.com/NNPDF/eko/blob/master/crates/make_bib.py into a module https://github.com/NNPDF/eko/blob/master/crates/ekore/src/bib.rs with a bunch of pub fn, which we then use as references in the documentation. This module is linked into all (other) crates.
We should split the references according to the crate, where they are actually used and not just link.
Currently all references in Rust are in https://github.com/NNPDF/eko/blob/master/crates/ekore/refs.bib . This file gets parsed via https://github.com/NNPDF/eko/blob/master/crates/make_bib.py into a module https://github.com/NNPDF/eko/blob/master/crates/ekore/src/bib.rs with a bunch of
pub fn, which we then use as references in the documentation. This module is linked into all (other) crates.We should split the references according to the crate, where they are actually used and not just link.