docs: last update from Gitbook

This commit is contained in:
aquint-zama
2022-07-11 12:22:43 +02:00
committed by Umut
parent 83f18e262a
commit 5bc0ff42e1
7 changed files with 9 additions and 11 deletions

View File

@@ -267,11 +267,11 @@ todo:
.PHONY: supported_functions # Update docs with 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)
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
licenses:

View File

@@ -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
```
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

View File

@@ -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)
## Welcome to Concrete Numpy!
![](\_static/zama\_home\_docs.jpeg)
**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
* **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!
![](\_static/zama\_support\_docs.jpeg)

View File

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