oneflow-documentation
oneflow-documentation copied to clipboard
oneflow documentation
Oneflow-Documentation
The source code of website https://docs.oneflow.org
Build the documentation locally:
python3 -m pip install -r requirements.txt
And then, change the directory to cn/ or en/, run commands:
mkdocs build
The output HTML files will be generated at site/ directory.
Deployment
Run commands:
sh ./scripts/run-mike.sh
The multi-version website will be built and deployed at branch docs_output.