Difference between revisions of "Documentation/4.1/Developers/Tutorials"

From Slicer Wiki
Jump to: navigation, search
m
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<span style="color: #555555; font-size: 18px; font-weight: bold;">How To</span>
 
<span style="color: #555555; font-size: 18px; font-weight: bold;">How To</span>
 
----
 
----
  
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a  CLI module or extension]]
+
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a  CLI module]]
* [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]]
+
* [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module]]
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]]
+
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module]]
 
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]]
 
* [[Documentation/{{documentation/version}}/Developers/EditorExtension|Create an Editor effect]]
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{new}}
+
<hr>
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}}
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}}
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]]{{new}}
 
 
<hr>
 
<hr>
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]
+
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}}
<hr>
+
 
* [https://github.com/Slicer/ExtensionsIndex#setting-up-an-account-and-obtaining-an-api-key Obtain an API key to submit on the extension server]{{new}}
 
* [https://github.com/Slicer/ExtensionsIndex#manual-build Upload an extension in the experimental folder]
 
* [https://github.com/Slicer/ExtensionsIndex#contributing Contribute an extension description file]{{new}}
 
 
<hr>
 
<hr>
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]]

Latest revision as of 07:29, 14 June 2013

Home < Documentation < 4.1 < Developers < Tutorials