# nd4j documentation

To generate docs into the `nd4j/doc_sources` folder, first `cd docs` then run:

```shell
python generate_docs.py \
    --project nd4j \
    --code ../nd4j
	--out_language en
```