17 lines
697 B
Markdown
17 lines
697 B
Markdown
|
# deeplearning4j-scaleout documentation
|
||
|
|
||
|
Build and serve documentation for deeplearning4j-scaleout with MkDocs (install with `pip install mkdocs`)
|
||
|
The source for Keras documentation is in this directory under `doc_sources/`.
|
||
|
|
||
|
The structure of this project (template files, generating code, mkdocs YAML) is closely aligned
|
||
|
with the [Keras documentation](keras.io) and heavily inspired by the [Keras docs repository](https://github.com/keras-team/keras/tree/master/docs).
|
||
|
|
||
|
To generate docs into the `deeplearning4j-scaleout/doc_sources` folder, first `cd docs` then run:
|
||
|
|
||
|
```shell
|
||
|
python generate_docs.py \
|
||
|
--project deeplearning4j-scaleout \
|
||
|
--code ../deeplearning4j
|
||
|
--out_language en
|
||
|
```
|