diff --git a/DecompLib/main_page.dox b/DecompLib/main_page.dox index 58e8168..2ae2a5c 100644 --- a/DecompLib/main_page.dox +++ b/DecompLib/main_page.dox @@ -54,6 +54,8 @@ For more information about the usage and member functions of DataVector, RespMat To learn more about \ref performDecomposition check out the \ref Calculation module. +@section sec_doc Documentation +Documentation is available in a few forms. For the full documenation of DecompLib's objects and functions please see the \ref IO and \ref Calculation modules. For more about usage of the algorithm itself and the potential alternative uses and pitfalls associated with it, see the second half of the technical report in the doc directory. @section sec_example Example DecompLib contains a directory called Example. This directory contains a program demonstrating the usage of DecompLib as well as four utility functions to assist with the input and output to the example. diff --git a/README.md b/README.md index 8982bf9..4910a2b 100644 --- a/README.md +++ b/README.md @@ -171,5 +171,3 @@ long long retVal = performDecomposition(inputSpectrum, responseMatrix, //member function `getElement(binNumber)` ``` -To learn more about the particular pitfalls that are possible with the algorithm please see the second half technical report in the DecompLib doc directory. - diff --git a/docs/index.html b/docs/index.html index 209888e..a59c4d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -115,6 +115,7 @@
  • Usage
  • +
  • Documentation
  • Example