From 8b6b6827784c94f744fcb69a850638c07df7706b Mon Sep 17 00:00:00 2001 From: vandomej Date: Thu, 7 Oct 2021 02:51:11 -0700 Subject: [PATCH] Adding gemla documentation --- gemla/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/gemla/Cargo.toml b/gemla/Cargo.toml index 99096ae..b7a90b7 100644 --- a/gemla/Cargo.toml +++ b/gemla/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" description = "Using evolutionary computation to generate machine learning algorithms" homepage = "https://github.com/vandomej/GEMLA" repository = "https://github.com/vandomej/GEMLA" +documentation = "https://docs.rs/gemla/" readme = "../README.md" keywords = ["genetic", "evolve", "machine", "learning", "algorithm"] categories = ["simulation"]