0xPolygonZero / plonky2

Apache License 2.0
755 stars 278 forks source link

Add math rendering with Katex #1459

Closed Nashtare closed 8 months ago

Nashtare commented 8 months ago

Add math rendering with katex. Should be automatic for crates.io. For local rendering, one can use:

RUSTDOCFLAGS="--html-in-header .cargo/katex-header.html" cargo doc --no-deps --open

I just updated the documentation on the gates module and CosetInterpolationGate for some rendering idea.

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud