-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cargo documentation for centralized version #34
Conversation
This reverts commit 5ec24a1.
d308d35
to
760f217
Compare
Perhaps we should enable the CI docs for this branch? |
CI is a good idea. Perhaps we could have a small preview of what documentation looks like before our code is more stable? Suggest making a PR with a skeleton: some placeholder text for the future documentation, enable CI, and move the website folder? We also should think about where the design doc will go. |
Content
This is the first draft of the comprehensive documentation for the Telescope-ALBA protocol. The scope and content will differ from the existing documentation currently available.
The goal of this document is to bridge theory and practical implementation by providing a seamless connection between code documentation (
rust doc
) and user-friendly explanations based on the paper.This draft was generated using the cargo doc tool. Once published online, the output could serve as an intuitive interface for the library. (See this.)
This PR includes:
cargodocs
to operate modules' documentation./cargodocs
to include following markdowns:centralized.md
decentralized.md
intro.md
lottery.md
overview.md
wdecentralized.md
katex-header.html
, especially for LaTeX math symbols.Pre-submit checklist
Comments
README
has been updated but will be changed and improved.raph@alba-bound
, so it will only include the centralized case documentation.overview.md
,intro.md
, andcentralized.md
are taken from the hackmd document but will be revised.Run the command to compile documentation locally:
RUSTDOCFLAGS="--html-in-header src/katex-header.html" cargo doc --no-deps --open
Issue(s)
Relates to #51