From 3e4dfe296fb6835b4203d03d7a27bd616daac997 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Tue, 12 Nov 2024 11:09:13 +0100 Subject: [PATCH] Format link to documentation as link --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 9c82142..adf6c88 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -134,7 +134,7 @@ It provides built-in uncertainty quantification by Bayesian parameter estimation Regarding peak acceptance, it improves on vendor software solutions with more sophisticated, multi-layered metrics for decision making based on convergence of the parameter estimation, as well as the uncertainties of peak parameters. Finally, it allows the addition of new models to describe peak intensity functions with just a few minor code changes, thus lending itself to expansion to data from other chromatographic techniques. The design of $\texttt{PeakPerformance}$ accommodates users with little programming experience by supplying convenience functions and relying on Microsoft Excel for data input and reporting. -Its code repository on GitHub features automated unit tests, and an automatically built documentation (https://peak-performance.rtfd.io). +Its code repository on GitHub features automated unit tests, and an automatically built documentation [https://peak-performance.rtfd.io](https://peak-performance.rtfd.io). ### Author contributions