caffe/docs
Evan Shelhamer 50862880dd Back-merge documentation and script fixes
fix script path incantation
convert css indentation to spaces
fix cifar10 leveldb creation path
wget without checking certificate for dropbox (dodge complaint on linux)
docs: added list of contributors
minor style update of docs
2014-03-19 22:34:01 -07:00
..
_layouts Moving gh-pages docs to docs/ folder, with script to build them 2014-02-25 01:03:08 -08:00
javascripts Moving gh-pages docs to docs/ folder, with script to build them 2014-02-25 01:03:08 -08:00
stylesheets convert css indentation to spaces 2014-03-19 22:17:28 -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 Moving gh-pages docs to docs/ folder, with script to build them 2014-02-25 01:03:08 -08:00
caffe-presentation.pdf Publish the Caffe presentation, pi day edition 2014-03-14 11:51:21 -07:00
cifar10.md Draft CIFAR-10 doc and cleanup example 2014-03-17 23:10:45 -07:00
development.md fix README links to presentation and development section 2014-03-18 13:55:57 -07:00
feature_extraction.md Fix to #161 2014-03-19 21:25:44 -07:00
getting_pretrained_models.md drop models/ in favor of examples/ 2014-03-18 14:03:05 -07:00
imagenet_training.md drop models/ in favor of examples/ 2014-03-18 14:03:05 -07:00
index.md Back-merge documentation and script fixes 2014-03-19 22:34:01 -07:00
installation.md Back-merge documentation and historical PRs to master 2014-03-17 23:24:54 -07:00
mnist.md minor mnist example update 2014-03-18 00:23:29 -07:00
mnist_prototxt.md bring mnist docs back to reality 2014-02-26 12:37:47 -08:00
mnist_solver_prototxt.md bring mnist docs back to reality 2014-02-26 12:37:47 -08:00

README.md

To generate stuff you can paste in an .md page from an IPython notebook, run

ipython nbconvert --to markdown <notebook_file>