Update cli for pdoc
This commit is contained in:
parent
d2386f2b1d
commit
9d36a00d4e
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ A savoir :
|
|||
### Crédit pour la documentation
|
||||
Pour générer la documentation présente [ici](doc/) vous aurez besoin de [pdoc](https://pdoc3.github.io/pdoc/), ainsi pour la générer, vous devez lancez cette commande :
|
||||
```
|
||||
python3 -m pdoc --html --output-dir doc .
|
||||
python3 -m pdoc --html -fo doc/ .
|
||||
```
|
||||
|
|
Reference in a new issue