diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 5 | ||||
| -rw-r--r-- | docs/index.md | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index d1a81b2f..996e8521 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,8 +18,7 @@ from importlib.metadata import version as get_version # -- Project information ----------------------------------------------------- project = "sec-certs" -copyright = "2020-2022, Adam Janovsky, Petr Svenda, Jan Jancar, Jiri Michalik, Stanislav Bobon." -# author = "Adam Janovsky, Petr Svenda, Jan Jancar, Jiri Michalik, Stanislav Bobon" +copyright = "2020-2022" # 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]) @@ -64,7 +63,7 @@ html_logo = "_static/logo.svg" html_favicon = "_static/logo_badge.svg" html_theme_options = { - "repository_url": "https://github.com/crocs-muni/sec-certs", + "repository_url": "https://anonymous.4open.science/r/sec-certs-7A92", "repository_branch": "main", "launch_buttons": {"binderhub_url": "https://mybinder.org"}, "use_fullscreen_button": False, diff --git a/docs/index.md b/docs/index.md index e99208c0..c52706c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,10 @@ # Sec-certs documentation +```{warning} +This documentation was anonymized but may still contain occasional links back to the non-anonymous GitHub repository. +``` + + Welcome to the technical documentation of *sec-certs* tool for the data analysis of products certified with Common Criteria or FIPS 140 frameworks. If you're looking for general description of the tool, its use cases and capabilites, we refer you to [sec-certs homepage](https://seccerts.org/). If you are looking for more advanced knowledge, e.g. how to mine your own data, how to extend the tool, and so forth, this is the right place. There are three main parts of this documentation. *User's guide* describes high-level use of our tool. Driven by this knowledge, you can progress to *Notebook examples* that showcase some of the API that we use in the form of Jupyter notebooks. The documentation also contains some of the modules documented with `autodoc`, see *API reference*. Still, some dark corners of our codebase are not documented. To inspect the code directly, see the [sec_certs](https://github.com/crocs-muni/sec-certs/tree/main/sec_certs) module. If you want, you can run the notebooks as they are stored in the [project repository](https://github.com/crocs-muni/sec-certs/tree/main/notebooks). If you are interested in contributing to our project or in other aspects of our development, you can consult the relevant *GitHub artifacts* @@ -21,7 +26,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> +GitHub repo <https://anonymous.4open.science/r/sec-certs-7A92/> Seccerts PyPi <https://pypi.org/project/sec-certs/> ``` @@ -60,4 +65,4 @@ readme.md contributing.md code_of_conduct.md license.md -```
\ No newline at end of file +``` |
