diff options
| author | adamjanovsky | 2022-12-09 17:10:19 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-09 17:10:19 +0100 |
| commit | 73b3b0c361f9545450fa188bec50606d64bb1afd (patch) | |
| tree | 0a1f9034c309ba88e5f72a31634b014c23a57df5 /docs/api | |
| parent | 19338dc9fd9ab257c36cfa277994abe202e97de2 (diff) | |
| download | sec-certs-73b3b0c361f9545450fa188bec50606d64bb1afd.tar.gz sec-certs-73b3b0c361f9545450fa188bec50606d64bb1afd.tar.zst sec-certs-73b3b0c361f9545450fa188bec50606d64bb1afd.zip | |
flat -> src layout (#294)
- Some mypy fixes
- Flat layout -> src layout
- Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml`
- Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/dataset.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/dataset.md b/docs/api/dataset.md index 17ec943c..27a77e79 100644 --- a/docs/api/dataset.md +++ b/docs/api/dataset.md @@ -14,7 +14,7 @@ The examples related to this package can be found at [common criteria notebook]( ## CCDataset ```{eval-rst} -.. currentmodule:: sec_certs.dataset +.. currentmodule:: sec_certs.dataset.dataset .. autoclass:: Dataset :members: ``` |
