From 2f47534fb30ceb4c7345c883a58d84eb56d1ce54 Mon Sep 17 00:00:00 2001 From: alexanderlerch Date: Fri, 22 Apr 2022 21:04:18 -0400 Subject: [PATCH] updated readme to include link to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2afff36..b57018d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ conventions: > - [Non-Negative Matrix Factorization](https://github.com/alexanderlerch/ACA-Code/blob/master/ToolSimpleNmf.m) > - [Viterbi](https://github.com/alexanderlerch/ACA-Code/blob/master/ToolViterbi.m) algorithm +The auto-generated documentation can be found [here](https://alexanderlerch.github.io/ACA-Code/). ## design principles Please note that the provided code examples are only _intended to showcase