mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05: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
|
||||
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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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!
|
||||
|
||||

|
||||
|
||||
**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!
|
||||
|
||||

|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user