row 1.0.0

Row is a command line tool that helps you manage workflows on HPC resources.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Documentation

**Row** is documented with [mdBook] and the [mdbook-alerts] plugin. Install both of
these with your favorite package manager.

## Building the documentation

Execute:
```bash
mdbook serve row/doc
```

Then you can view the documentation in your web browser.

[mdBook]: https://rust-lang.github.io/mdBook
[mdbook-alerts]: https://github.com/lambdalisue/rs-mdbook-alerts