Skip to content

Split references in Rust into individual crates #551

Description

@felixhekhorn

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationrustRust extension related

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions