This module contains operations to deal with the documentation of analyses registered in CASS.
getAnalysisDoc
:: String -> IO (Maybe String)
Gets the documentation of an analysis with a registered name.
Returns Nothing
if no documentation exist.
The documentation of an analysis with name AN is usually stored
in the file <PACKAGEROOT>/docs/AN.md
.