From 8e0f9dcc1eb3fafa6d446e9db44191b447e6dc78 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 19 Oct 2024 12:06:31 +0200 Subject: Cleanup of documentation. It is now very nice and clean! --- docs/api/dataset.md | 2 +- docs/api/model.md | 2 +- docs/api/sample.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api') diff --git a/docs/api/dataset.md b/docs/api/dataset.md index 71ed9f76..714b3a79 100644 --- a/docs/api/dataset.md +++ b/docs/api/dataset.md @@ -8,7 +8,7 @@ This documentation doesn't provide full API reference for all members of `dataset` package. Instead, it concentrates on the Dataset that are immediately exposed to the users. Namely, we focus on `CCDataset`, `FIPSDataset` and their abstract base class `Dataset`. ```{tip} -The examples related to this package can be found at [common criteria notebook](./../notebooks/examples/cc.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). +The examples related to this package can be found in the [common criteria notebook](./../notebooks/examples/cc.ipynb) and the [fips notebook](./../notebooks/examples/fips.ipynb). ``` ## CCDataset diff --git a/docs/api/model.md b/docs/api/model.md index ba8ca387..dc040ab9 100644 --- a/docs/api/model.md +++ b/docs/api/model.md @@ -6,7 +6,7 @@ ``` ```{tip} -The examples related to this package can be found at [model notebook](./../notebooks/examples/model.ipynb). +The examples related to this package can be found in the [model notebook](./../notebooks/examples/model.ipynb). ``` ## CPEClassifier diff --git a/docs/api/sample.md b/docs/api/sample.md index fe46a4a1..e404fd47 100644 --- a/docs/api/sample.md +++ b/docs/api/sample.md @@ -6,7 +6,7 @@ ``` ```{tip} -The examples related to this package can be found at [common criteria notebook](./../notebooks/examples/cc.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). +The examples related to this package can be found in the [common criteria notebook](./../notebooks/examples/cc.ipynb) and the [fips notebook](./../notebooks/examples/fips.ipynb). ``` ## CCCertificate -- cgit v1.3.1