mirage / ezjsonm

An easy interface on top of the Jsonm library.
Other
40 stars 22 forks source link

Missing online documentation. #9

Closed sagotch closed 9 years ago

sagotch commented 9 years ago

So, I started to add a rule to Makefile to generate documention and push it to gh-pages, and ended with a script (https://github.com/sagotch/ghpup), because the Makefile rule was a mess...

You can see it "in action" on my fork, where I used it to generate github pages for Ezjsonm (https://github.com/sagotch/ezjsonm/blob/master/Makefile#L54).

If you want to merge the script into mirage/ezjsonm, it would be with great pleasure. If you do not, gh-pages branch still is a good idea. :)

samoht commented 9 years ago

ghpup looks great!!! (I always wanted such a tool)

samoht commented 9 years ago

A patch with a target to build the doc would be great

sagotch commented 9 years ago

I actually just removed the script and the rule from my repo, because it implied to add ghpup script to the repo. I thought it was a little bit intrusive.

Would you prefer the script to be added in the repo or just the rule in the Makefile, assuming that ghpup in available in the path?

samoht commented 9 years ago

The rule is the Makefile is fine, with an associated ghpup package in opam would be great. I have similar stuff in https://github.com/samoht/irmin/blob/master/Makefile#L56 for instance

samoht commented 9 years ago

This is now fixed: http://mirage.github.io/ezjsonm/Ezjsonm.html