aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/api/sample.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/sample.md')
-rw-r--r--docs/api/sample.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/api/sample.md b/docs/api/sample.md
new file mode 100644
index 00000000..29266f90
--- /dev/null
+++ b/docs/api/sample.md
@@ -0,0 +1,18 @@
+# Sample package
+
+```{eval-rst}
+.. automodule:: sec_certs.sample
+ :no-members:
+```
+
+```{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).
+```
+
+## CommonCriteriaCert
+
+```{eval-rst}
+.. currentmodule:: sec_certs.sample
+.. autoclass:: CommonCriteriaCert
+ :members:
+``` \ No newline at end of file