Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
This looks a very good start! So, currently I believe you are "adding" the docstrings attached to arguments, to the docstring attached to the function: ``` (** G *) val...
This change requires a change in sherlodoc, likely due to the change in the identifier type. Do you have a branch with the required modification, so that I can test...
Indeed, unfortunately Slipshow does not work on mobile. I should prioritize this! To see the sample projects, you need to be able to press "Right arrow" or "Down arrow" or...
It is possible to view a presentation on mobile since https://github.com/panglesd/slipshow/pull/106!
I think the best way would be if OCaml could escape it, and pass it to odoc directly in the `*)` form. That could be an issue for [ocaml/ocaml](https://github.com/ocaml/ocaml). Currently,...
(I'm not very proud of the name of the CLI option: `--asset-path`)
I have added support in the driver for the asset pipeline, following the convention. This means, we now have images working for packages following the odig convention! 
This has been rebased on top of #1188. `html-generate` and `html-generate-asset` have been split. The old asset pipeline has been removed: `--child asset-...` for compile and `--asset` for `html-generate`.
> I think the driver is broken on main as it calls odoc html-generate-impl but I could test this a bit. I'm being pragmatic and fixing this in this PR.
`odoc` is responsible for generating the html/json files, but it has no notion of package. This is because it is used in many contexts: ocaml.org where we have package with...