openface/mkdocs.yml

27 lines
795 B
YAML
Raw Normal View History

2015-11-01 20:52:46 +08:00
site_name: OpenFace
repo_url: https://github.com/cmusatyalab/openface
2015-11-03 06:30:14 +08:00
#theme: readthedocs
2015-11-05 04:30:38 +08:00
copyright: 'Crafted by <a href="http://bamos.github.io">Brandon Amos</a> at Carnegie Mellon University.'
theme: mkdocs
2015-11-03 06:30:14 +08:00
extra_css:
- css/extra.css
2015-11-03 07:55:02 +08:00
extra_javascript:
2015-11-03 07:40:53 +08:00
- js/sp.js
- js/extra.js
2015-11-01 20:52:46 +08:00
pages:
2015-11-03 06:30:14 +08:00
- Home: index.md
2015-11-01 20:52:46 +08:00
- Demos:
2015-11-13 07:51:56 +08:00
- Demo 1 - Real-time Web: demo-1-web.md
- Demo 2 - Comparison: demo-2-comparison.md
- Demo 3 - Training a Classifier: demo-3-classifier.md
2016-09-15 20:43:39 +08:00
- Demo 4 - Real-time Sphere Visualization: demo-4-sphere.md
2015-11-13 07:51:56 +08:00
- User Guide:
2015-12-25 02:52:39 +08:00
- Usage and API Docs: usage.md
2015-11-13 07:51:56 +08:00
- Setup: setup.md
2015-12-07 05:20:25 +08:00
- FAQ: faq.md
2015-11-13 07:51:56 +08:00
- DNN Models:
2016-01-13 05:26:26 +08:00
- Models and Accuracies: models-and-accuracies.md
2015-11-13 07:51:56 +08:00
- Training a DNN Model: training-new-models.md
- Visualizations: visualizations.md
2016-09-15 20:43:39 +08:00
- Release Notes: release-notes.md