cavis/docs/nd4j/README.md

10 lines
199 B
Markdown
Raw Normal View History

2019-06-06 14:21:15 +02:00
# 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
```