mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
docs: last update from Gitbook
This commit is contained in:
4
Makefile
4
Makefile
@@ -267,11 +267,11 @@ todo:
|
|||||||
|
|
||||||
.PHONY: supported_functions # Update docs with supported functions
|
.PHONY: supported_functions # Update docs with supported functions
|
||||||
supported_functions:
|
supported_functions:
|
||||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/basics/compatibility.md
|
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/getting-started/compatibility.md
|
||||||
|
|
||||||
.PHONY: check_supported_functions # Check supported functions (for the doc)
|
.PHONY: check_supported_functions # Check supported functions (for the doc)
|
||||||
check_supported_functions:
|
check_supported_functions:
|
||||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/basics/compatibility.md --check
|
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/getting-started/compatibility.md --check
|
||||||
|
|
||||||
.PHONY: licenses # Generate the list of licenses of dependencies
|
.PHONY: licenses # Generate the list of licenses of dependencies
|
||||||
licenses:
|
licenses:
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ You can get the concrete-numpy docker image by pulling the latest docker image:
|
|||||||
docker pull zamafhe/concrete-numpy:v0.6.0
|
docker pull zamafhe/concrete-numpy:v0.6.0
|
||||||
```
|
```
|
||||||
|
|
||||||
You can find more detailed installation instructions in [installing.md](docs/basics/installing.md)
|
You can find more detailed installation instructions in [installing.md](docs/getting-started/installing.md)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
# Introduction
|
# What is Concrete Numpy?
|
||||||
|
|
||||||
[<mark style="background-color:yellow;">⭐️ Star the repo on Github</mark>](https://github.com/zama-ai/concrete-numpy) <mark style="background-color:yellow;">| 🗣</mark> [<mark style="background-color:yellow;">Community support forum</mark>](https://community.zama.ai/c/concrete-numpy) <mark style="background-color:yellow;">| 📁</mark> [<mark style="background-color:yellow;">Contribute to the project</mark>](dev/contributing.md)
|
[<mark style="background-color:yellow;">⭐️ Star the repo on Github</mark>](https://github.com/zama-ai/concrete-numpy) <mark style="background-color:yellow;">| 🗣</mark> [<mark style="background-color:yellow;">Community support forum</mark>](https://community.zama.ai/c/concrete-numpy) <mark style="background-color:yellow;">| 📁</mark> [<mark style="background-color:yellow;">Contribute to the project</mark>](dev/contributing.md)
|
||||||
|
|
||||||
## Welcome to Concrete Numpy!
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Concrete Numpy** is an open-source library which simplifies the use of fully homomorphic encryption (FHE).
|
**Concrete Numpy** is an open-source library which simplifies the use of fully homomorphic encryption (FHE).
|
||||||
@@ -21,6 +19,6 @@ This documentation is split into several sections:
|
|||||||
* **How to** section to help you perform specific tasks
|
* **How to** section to help you perform specific tasks
|
||||||
* **Developer** section to explain the inner workings of the library and everything related to contributing to the project
|
* **Developer** section to explain the inner workings of the library and everything related to contributing to the project
|
||||||
|
|
||||||
## Looking for support? Join our community!
|
## Looking for support? Ask our team!
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
# Table of contents
|
# Table of contents
|
||||||
|
|
||||||
* [Introduction](README.md)
|
* [What is Concrete Numpy?](README.md)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
* [Installation](basics/installing.md)
|
* [Installation](getting-started/installing.md)
|
||||||
* [Quick start](basics/quick\_start.md)
|
* [Quick start](getting-started/quick\_start.md)
|
||||||
* [Compatibility](basics/compatibility.md)
|
* [Compatibility](getting-started/compatibility.md)
|
||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user