diff options
| author | Adam Janovsky | 2023-08-24 10:52:44 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2023-08-24 10:52:44 +0200 |
| commit | 16cb17beb4e4564b53c2dce80544c681038c0963 (patch) | |
| tree | 9d0724a7c4717021a4b28156237fcf7e3d6f51a3 | |
| parent | 4893748f6d176a4f48fb03e1a73f2577a7d20730 (diff) | |
| download | sec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.tar.gz sec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.tar.zst sec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.zip | |
anonymize the docs
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | docs/conf.py | 3 | ||||
| -rw-r--r-- | docs/index.md | 3 |
3 files changed, 8 insertions, 6 deletions
@@ -2,7 +2,9 @@  -A tool for data scraping and analysis of security certificates from Common Criteria and FIPS 140-2/3 frameworks. This project is developed by the [Centre for Research On Cryptography and Security](https://crocs.fi.muni.cz) at Masaryk University, Czech Republic. +A tool for data scraping and analysis of security certificates from Common Criteria and FIPS 140-2/3 frameworks. + +<!-- This project is developed by the [Centre for Research On Cryptography and Security](https://crocs.fi.muni.cz) at Masaryk University, Czech Republic. --> [](https://seccerts.org) [](https://seccerts.org/docs/index.html) @@ -58,8 +60,8 @@ df_2015_and_newer = df.loc[df.year_from > 2014] df.year_from.value_counts().sort_index().plot.line() ``` -## Authors +<!-- ## Authors This work is being done at [CRoCS MUNI](https://crocs.fi.muni.cz/) by Adam Janovsky, Jan Jancar, Petr Svenda, Jiri Michalik, Lukasz Chmielewski and other contributors. This work was supported by the Internal grant agency of Masaryk University, CZ.02.2.69/0.0/0.0/19_073/0016943. -
\ No newline at end of file + --> diff --git a/docs/conf.py b/docs/conf.py index 562491f9..f21ee733 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,8 @@ from importlib.metadata import version as get_version # -- Project information ----------------------------------------------------- project = "sec-certs" -copyright = "CRoCS MUNI | 2020-2023" +copyright = "Anonymized | 2020-2023" +# copyright = "CRoCS MUNI | 2020-2023" # Note thas this inference won't work from Docker: https://github.com/pypa/setuptools_scm/#usage-from-docker release = ".".join(get_version("sec-certs").split(".")[:3]) diff --git a/docs/index.md b/docs/index.md index 448efbeb..44d64abe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,8 +21,7 @@ Each of the notebooks can be launched interactively in MyBinder by clicking on ð :maxdepth: 1 Seccerts homepage <https://seccerts.org/> Seccerts docs <https://seccerts.org/docs> -GitHub repo <https://github.com/crocs-muni/sec-certs> -Seccerts PyPi <https://pypi.org/project/sec-certs/> +GitHub repo <https://anonymous.4open.science/r/sec-certs-7A92> ``` ```{toctree} |
