# Create Document

## Install Software 

```bash
pip install --user -r requirements.txt

```

## Generating Documens

Switch to `docs` and run :

```bash
make
```

The document have been generated in `output`.

