cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 75 forks source link

Add DocumenterKey env variable to travis to enable doc deployment #79

Closed OkonSamuel closed 4 years ago

OkonSamuel commented 4 years ago

@cstjean.DOCUMENTER_KEY env variable needs to be added to travis settings for this repo to enable doc deployment. See https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#travis-ssh-1 for how to do this.

I don't have sufficient permissions to do this.

cstjean commented 4 years ago

I did it, but it's my first time, so let me know if anything is wrong. I'll let you close.

OkonSamuel commented 4 years ago

works. https://cstjean.github.io/ScikitLearn.jl/dev/ It's dev until we tag a release

cstjean commented 4 years ago

Looks a lot better!

The link https://cstjean.github.io/ScikitLearn.jl/dev/man/examples_refer/ is broken.

OkonSamuel commented 4 years ago

fixed