docs: remove tutorials badge from readme, fix link to contributing badge, use repo readme in pypi

This commit is contained in:
Umut
2022-07-19 10:00:53 +02:00
parent a60891292b
commit 318a171520
3 changed files with 3 additions and 10 deletions

View File

@@ -11,16 +11,12 @@
<a href="https://docs.zama.ai/concrete-numpy/">
<img src="https://img.shields.io/badge/read-documentations-yellow?style=flat-square">
</a>
<!-- Link to tutorials badge using shields.io -->
<a href="https://docs.zama.ai/concrete-numpy/v/main/tutorials/">
<img src="https://img.shields.io/badge/tutorials-and%20demos-orange?style=flat-square">
</a>
<!-- Community forum badge using shields.io -->
<a href="https://community.zama.ai/c/concrete-numpy">
<img src="https://img.shields.io/badge/community%20forum-available-brightgreen?style=flat-square">
</a>
<!-- Open source badge using shields.io -->
<a href="https://github.com/zama-ai/concrete-numpy/blob/main/docs/dev/contributing.md">
<a href="https://docs.zama.ai/concrete-numpy/developer/contributing">
<img src="https://img.shields.io/badge/we're%20open%20source-contributing.md-blue?style=flat-square">
</a>
<!-- Follow on twitter badge using shields.io -->
@@ -29,7 +25,7 @@
</a>
</p>
## Quick tour
## Table of contents
- [Introduction](#Introduction)
- [Installation](#Installation)

View File

@@ -1,3 +0,0 @@
# Concrete Numpy
Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler.

View File

@@ -29,7 +29,7 @@ classifiers = [
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Compilers",
]
readme = "pypi_readme.md"
readme = "README.md"
[tool.poetry.urls]
"README" = "https://github.com/zama-ai/concrete-numpy/blob/main/README.md"