From edb86d927727603dec8a4f91df4f634cda666f3c Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Fri, 19 Apr 2019 15:52:26 -0400 Subject: [PATCH] testing markdown conversion #159 --- README.txt => 0_Overview.md | 6 +++--- README.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) rename README.txt => 0_Overview.md (98%) diff --git a/README.txt b/0_Overview.md similarity index 98% rename from README.txt rename to 0_Overview.md index d8ed39c3e..41ba9c611 100644 --- a/README.txt +++ b/0_Overview.md @@ -1,6 +1,4 @@ -/** - -\mainpage Overview +# Overview CaPTk is a software platform, written in C++, for analysis of radiographic images of cancer, currently focusing on brain, breast, and lung cancer. CaPTk integrates advanced, validated tools performing various aspects of medical image analysis that have been developed in the context of active clinical research studies and collaborations toward addressing real clinical needs. With emphasis given on being a very lightweight and efficient image viewer and eliminating the prerequisite for a substantial computational background, CaPTk aims to facilitate the swift translation of advanced computational algorithms into routine clinical quantification, analysis, decision making, and reporting workflow. @@ -37,4 +35,6 @@ For more information, please contact s
Next (Getting Started) \endhtmlonly +[Next (Getting Started)(1_GettingStarted.md) + */ diff --git a/README.md b/README.md index 88c0622ae..480f74f3d 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,4 @@ echo checking out ${latesttag} git checkout ${latesttag} ``` +[Next (Overview)(0_Overview.md)