oml icon indicating copy to clipboard operation
oml copied to clipboard

Add examples from Compose presentation to README

Open hammer opened this issue 9 years ago • 2 comments

Having a quick example of how to use Oml from utop in the README would be nice. Bonus points for including your MNIST example as well.

hammer avatar Feb 04 '16 05:02 hammer

@hammer Would links to examples, maybe like a table of contents in the README suffice?

@smondet Do you think that oredoc would be a good fit here? I'd like to be able to easily transform the example scripts into documentation.

rleonid avatar Feb 04 '16 21:02 rleonid

@rleonid oredoc can fransform ocaml code with special markdown comments into an HTML page with ocaml code-blocs: https://github.com/hammerlab/ketrew/blob/master/src/test/Workflow_Examples.ml http://seb.mondet.org/software/ketrew/Workflow_Examples.html Happy to discuss adding features if that's not what you want :)

smondet avatar Feb 05 '16 01:02 smondet