diff --git a/README.md b/README.md index 0d62202..ac1e2d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ISOKANN +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://axsk.github.io/VoronoiGraph.jl/dev) + This should be the reference implementation for ISOKANN. Currently things are still fluctuating, so we have different implementations diff --git a/docs/make.jl b/docs/make.jl index 7b6c655..f95f3f6 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,4 @@ using Documenter - -push!(LOAD_PATH, "..") using ISOKANN makedocs( @@ -13,6 +11,6 @@ makedocs( # Documenter can also automatically deploy documentation to gh-pages. # See "Hosting Documentation" and deploydocs() in the Documenter manual # for more information. -#=deploydocs( - repo = "" -)=# +deploydocs( + repo="github.com/axsk/ISOKANN.jl.git" +)