From 53a709e7e16e1ee07e0f4baeb270fcc1d41bb811 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Sat, 10 Dec 2022 09:01:55 +0100 Subject: Rename CommonCriteriaCert -> CCCertificate --- docs/api/sample.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/sample.md') diff --git a/docs/api/sample.md b/docs/api/sample.md index 4ff17be1..c07f319c 100644 --- a/docs/api/sample.md +++ b/docs/api/sample.md @@ -9,11 +9,11 @@ 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). ``` -## CommonCriteriaCert +## CCCertificate ```{eval-rst} .. currentmodule:: sec_certs.sample -.. autoclass:: CommonCriteriaCert +.. autoclass:: CCCertificate :members: ``` -- cgit v1.3.1