caffe/docs
Evan Shelhamer ab839f5b2f support OS X Yosemite / 10.10
- pick libstdc++ for OS X (regardless of version)
- make gtest rely on its own tuple to not conflict with clang
  (thanks @pluskid!)
- 10.10 has Accelerate while 10.9 has vecLib for BLAS
  (thanks @leonardt and @drdan14)
2015-01-15 16:28:09 -08:00
..
_layouts use kramdown for markdown syntax; add mathjax 2014-09-03 10:59:23 -07:00
images [docs] reworked index page, got rid of publications page 2014-07-09 11:32:34 -07:00
stylesheets [docs] cosmetic 2014-07-11 13:29:06 -07:00
tutorial [docs] proofreading suggested by @cNikolaou 2014-10-14 23:48:38 -07:00
CNAME Moving gh-pages docs to docs/ folder, with script to build them 2014-02-25 01:03:08 -08:00
README.md [docs] moved example md’s to examples/**/md’s and added script to gather 2014-07-11 13:49:07 -07:00
_config.yml [docs] default setting for layout 2014-09-04 01:45:07 +01:00
development.md [docs] fix br code 2014-09-05 10:42:45 -07:00
index.md [docs] order ipython notebooks 2014-09-18 21:25:10 -07:00
installation.md support OS X Yosemite / 10.10 2015-01-15 16:28:09 -08:00
model_zoo.md Added credits and bvlc_googlenet to model_zoo.md 2014-12-20 23:33:52 -08:00
performance_hardware.md [docs] include cuDNN in installation and performance reference 2014-09-07 19:56:45 +02:00

README.md

Caffe Documentation

To generate the documentation, run $CAFFE_ROOT/scripts/build_docs.sh.

To push your changes to the documentation to the gh-pages branch of your or the BVLC repo, run $CAFFE_ROOT/scripts/deploy_docs.sh <repo_name>.