chore: rename package

- poetry lock required to update package name
- related Makefile and licenses update to keep consistency (will be removed
once the PyPi package is available)
- modified compile_torch_model to only accept datasets with one input
mypy error with better numpy typing hints appeared

closes #1252
This commit is contained in:
Arthur Meyre
2022-01-03 15:04:09 +01:00
parent 1a66f2c865
commit e522f22ce8
33 changed files with 296 additions and 289 deletions

View File

@@ -21,7 +21,7 @@ project = 'Concrete Framework'
copyright = '2021, Zama'
author = 'Zama'
description = 'Zama Concrete Framework'
root_url = os.environ.get("DOC_ROOT_URL", "/concretefhe")
root_url = os.environ.get("DOC_ROOT_URL", "/concrete-framework")
root_url = root_url if root_url.endswith('/') else root_url + '/'
# The full version, including alpha/beta/rc tags
@@ -71,7 +71,7 @@ html_theme = 'sphinx_zama_theme'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_theme_options = {
"github_url": "https://github.com/zama-ai/concretefhe",
"github_url": "https://github.com/zama-ai/concrete-framework",
"twitter_url": "https://twitter.com/zama_fhe",
"icon_links": [{
"name": "Discourse",