diff options
| author | Adam Janovsky | 2022-12-10 09:16:18 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2022-12-10 09:16:18 +0100 |
| commit | a07429e54098248c1c296d412f2fdac2f1fd5408 (patch) | |
| tree | 3c728dc9044c48cb1bab8f231ad0f8e51de996d6 /docs | |
| parent | 5e2fa0af5358f8b6e110b12937bffb24e01f59d4 (diff) | |
| download | sec-certs-a07429e54098248c1c296d412f2fdac2f1fd5408.tar.gz sec-certs-a07429e54098248c1c296d412f2fdac2f1fd5408.tar.zst sec-certs-a07429e54098248c1c296d412f2fdac2f1fd5408.zip | |
rename notebook common_criteria -> cc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/dataset.md | 2 | ||||
| -rw-r--r-- | docs/api/sample.md | 2 | ||||
| -rw-r--r-- | docs/index.md | 2 | ||||
| -rw-r--r-- | docs/quickstart.md | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/dataset.md b/docs/api/dataset.md index 27a77e79..71ed9f76 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/common_criteria.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). +The examples related to this package can be found at [common criteria notebook](./../notebooks/examples/cc.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). ``` ## CCDataset diff --git a/docs/api/sample.md b/docs/api/sample.md index c07f319c..fe46a4a1 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/common_criteria.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). +The examples related to this package can be found at [common criteria notebook](./../notebooks/examples/cc.ipynb) and [fips notebook](./../notebooks/examples/fips.ipynb). ``` ## CCCertificate diff --git a/docs/index.md b/docs/index.md index 94694910..0b0ba966 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,7 +43,7 @@ configuration.md :caption: Notebook examples :hidden: True :maxdepth: 1 -notebooks/examples/common_criteria.ipynb +notebooks/examples/cc.ipynb notebooks/examples/fips.ipynb notebooks/examples/model.ipynb notebooks/examples/fips_iut.ipynb diff --git a/docs/quickstart.md b/docs/quickstart.md index de0c64f0..57033259 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -12,7 +12,7 @@ dset = CCDataset.from_web_latest() ``` to obtain to obtain freshly processed dataset from [seccerts.org](https://seccerts.org). -3. Play with the dataset. See [example notebook](./notebooks/examples/common_criteria.ipynb). +3. Play with the dataset. See [example notebook](./notebooks/examples/cc.ipynb). ::: :::{tab-item} FIPS 140 @@ -30,7 +30,7 @@ to obtain to obtain freshly processed dataset from [seccerts.org](https://seccer :::: ```{hint} -You can work with those with the help of the [common criteria notebook](notebooks/examples/common_criteria.ipynb) or [fips notebook](notebooks/examples/fips.ipynb) and even launch them in MyBinder without installing anything. Just use the 🚀 icon (top-right corner). +You can work with those with the help of the [common criteria notebook](notebooks/examples/cc.ipynb) or [fips notebook](notebooks/examples/fips.ipynb) and even launch them in MyBinder without installing anything. Just use the 🚀 icon (top-right corner). ``` If you insist on processing the whole certificates pipeline, make sure that you installed all [dependencies](installation.md#dependencies). Then, run |
