cavis/docs/nd4j/README.md

10 lines
199 B
Markdown

# 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
```