From 28163f89f28edfbc7e9f64bdaf7d13ca768fa769 Mon Sep 17 00:00:00 2001 From: Paul-B98 <115164840+Paul-B98@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:47:53 +0100 Subject: [PATCH] fix docs --- docs/docs/getting_started/installation.md | 1 + docs/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/getting_started/installation.md b/docs/docs/getting_started/installation.md index 20eb241..a6bb5b6 100644 --- a/docs/docs/getting_started/installation.md +++ b/docs/docs/getting_started/installation.md @@ -38,6 +38,7 @@ poetry add git+https://github.com/aidh-ms/pyAKI ## Dependencies This library has the following dependencies: + * [Pandas](https://pandas.pydata.org/) * [SciPy](https://scipy.org/) * [Typer](https://typer.tiangolo.com/) diff --git a/docs/docs/index.md b/docs/docs/index.md index 27ae691..fdb5fcd 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -7,7 +7,7 @@ _A Python package to detect AKI within time series data._
--- -**Source Code:** [https://github.com/aidh-ms/pyAKI](https://github.com/aidh-ms/pyAKI) +**Source Code:** [https://github.com/aidh-ms/pyAKI](https://github.com/aidh-ms/pyAKI)
**Paper:** [https://doi.org/10.1371/journal.pone.0315325](https://doi.org/10.1371/journal.pone.0315325) ---