From b021687fc30bbf3fa845485e9a08d7839a16a15d Mon Sep 17 00:00:00 2001 From: Daniel Boros Date: Sun, 22 Oct 2023 22:29:56 +0200 Subject: [PATCH] chore: update docs --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4b2e76..1937705 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A Rust library for stochastic processes and models. +Minimal documentation is available at [docs.rs](https://docs.rs/stochastic-rs/). + # Implementations @@ -47,6 +49,7 @@ A Rust library for stochastic processes and models. - [ ] Variance Gamma model - [ ] Normal Inverse Gaussian model -# Usage - -Minimal ocumentation is available at [docs.rs](https://docs.rs/stochastic-rs/). +## Future work +- [ ] Add more tests +- [ ] Add more examples +- [ ] Full documentation