-
Notifications
You must be signed in to change notification settings - Fork 131
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
Document PSE fork features #226
Document PSE fork features #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for documenting all this Han!
I have a couple of extra suggestions (which we can address in other PRs if you prefer):
- Include examples in the
halo2_proofs
examples folder about every single API experimental feature. Such that one can easily get some guidelines on how to use them. Then link the examples to the corresponding book sections. - Add some info on the README.md about this book section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Still think would be valuable to add minimal code pieces with feature examples and how the API looks.
But we can defer that for a future PR!
Thanks for the amendments!
Resolves #223
Also pick the fix from #195