Difference between revisions of "Documentation/4.0/Developers"
From Slicer Wiki
(→HOW TO) |
|||
Line 2: | Line 2: | ||
[[Documentation|Documentation]]/[[Documentation/{{documentation/version}}|{{documentation/version}}]]← | [[Documentation|Documentation]]/[[Documentation/{{documentation/version}}|{{documentation/version}}]]← | ||
== Developers Information == | == Developers Information == | ||
+ | =Requirements for Modules= | ||
+ | * The module is '''feature complete''', i.e. it does everything that it advertises | ||
+ | * The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information. | ||
+ | * The module is fully documented. [[Documentation/{{documentation/version}}/Modules/YOURMODULENAME|Template]] and [[Documentation/{{documentation/version}}/HowTo|How-to]] for the end user documentation. | ||
+ | * The module complies with [[Documentation-Rons-Rules-For-Tools|Rons rules for tool]] and the style guide lines, including [[Slicer3:Human_Interface_and_Style_Guide_for_Developers#Colors:_application_palettes|color palette]]. | ||
+ | *Use the logos in the [[Logo_Gallery|Logo Gallery]] | ||
+ | |||
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | {| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | ||
|- | |- |
Revision as of 16:17, 17 November 2011
Home < Documentation < 4.0 < DevelopersDevelopers Information
Requirements for Modules
- The module is feature complete, i.e. it does everything that it advertises
- The module has a test. See here for more information.
- The module is fully documented. Template and How-to for the end user documentation.
- The module complies with Rons rules for tool and the style guide lines, including color palette.
- Use the logos in the Logo Gallery
Compile/Install
Mailing List
HOW TO
|
Design & Implementation
|
Miscellaneous
|