Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
开发者_运维技巧 Improve this questionAfter finishing an Open Source project you have to have a solid documentation website to let people understand how to use the code.
Examples of good documentations I have stumbled upon:
http://guides.rubyonrails.org/
http://vowsjs.org/
http://codeigniter.com/user_guide/
http://expressjs.com/
I have never created any kind of documentation on the web before and wish to hear some suggestions of tools to use to easily create as neat documentations as the above ones.
Also, does anyone use Drupal to create documentation?
There's pdoc, here's an example
精彩评论