chore: lowercase for filenames

This commit is contained in:
Benoit Chevallier-Mames
2021-12-09 16:25:57 +01:00
committed by Benoit Chevallier
parent 6b3adc217f
commit bdb1140bee
36 changed files with 59 additions and 59 deletions

View File

@@ -125,7 +125,7 @@ Let's take a closer look at the transforms we perform today.
### Fusing floating point operations
We decided to allocate a whole new chapter to explain float fusing.
You can find it [here](./FLOAT-FUSING.md).
You can find it [here](./float-fusing.md).
## Bounds measurement
@@ -212,7 +212,7 @@ Assigned Data Types:
## MLIR conversion
The actual compilation will be done by the **Concrete** compiler, which is expecting an MLIR input. The MLIR conversion goes from an operation graph to its MLIR equivalent. You can read more about it [here](./MLIR.md)
The actual compilation will be done by the **Concrete** compiler, which is expecting an MLIR input. The MLIR conversion goes from an operation graph to its MLIR equivalent. You can read more about it [here](./mlir.md)
## Example walkthrough #1

View File

@@ -4,8 +4,8 @@ Explanations
.. toctree::
:maxdepth: 1
COMPILATION.md
TERMINOLOGY_AND_STRUCTURE.md
FLOAT-FUSING.md
MLIR.md
QUANTIZATION.md
compilation.md
terminology_and_structure.md
float-fusing.md
mlir.md
quantization.md

View File

@@ -4,8 +4,8 @@ How To
.. toctree::
:maxdepth: 1
PROJECT_SETUP.md
DOCKER.md
DOCUMENTING.md
RELEASING.md
CONTRIBUTING.md
project_setup.md
docker.md
documenting.md
releasing.md
contributing.md

View File

@@ -5,7 +5,7 @@ FIXME(Arthur): to check what needs to be updated here
# Project Setup
```{note}
You will need Zama's specific environment with zamalang module to have the project fully functional. It is currently only delivered via the docker image (see the [docker](./DOCKER.md) guide).
You will need Zama's specific environment with zamalang module to have the project fully functional. It is currently only delivered via the docker image (see the [docker](./docker.md) guide).
```
## Installing Python v3.8