FluxML / MacroTools.jl

MacroTools provides a library of tools for working with Julia code and expressions.

Home Page:https://fluxml.ai/MacroTools.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documents and demos

Roger-luo opened this issue · comments

Hi Mike,

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

Bests,
Roger

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

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

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

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).

Would be great to have a patch to fix that.

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