Skip to content

Commit

Permalink
mkdocs: Link to API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 24, 2015
1 parent 4883f10 commit d45ed00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Usage
## Existing Models

## [API Documentation](http://openface-api.readthedocs.org/en/latest/index.html)

## Example

See [the image comparison demo](https://github.com/cmusatyalab/openface/blob/master/demos/compare.py) for a complete example
written in Python using a naive Torch subprocess to process the faces.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pages:
- Demo 2 - Comparison: demo-2-comparison.md
- Demo 3 - Training a Classifier: demo-3-classifier.md
- User Guide:
- Usage: usage.md
- Usage and API Docs: usage.md
- Setup: setup.md
- FAQ: faq.md
- DNN Models:
Expand Down

0 comments on commit d45ed00

Please sign in to comment.