summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Karayev <sergeykarayev@gmail.com>2014-07-11 17:19:35 -0700
committerSergey Karayev <sergeykarayev@gmail.com>2014-07-11 17:19:35 -0700
commit05d661f0420d67368466dffb37976cdf7497a706 (patch)
tree26db4d7caef6e366a5e755c0dc5dfb7961737702 /docs
parent54c94190a939ad9719f7cb788d63e92e5849bce5 (diff)
downloadcaffeonacl-05d661f0420d67368466dffb37976cdf7497a706.tar.gz
caffeonacl-05d661f0420d67368466dffb37976cdf7497a706.tar.bz2
caffeonacl-05d661f0420d67368466dffb37976cdf7497a706.zip
[docs] shelhamer's minor suggestions
Diffstat (limited to 'docs')
-rw-r--r--docs/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md
index d3b0e8c3..ff734d17 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -9,7 +9,7 @@ The [BVLC](http://bvlc.eecs.berkeley.edu/) maintainers welcome all contributions
### Documentation
-This website, written with [Jekyll](http://jekyllrb.com/), functions as the documentation portal -- simply run `scripts/build_docs.sh` and view the website at `http://0.0.0.0:4000`.
+This website, written with [Jekyll](http://jekyllrb.com/), functions as the official Caffe documentation -- simply run `scripts/build_docs.sh` and view the website at `http://0.0.0.0:4000`.
We prefer tutorials and examples to be documented close to where they live, in `readme.md` files.
The `build_docs.sh` script gathers all `examples/**/readme.md` and `examples/*.ipynb` files, and makes a table of contents.