From 16cb17beb4e4564b53c2dce80544c681038c0963 Mon Sep 17 00:00:00 2001
From: Adam Janovsky
Date: Thu, 24 Aug 2023 10:52:44 +0200
Subject: anonymize the docs
---
README.md | 8 +++++---
docs/conf.py | 3 ++-
docs/index.md | 3 +--
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 @@

-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.
+
+
[](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
+
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
Seccerts docs
-GitHub repo
-Seccerts PyPi
+GitHub repo
```
```{toctree}
--
cgit v1.3.1