Difference between revisions of "Documentation/4.0/Developers"
From Slicer Wiki
m (→Miscellaneous) |
(Add link to Style guidelines) |
||
Line 10: | Line 10: | ||
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information. | * 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 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 | + | * The module complies with [[Documentation-Rons-Rules-For-Tools|Rons rules for tool]] and the [[Documentation/{{documentation/version}}/Developers/Style_Guide style guidelines]], including [[Slicer3:Human_Interface_and_Style_Guide_for_Developers#Colors:_application_palettes|color palette]]. |
*Use the logos in the [[Template:Collaborator|List of Collaborators]] | *Use the logos in the [[Template:Collaborator|List of Collaborators]] | ||
| | | | ||
Line 44: | Line 44: | ||
: Set of screenshots showing the different Slicer components. | : Set of screenshots showing the different Slicer components. | ||
− | * [[Documentation/ | + | * [[Documentation/{{documentation/version}}/Developers/Style Guide|Slicer Style Guidelines]] |
− | : Consistency and Readability for a manageable code base | + | : Consistency and Readability for a manageable code base |
* [[Documentation/{{documentation/version}}/Developers/Sandbox|MediaWiki Extensions testing page]] | * [[Documentation/{{documentation/version}}/Developers/Sandbox|MediaWiki Extensions testing page]] |
Revision as of 01:09, 26 February 2012
Home < Documentation < 4.0 < DevelopersDevelopers Information
Slicer4 developer documentation is under development with the idea that tutorials and related information will be available to support work at the NA-MIC 2012 Project Week. Requirements for Modules
|
Introduction
Mailing List
Miscellaneous
|
Source Code
Compile/Install
Design & Implementation
|
HOW TO
|