probmods / webppl

Probabilistic programming for the web
http://webppl.org
Other
619 stars 86 forks source link

Docs: making documentation even more beginner/user-friendly #444

Open justinek opened 8 years ago

justinek commented 8 years ago

Comments on webPPL documentation, to be taken with a grain of salt!

Quick start

chrisranderson commented 8 years ago

I have a draft for a new quick start page here: https://github.com/chrisranderson/webppl/blob/quick-start-rewrite/docs/quickstart.rst

@null-a, it's ready-ish but I'd like some input first. Is it better for me to just submit a PR or comment like this? Also, what do you think about the rewrite?

longouyang commented 8 years ago

That looks great to me. Could you also mention that installation requires git? (that is certainly true on Windows and I think it might be true of OS X / Linux too)

A typo: "help lin learning the syntax"

chrisranderson commented 8 years ago

How is git required?

On Wed, Jul 13, 2016, 7:13 PM Long Ouyang notifications@github.com wrote:

That looks great to me. Could you also mention that installation requires git? (that is certainly true on Windows and I think it might be true of OS X / Linux too)

A typo: "help _l_in learning the syntax"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/probmods/webppl/issues/444#issuecomment-232530860, or mute the thread https://github.com/notifications/unsubscribe/AFNVlockDUQoCb5GHJTANOedSiyj9x8Eks5qVY0_gaJpZM4IjcvI .

longouyang commented 8 years ago

Some of our npm dependencies are github repos (e.g., probmods/sweet.js#browserify) -- when I tried installing on Windows without git, it choked when trying to set these up.

Also, I believe the webppl package system depends a little on running the git binary.