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

From Slicer Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<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;">Source code How-tos</span>
 
----
 
----
  
Line 9: Line 9:
 
: [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]]
 
: [[Slicer:git-svn#Integrating_topic_from_external_contributor|Integrate topic from external contributor]]
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Module How-tos</span>
 
<!--
 
<!--
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/CreateExtension|Create an extension]]
Line 20: Line 21:
 
: [[Documentation/{{documentation/version}}/Developers/Build_system/Remote_Module|Add or Update a Remote module]] {{new}}
 
: [[Documentation/{{documentation/version}}/Developers/Build_system/Remote_Module|Add or Update a Remote module]] {{new}}
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Testing How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/UploadTestData|Upload test data on Midas]]
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Documentation How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentExtension|Document an extension]]
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Extension How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ObtainExtensionServerApiKey|Obtain an API key to submit on the extension server]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Contribute_Extension_Description_File|Contribute an extension description file]]
Line 31: Line 35:
 
: [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}}
 
: [[Documentation/{{documentation/version}}/Developers/Build_ExtensionsIndex|Build an ExtensionsIndex]] {{wip}}
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Porting How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]
  
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Dev How-tos</span>
 
: [[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]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]]
 +
: [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a widget for Slicer and Qt Designer]]
 +
: [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]]
 +
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]]
 
<hr>
 
<hr>
 +
<span style="color: #555555; font-size: 18px; font-weight: bold;">Debugging How-tos</span>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]]  
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]]  
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot issues such as crash, or memory leaks]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot issues such as crash, or memory leaks]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks - VTK, Python and reference counting]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks - VTK, Python and reference counting]]
<hr>
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/WidgetWriting|Write a widget for Slicer and Qt Designer]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/QtDesigner|Use custom widgets in Qt Designer]]
 
: [[Documentation/{{documentation/version}}/Developers/Tutorials/PythonAndUIFile|Load UI file from python]]
 

Revision as of 13:53, 22 April 2014

Home < Documentation < Nightly < Developers < Tutorials