I would like to create/generate documentation from (somewhat)RESTful WCF Services. By somewhat RESTful I mean the client will use HTTP GETs and HTTP POSTs to communicate with the server (limited to just these verbs due to hardware limitations)
I like the way Twitter released their documentation: http://dev.twitter.com/doc/get/statuses/user_timeline
Are there any tools or suggestions for creating similar documentation for WCF Services? Thanks.