Skip to content
Snippets Groups Projects
README.md 458 B
Newer Older
# MHCflurry documentation

To generate Sphinx documentation, from this directory run:

```
Tim O'Donnell's avatar
Tim O'Donnell committed
$ pip install -r requirements.txt  # for the first time you generate docs
$ make rst html
```

Tim O'Donnell's avatar
Tim O'Donnell committed
The above command will also regenerate `docs/readme.generated.md`. The main
[README.md](../README.md) is symlinked to this file.

Many other files are also generated by the command above and output to
the _build/ directory. These files should not be checked into the repo.