Labs/Bespin/DesignDocs/Inline Documentation/Documentation Systems: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 4: Line 4:
==Systems to reference==
==Systems to reference==
===Good===
===Good===
*[http://docs.python.org/ Python Docs]  
*[http://docs.python.org/ Python Docs] (According to [http://docs.python.org/about.html About ]: based on [http://sphinx.pocoo.org/ Sphynx])
**According to [http://docs.python.org/about.html About ]: based on [http://sphinx.pocoo.org/ Sphynx]
**Great Search features
*[https://bespin.mozilla.com/docs/ Code Illumination] ([http://www.toolness.com/wp/?p=441 Blog Intro] | [http://code.google.com/p/code-illuminated/ Google Code] | [https://bespin.mozilla.com/docs/ Used for Bespin])
 
===Not so good===
===Not so good===
IMHO of course.
IMHO of course.
*[http://rdoc.sourceforge.net/doc/index.html RDoc ]
*[http://rdoc.sourceforge.net/doc/index.html RDoc ]

Revision as of 21:49, 22 May 2009

Overview

This page includes a list of documentation systems that we will use for reference when building our own documentation systems.

Systems to reference

Good

Not so good

IMHO of course.