Difference between revisions of "Documentation/Nightly/Developers"
From Slicer Wiki
Tag: 2017 source edit |
Tag: 2017 source edit |
||
(5 intermediate revisions by one other user not shown) | |||
Line 70: | Line 70: | ||
:Consistency and Readability for a manageable code base | :Consistency and Readability for a manageable code base | ||
− | [ | + | [https://slicer.readthedocs.io/en/latest/developer_guide/script_repository.html Script repository] |
:Collection of python scripts manipulating various Slicer components. | :Collection of python scripts manipulating various Slicer components. | ||
− | [ | + | [https://github.com/Slicer/Slicer/wiki/Release-Details Change logs and release details] |
:Informations about Slicer releases | :Informations about Slicer releases | ||
Line 88: | Line 88: | ||
---- | ---- | ||
− | [ | + | [https://slicer.readthedocs.io/en/latest/developer_guide/extensions.html Create Slicer extensions] |
:Build, test, package and distribute extensions | :Build, test, package and distribute extensions | ||
− | [ | + | [https://slicer.readthedocs.io/en/latest/developer_guide/build_instructions Build Slicer application] |
:Compiling and installing Slicer from source. | :Compiling and installing Slicer from source. | ||
Line 119: | Line 119: | ||
:Comparison between the different supported module types | :Comparison between the different supported module types | ||
− | [ | + | [https://slicer.readthedocs.io/en/latest/developer_guide/mrml_overview.html Data Model / MRML] |
:Objects and their organization. MRML Library provides API for managing medical image data type | :Objects and their organization. MRML Library provides API for managing medical image data type | ||
Line 151: | Line 151: | ||
:Description of the Charting (jqPlot) architecture. | :Description of the Charting (jqPlot) architecture. | ||
− | [ | + | [https://slicer.readthedocs.io/en/latest/developer_guide/modules/plots.html Plots] |
:Description of the Plotting (VTK) architecture. | :Description of the Plotting (VTK) architecture. |
Latest revision as of 08:14, 3 May 2022
Home < Documentation < Nightly < Developers
For the latest Slicer documentation, visit the read-the-docs. |
New Developers: Welcome ! Check these instructions ! |
Getting involved
Resources Roadmap UPDATED
Labs NEW
Source code repository CDash Quality Dashboard: SlicerStable, SlicerPreview
Bug tracker / Report a problem / Contribute a patch
Change logs and release details
|
Build instructions
How-tos
Quick links
|
Design & Implementation
Layouts UPDATED
Compressed Video NEW
Build system / Release process / Factory description
|