opendp / opendp

The core library of differential privacy algorithms powering the OpenDP Project.

Home Page:https://opendp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

more markdown in generated docs

mccalluc opened this issue · comments

    Ok(format!(
-        "[{name} in Rust documentation.]({proof_uri}/opendp/{module}/fn.{name}.html)"
+        "[`{name}` in Rust documentation.]({proof_uri}/opendp/{module}/fn.{name}.html)"
    ))

There are notebooks that show this output that should also be updated.