JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

generate(name) should only work for `dev`ed packages. #2

Closed fredrikekre closed 6 years ago

fredrikekre commented 6 years ago

I think we should try to detect where the package source is located, and error if the package is installed in one of the regular package directories, since those are supposed to be read only.

fredrikekre commented 6 years ago

We can also make the second dir argument mandatory.

mortenpi commented 6 years ago

When I was looking at it I was thinking about the following API: