Difference between revisions of "Documentation/Nightly/Developers/Tutorials"
From Slicer Wiki
m |
|||
Line 5: | Line 5: | ||
: [[Documentation/{{documentation/version}}/Developers/Build_Instructions#CHECKOUT_slicer_source_files|Checkout Slicer source]] | : [[Documentation/{{documentation/version}}/Developers/Build_Instructions#CHECKOUT_slicer_source_files|Checkout Slicer source]] | ||
: [[Documentation/{{documentation/version}}/Developers/DevelopmentWithGit|Setup for Git development]] {{new}} | : [[Documentation/{{documentation/version}}/Developers/DevelopmentWithGit|Setup for Git development]] {{new}} | ||
− | : [[ | + | : [[Slicer:git-svn#Committing_back_to_svn|Commit change sets]] |
: [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | : [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | ||
: [[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]] |
Revision as of 22:43, 4 August 2015
Home < Documentation < Nightly < Developers < Tutorials
For the latest Slicer documentation, visit the read-the-docs. |
Source code How-tos
- Checkout Slicer source
- Setup for Git development NEW
- Commit change sets
- Contribute a patch
- Integrate topic from external contributor
Module How-tos
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension
- Build module outside of Slicer source tree
- Add or Update a Remote module NEW
Testing How-tos
Documentation How-tos
Extension How-tos
- Obtain an API key to submit on the extension server
- Contribute an extension description file using the wizard NEW
- Manually contributing an extension description file
- Build an extension
- Package an extension
- Upload an extension
- Build an ExtensionsIndex
Porting How-tos
Dev How-tos
- Setup QtCreator to develop Slicer application or modules
- Setup a dashboard
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
Debugging How-tos