From 62b436f737fbf29c4a0e60e6f996cc76cfcc6b28 Mon Sep 17 00:00:00 2001 From: yuxizama <157474013+yuxizama@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:06:46 +0200 Subject: [PATCH] Add developer survey in doc (#830) --- README.md | 5 +++++ docs/README.md | 6 +++++- docs/built-in-models/linear.md | 6 ++++++ docs/deep-learning/torch_support.md | 6 ++++++ docs/getting-started/pip_installing.md | 6 ++++++ docs/tutorials/showcase.md | 6 ++++++ 6 files changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce4d139a9..698d0bc8b 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,11 @@ Concrete ML built-in models have APIs that are almost identical to their scikit- ↑ Back to top

+> \[!Note\] +> **Zama 5-Question Developer Survey** +> +> We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. 👉 **[Click here](https://www.zama.ai/developer-survey)** to participate. + ## Resources ### Demos diff --git a/docs/README.md b/docs/README.md index 73bb83795..38d6dff7b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,4 +62,8 @@ Collaborate with us to advance the FHE spaces and drive innovation together. ______________________________________________________________________ -We value your feedback! [Take a 5-question developer survey](http://zama.ai/developer-survey) to improve the Concrete ML library and the documentation and help other developers use FHE. +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/built-in-models/linear.md b/docs/built-in-models/linear.md index b51e6d726..1e5e1fa84 100644 --- a/docs/built-in-models/linear.md +++ b/docs/built-in-models/linear.md @@ -123,3 +123,9 @@ y_pred_fhe = cml_model.predict(X_test, fhe="execute") ``` + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/deep-learning/torch_support.md b/docs/deep-learning/torch_support.md index 0bcee4483..302dab6a6 100644 --- a/docs/deep-learning/torch_support.md +++ b/docs/deep-learning/torch_support.md @@ -251,3 +251,9 @@ Concrete ML also supports some of their QAT equivalents from Brevitas. {% hint style="info" %} The equivalent versions from `torch.functional` are also supported. {% endhint %} + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/getting-started/pip_installing.md b/docs/getting-started/pip_installing.md index 938b55ac8..6852af622 100644 --- a/docs/getting-started/pip_installing.md +++ b/docs/getting-started/pip_installing.md @@ -78,3 +78,9 @@ Alternatively, you can launch a shell in Docker, with or without volumes: ```shell docker run --rm -it zamafhe/concrete-ml /bin/bash ``` + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %} diff --git a/docs/tutorials/showcase.md b/docs/tutorials/showcase.md index c33f766f3..d01f18b0b 100644 --- a/docs/tutorials/showcase.md +++ b/docs/tutorials/showcase.md @@ -45,3 +45,9 @@ - [Work with encrypted DataFrames using Concrete ML](https://www.zama.ai/post/video-tutorial-work-with-encrypted-dataframes-using-concrete-ml) - May 2024 - [Train a linear classifier on encrypted data using Concrete ML and Fully Homomorphic Encryption (FHE)](https://www.zama.ai/post/video-tutorial-train-a-linear-classifier-on-encrypted-data-using-concrete-ml-and-fully-homomorphic-encryption-fhe) - February 2024 - [How to convert a scikit-learn model into its homomorphic equivalent](https://www.zama.ai/post/how-to-convert-a-scikit-learn-model-into-its-homomorphic-equivalent) - June 2023 + +{% hint style="success" %} +**Zama 5-Question Developer Survey** + +We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate. +{% endhint %}