https://github.com/oneflow-inc/oneflow-documentation
oneflow documentation
https://github.com/oneflow-inc/oneflow-documentation
Last synced: about 2 months ago
JSON representation
oneflow documentation
- Host: GitHub
- URL: https://github.com/oneflow-inc/oneflow-documentation
- Owner: Oneflow-Inc
- Created: 2020-06-11T09:29:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T09:07:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T18:27:29.982Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 17.8 MB
- Stars: 68
- Watchers: 45
- Forks: 36
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oneflow-Documentation
The source code of website https://docs.oneflow.org
Build the documentation locally:
```shell
python3 -m pip install -r requirements.txt
```
And then, change the directory to `cn/` or `en/`, run commands:
```shell
mkdocs build
```
The output HTML files will be generated at `site/` directory.
## Deployment
Run commands:
```shell
sh ./scripts/run-mike.sh
```
The multi-version website will be built and deployed at branch `docs_output`.