Michael Hatherly

Results 264 comments of Michael Hatherly

Digging around inside https://github.com/JuliaPlots/Makie.jl/blob/master/src/makielayout/layoutables/legend.jl#L543-L578 suggested that I could just overload `Makie.MakieLayout.get_plot` for `MyRecipe` to provide the right internal plots. ``` Makie.MakieLayout.get_plots(p::MyRecipe) = p.plots ``` seems to do the trick. Is...

Cool, I'll just go with that for the moment then until there's something official. Thanks.

Good list, thanks for writing it up. I'm fine with all the items listed apart from the clean URLs one. I've never really understood why hiding the `.html` is worth...

> In contrast with what's stated here, there doesn't appear to be a `test/html` folder. @mortenpi is busy rewording some of that in #217 which removes the mention of `test/html`.

> It might make the whole job of setting up docs on GitHub even easier, if everything can stay on master. The trouble with using GitHub's new `docs/` dir feature...

(FWIW there's a recent addition to the Julia docs that outlines all the markdown syntax that we currently support http://docs.julialang.org/en/latest/manual/documentation/#markdown-syntax.)

The dropdown is should just be the default system one. Doesn't look a bit odd in chromium though. Tweaks to the css are most welcome, I'll get around to sorting...

Do we know whether other language's docsystems support this kind of thing? My immediate thought is that it would break the "consistency" of the nav menu, i.e. the reader should...

`setprecision` docs are concatenated since there isn't a specific one that matches the signature `Base.setprecision`. `BigFloat` does have an exact match for `Base.MPFR.BigFloat` so that one is picked. Solution might...

Yes, improving on the current experience would be good.