Difference between revisions of "Documentation/Nightly/Developers"
From Slicer Wiki
m |
|||
(19 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{documentation/versioncheck}}</noinclude> | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
− | |||
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | {| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | ||
|- | |- | ||
Line 27: | Line 25: | ||
: It is open to everyone, feel free to join. | : It is open to everyone, feel free to join. | ||
− | [ | + | [https://discourse.slicer.org Discussion Forum] |
+ | : The most effective way to get help from the community | ||
+ | <!-- | ||
+ | [http://slicer-devel.65872.n3.nabble.com/ Search developers mailing list] / [http://massmail.spl.harvard.edu/mailman/listinfo/slicer-devel Sign-up] | ||
: Intended for discussion of programming related questions | : Intended for discussion of programming related questions | ||
+ | --> | ||
[[Documentation/{{documentation/version}}/Developers/FAQ|FAQ]] | [[Documentation/{{documentation/version}}/Developers/FAQ|FAQ]] | ||
Line 37: | Line 39: | ||
[[Roadmap|Roadmap]]{{updated}} | [[Roadmap|Roadmap]]{{updated}} | ||
: What's next ? What's the plan ? | : What's next ? What's the plan ? | ||
+ | |||
+ | [[Documentation/Labs|Labs]] {{new}} | ||
+ | : Keep track of on-going experiments. | ||
+ | |||
+ | [http://apidocs.slicer.org/master/annotated.html Doxygen] | ||
+ | : Source code API documentation. | ||
Source code repository | Source code repository | ||
: [https://github.com/Slicer/Slicer Github] or [http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk SVN] | : [https://github.com/Slicer/Slicer Github] or [http://viewvc.slicer.org/viewvc.cgi/Slicer4/trunk SVN] | ||
− | [http://slicer.cdash.org/index.php?project=Slicer4 | + | CDash Quality Dashboard: [http://slicer.cdash.org/index.php?project=Slicer4 SlicerStable], [http://slicer.cdash.org/index.php?project=SlicerPreview SlicerPreview] |
− | + | : Nightly, continuous and experimental dashboards. - <small>[[{{FULLPAGENAME}}/Tutorials/DashboardSetup|Setup a dashboard]]</small> | |
[http://na-mic.org/Mantis Bug tracker] / [http://na-mic.org/Mantis/signup_page.php Register] / [[Documentation/{{documentation/version}}/Report_a_problem|Report a problem]] / [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | [http://na-mic.org/Mantis Bug tracker] / [http://na-mic.org/Mantis/signup_page.php Register] / [[Documentation/{{documentation/version}}/Report_a_problem|Report a problem]] / [[Documentation/{{documentation/version}}/Developers/Tutorials/ContributePatch|Contribute a patch]] | ||
: Web-based bug tracking system - <small>[[Documentation/{{documentation/version}}/Developers/BugTrackerConfiguration|Configuration]]</small> | : Web-based bug tracking system - <small>[[Documentation/{{documentation/version}}/Developers/BugTrackerConfiguration|Configuration]]</small> | ||
− | |||
− | |||
− | |||
[[{{FULLPAGENAME}}/Style Guide|Slicer Style Guidelines]] | [[{{FULLPAGENAME}}/Style Guide|Slicer Style Guidelines]] | ||
: Consistency and Readability for a manageable code base | : Consistency and Readability for a manageable code base | ||
− | |||
− | |||
− | |||
[[Release Details|Change logs and release details]] | [[Release Details|Change logs and release details]] | ||
Line 78: | Line 80: | ||
: Compiling slicer modules outside of the slicer source tree. | : Compiling slicer modules outside of the slicer source tree. | ||
+ | ---- | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">How-tos</span> [[{{FULLPAGENAME}}/Tutorials|<i class="fa fa-link fa-lg" aria-hidden="true"></i>]] | ||
+ | ---- | ||
+ | {{:{{FULLPAGENAME}}/Tutorials}} | ||
+ | ---- | ||
+ | <span style="color: #555555; font-size: 18px; font-weight: bold;">Quick links</span> [[{{FULLPAGENAME}}/Quicklinks|<i class="fa fa-link fa-lg" aria-hidden="true"></i>]] | ||
+ | ---- | ||
+ | {{:{{FULLPAGENAME}}/Quicklinks}} | ||
+ | |||
+ | |bgcolor="#CCCCCC"| | ||
+ | |valign="top"| | ||
---- | ---- | ||
<span style="color: #555555; font-size: 18px; font-weight: bold;">Design & Implementation</span> | <span style="color: #555555; font-size: 18px; font-weight: bold;">Design & Implementation</span> | ||
Line 91: | Line 104: | ||
: Details the role of MRML/Slicer/Application/Modules logics and Displayable managers | : Details the role of MRML/Slicer/Application/Modules logics and Displayable managers | ||
− | [[{{FULLPAGENAME}}/Layouts | Layouts]] | + | [[{{FULLPAGENAME}}/Layouts | Layouts]] {{updated}} |
: How to control the layout of the views | : How to control the layout of the views | ||
+ | |||
+ | [[{{FULLPAGENAME}}/Slice Orientation Presets | Slice Orientation Presets]] {{new}} | ||
+ | : How to manage slice orientation presets | ||
[[{{FULLPAGENAME}}/Slicelets | Slicelets]] | [[{{FULLPAGENAME}}/Slicelets | Slicelets]] | ||
Line 104: | Line 120: | ||
[[{{FULLPAGENAME}}/Charts | Charts]] | [[{{FULLPAGENAME}}/Charts | Charts]] | ||
− | : Description of the Charting architecture. | + | : Description of the Charting (jqPlot) architecture. |
+ | |||
+ | [[{{FULLPAGENAME}}/Plots | Plots]] {{new}} | ||
+ | : Description of the Plotting (VTK) architecture. | ||
[[{{FULLPAGENAME}}/DirectoryStructure | Directory Structure]] | [[{{FULLPAGENAME}}/DirectoryStructure | Directory Structure]] | ||
Line 117: | Line 136: | ||
[[{{FULLPAGENAME}}/QtTesting | QtTesting]] | [[{{FULLPAGENAME}}/QtTesting | QtTesting]] | ||
: Testing framework to test Slicer application. It complements unit tests. | : Testing framework to test Slicer application. It complements unit tests. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Revision as of 20:26, 16 February 2018
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 / Register / Report a problem / Contribute a patch
Change logs and release details
|
Build instructions Create Slicer extensions UPDATED
|
Design & Implementation
Layouts UPDATED
Plots NEW
Build system / Release process / Factory description
|