cavis/docs/deeplearning4j-scaleout/README.md

697 B

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 and heavily inspired by the Keras docs repository.

To generate docs into the deeplearning4j-scaleout/doc_sources folder, first cd docs then run:

python generate_docs.py \
    --project deeplearning4j-scaleout \
    --code ../deeplearning4j
	--out_language en