From d5482eae708b419157e5a822ae84e377d2198f41 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Wed, 12 Jun 2019 23:22:34 -0700 Subject: [PATCH] Updated readme --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f9c8222..4fc5e86 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,18 @@ Apatite is meant to be a collecion of mathmatical and scientific computing algor require "apatite" ``` -TODO: Write usage instructions here, but first write the library... +Check out the [documentation](https://watzon.github.io/apatite/) for usage examples. ## Roadmap -- [ ] Apetite - - [ ] Vector Math - - [ ] Matrix - - [ ] NDArray - - [x] Vector - - [ ] Line - - [ ] Plane - - [ ] Polygon - - [ ] LinkedList +- [ ] Linear Algebra + - [x] Vector + - [ ] Matrix (_in progress_) + - [ ] NDArray + - [ ] Line + - [ ] Plane + - [ ] Polygon + - [ ] LinkedList