aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2023-08-24 10:52:44 +0200
committerAdam Janovsky2023-08-24 10:52:44 +0200
commit16cb17beb4e4564b53c2dce80544c681038c0963 (patch)
tree9d0724a7c4717021a4b28156237fcf7e3d6f51a3
parent4893748f6d176a4f48fb03e1a73f2577a7d20730 (diff)
downloadsec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.tar.gz
sec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.tar.zst
sec-certs-16cb17beb4e4564b53c2dce80544c681038c0963.zip
anonymize the docs
-rw-r--r--README.md8
-rw-r--r--docs/conf.py3
-rw-r--r--docs/index.md3
3 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index bf6a58ea..a5a18a10 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
![](docs/_static/logo.png)
-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. -->
[![Website](https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_color=SpringGreen&up_message=online&url=https%3A%2F%2Fseccerts.org)](https://seccerts.org)
[![Website](https://img.shields.io/website?label=docs&down_color=red&down_message=offline&style=flat-square&up_color=SpringGreen&up_message=online&url=https%3A%2F%2Fseccerts.org/docs/index.html)](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.
-![](docs/_static/logolink_OP_VVV_hor_barva_eng.jpg) \ No newline at end of file
+![](docs/_static/logolink_OP_VVV_hor_barva_eng.jpg) -->
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}