4f7b35ac82
* Fix repo links and clean up old github templates Signed-off-by: AlexDBlack <blacka101@gmail.com> * More link updates Signed-off-by: AlexDBlack <blacka101@gmail.com> |
||
---|---|---|
.. | ||
templates | ||
README.md | ||
pages.json |
README.md
deeplearning4j-zoo documentation
Build and serve documentation for DataVec 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-zoo/doc_sources
folder, first cd docs
then run:
python generate_docs.py \
--project deeplearning4j-zoo \
--code ../deeplearning4j
--out_language en