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 provide
- Introduction section of the documentation
- A page including the variable mapping
- README update
## 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
Run the following command to compile the documentation:
```shell
cargo doc --no-deps --open
```
Note that you might need to run `cargo clean` before compiling to see
the changes.
## Issue(s)
Closes#60
---------
Co-authored-by: Raphael <raphael.r.toledo@gmail.com>
Co-authored-by: Tolik Zinovyev <aszinovyev@gmail.com>
Why
An introductory level of documentation is needed.
What
Linked to issue #51
The text was updated successfully, but these errors were encountered: