Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documents and demos #83

Closed
Roger-luo opened this issue Aug 1, 2018 · 5 comments
Closed

Documents and demos #83

Roger-luo opened this issue Aug 1, 2018 · 5 comments

Comments

@Roger-luo
Copy link
Contributor

Hi Mike,

do you want to set up a Documenter.jl doc? I can make a PR for this.

Bests,
Roger

@MikeInnes
Copy link
Member

Sure, I think now's a good time to start having real docs for this.

@Roger-luo
Copy link
Contributor Author

Roger-luo commented Sep 17, 2018

could you set up the travis CI for me pls? I will need it for Documenter. (add the keys to it)

@MikeInnes
Copy link
Member

Should be set up -- let me know if that doesn't work.

@o314
Copy link

o314 commented Sep 25, 2019

By the way, the current docs/utilities.md

function name{params}(args; kwargs)::rtype where {whereparams}
   body
end

is not up to date with current function form after v1.0

The syntax for parametric methods, function f{T}(x::T), has been changed to function f(x::T) where {T} (#11310).

@MikeInnes
Copy link
Member

Would be great to have a patch to fix that.

I'll close this issue for now since we have docs up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants