You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Content
This PR aims to create a generic structure for cargo documentation. The
content will be filled out by each section is implemented.
## Pre-submit checklist
- Branch
- [X] Commit sequence broadly makes sense
- [X] Key commits have useful messages
- PR
- [X] No clippy warnings in the CI
- [X] Self-reviewed the diff
- [X] Useful pull request description
- [X] Reviewer requested
- Documentation
- [X] Update README file (if relevant)
- [X] Update documentation website (if relevant)
## Comments
To compile the documentation run the following command:
```shell
RUSTDOCFLAGS="--html-in-header docs/assets/katex-header.html" cargo doc --no-deps --open
```
Note that `cargo clean` is sometimes required to see the changes.
## Issue(s)
Relates to #51 and Closes#56
Why
To give more in-depth information about Alba, and how this implementation relates to the paper.
What
Implement comprehensive documentation for the Alba project that we can compile through
cargo doc
commandTasks
The text was updated successfully, but these errors were encountered: