Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs (easy) #291

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Fix docs (easy) #291

merged 2 commits into from
Feb 1, 2024

Conversation

huitseeker
Copy link
Member

Improves rustdoc formatting, fixes one error which is throwing up our CI:
https://github.com/lurk-lab/arecibo/actions/workflows/docs.yml

src/spartan/batched_ppsnark.rs Outdated Show resolved Hide resolved
src/spartan/batched_ppsnark.rs Outdated Show resolved Hide resolved
src/spartan/batched_ppsnark.rs Outdated Show resolved Hide resolved
@@ -1,5 +1,5 @@
//! This module implements Nova's evaluation engine using `HyperKZG`, a KZG-based polynomial commitment for multilinear polynomials
//! HyperKZG is based on the transformation from univariate PCS to multilinear PCS in the Gemini paper (section 2.4.2 in https://eprint.iacr.org/2022/420.pdf).
//! HyperKZG is based on the transformation from univariate PCS to multilinear PCS in the Gemini paper (section 2.4.2 in `<https://eprint.iacr.org/2022/420.pdf>`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the correct way to denote URLs in markdown?

Copy link
Member Author

@huitseeker huitseeker Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Updated references in documentation comments, changing from Kotlin-style to rustdoc style.
- Corrected the use of brackets to backticks for proper Rust code referencing in the comments in the `lib.rs` and `r1cs/mod.rs` files.
- The changes made were purely stylistic and cosmetic. No modifications were made to the actual code logic or implementation.
- Updated hyperlink format in `HyperKZG` module documentation.
- CI should be testing this when rust-lang/rust#56232 resolves.
@huitseeker huitseeker added this pull request to the merge queue Feb 1, 2024
Merged via the queue into argumentcomputer:dev with commit 22616f5 Feb 1, 2024
9 checks passed
@huitseeker huitseeker deleted the fix_docs branch February 1, 2024 23:20
samuelburnham pushed a commit to samuelburnham/arecibo that referenced this pull request Feb 2, 2024
* add bitwise AND example (argumentcomputer#289)

* add bitwise AND example

* fix cargo clippy

* Fix typos (argumentcomputer#290)

* fix typo

* fix typo

* Fix typo

* Remove absorbing of running instance (argumentcomputer#291)

* Remove absorbing of running instance

* Update value of NUM_FE_FOR_RO

* Update expected values in tests

* Add comment

* cargo fmt

* relax requirements on the size of public IO and add a note about NIFS (argumentcomputer#294)

* relax requirements on the size of public IO

* add a note

---------

Co-authored-by: Srinath Setty <[email protected]>
Co-authored-by: GoodDaisy <[email protected]>
Co-authored-by: Varun Thakore <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants