You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project is at version 0.62.0 but the API docs that are linked are labeled as version 0.44.0
Maybe there is a good reason.. but maybe there should be some warning? Especially since it's linked to from the main README
I just hit some warning about clojure.core.matrix/rank where I couldn't :require both clojure.core.matrix and clojure.core.matrix.linear (weird that you have namespaces clash in the same library)
I was very confused for a few minutes b/c I couldn't find clojure.core.matrix/rank in the API docs
The text was updated successfully, but these errors were encountered:
Hi @geokongh It was meant to be set up so that the documentation builds to the github.io site, but something seems to have broken. Will take a look when I get the chance.
Since the docs are so out of date, would it be worthwhile to do rebuild them by hand at this point? That's not as good as an automatic rebuild procedure, obviously, but might be easier as a temporary fix.
The project is at version 0.62.0 but the API docs that are linked are labeled as version 0.44.0
Maybe there is a good reason.. but maybe there should be some warning? Especially since it's linked to from the main README
I just hit some warning about
clojure.core.matrix/rank
where I couldn't:require
bothclojure.core.matrix
andclojure.core.matrix.linear
(weird that you have namespaces clash in the same library)I was very confused for a few minutes b/c I couldn't find
clojure.core.matrix/rank
in the API docsThe text was updated successfully, but these errors were encountered: