init
This commit is contained in:
18
nv/html/dwv/resources/doc/jsdoc.conf.json
Normal file
18
nv/html/dwv/resources/doc/jsdoc.conf.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"templates": {
|
||||
"systemName" : "dwv",
|
||||
"footer" : "",
|
||||
"copyright" : "",
|
||||
"includeDate" : true,
|
||||
"navType" : "inline",
|
||||
"theme" : "yeti",
|
||||
"linenums" : true,
|
||||
"collapseSymbols" : false,
|
||||
"inverseNav" : true,
|
||||
"outputSourceFiles" : true,
|
||||
"outputSourcePath" : true,
|
||||
"dateFormat" : "dddd, MMMM Do YYYY",
|
||||
"syntaxTheme" : "default",
|
||||
"sort" : true
|
||||
}
|
||||
}
|
||||
5
nv/html/dwv/resources/doc/readme-doc.md
Normal file
5
nv/html/dwv/resources/doc/readme-doc.md
Normal file
@@ -0,0 +1,5 @@
|
||||
This is the DWV code documentation.
|
||||
|
||||
DWV (DICOM Web Viewer) is an open source zero footprint medical image viewer. It uses _only_ javascript and HTML5 technologies, meaning that it can be run on any platform that provides a modern browser (laptop, tablet, phone and even modern TVs). It can load local or remote data in DICOM format (the standard for medical imaging data such as MR, CT, Echo, Mammo, NM...) and provides standard tools for its manipulation such as contrast, zoom, drag, possibility to draw regions on top of the image and imaging filters such as threshold and sharpening.
|
||||
|
||||
The DWV home page is [github.com/ivmartel/dwv](https://github.com/ivmartel/dwv).
|
||||
Reference in New Issue
Block a user