An open API service indexing awesome lists of open source software.

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

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`.