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

From Slicer Wiki
Jump to: navigation, search
(4.1 -> Nightly)
 
Tag: 2017 source edit
 
(76 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<span style="color: #555555; font-size: 18px; font-weight: bold;">How To</span>
+
<noinclude>{{documentation/versioncheck}}</noinclude>
----
+
{{:Documentation/{{documentation/version}}/Developers/Tutorials/MigrationGuide}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Source}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Module}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Testing}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Documentation}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Extension}}
 +
{{:Documentation/{{documentation/version}}/Developers/Tutorials/Misc}}
  
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a  CLI module or extension]]
+
Debugging instructions: https://slicer.readthedocs.io/en/latest/developer_guide/debugging/index.html
* [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]]
 
* [[Documentation/{{documentation/version}}/Developers/Modules#Scripted_Modules|Create a Scripted module or extension]]
 
* [[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/DocumentExtension|Document an extension]]{{new}}
 
<hr>
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]]{{updated}}
 
<hr>
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Obtain an API key to submit on the extension server|Obtain an API key to submit on the extension server]]{{new}}
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Upload an extension in the experimental folder|Upload an extension in the experimental folder]]{{new}}
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BuildTestPackageDistributeExtensions#Contribute an extension description file|Contribute an extension description file]]{{new}}
 
 
 
<hr>
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/QtCreator|Setup QtCreator to develop Slicer application or modules]]
 
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|Setup a dashboard]]
 
<hr>
 
* [[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/MemoryManagement|Prevent memory leaks]]
 
<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]]
 
<hr>
 
* [http://www.na-mic.org/Wiki/index.php/Projects:MATLABSlicerExampleModule Pass data between Slicer and Matlab]{{experimental}}
 

Latest revision as of 20:08, 4 February 2022

Home < Documentation < Nightly < Developers < Tutorials


For the latest Slicer documentation, visit the read-the-docs.


Migration Guide

How to update Slicer extension code following breaking changes in Slicer or dependent toolkits (VTK, ITK, Qt, ...)

Source code How-tos

How to checkout the source and contribute patches

Module How-tos

How to create or build modules, how to add or update remote modules

Testing How-tos

How to write tests and manage testing data

Documentation How-tos

How to document module or extension

Extension How-tos

How to contribute, build or package extensions

Misc How-tos

How to setup QtCreator, setup dashboard, work with QtDesigner, port modules


Debugging instructions: https://slicer.readthedocs.io/en/latest/developer_guide/debugging/index.html