[docs] add titles
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 5 Sep 2014 17:40:39 +0000 (10:40 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 5 Sep 2014 17:40:39 +0000 (10:40 -0700)
12 files changed:
docs/development.md
docs/index.md
docs/model_zoo.md
docs/tutorial/convolution.md
docs/tutorial/data.md
docs/tutorial/forward_backward.md
docs/tutorial/index.md
docs/tutorial/interfaces.md
docs/tutorial/layers.md
docs/tutorial/loss.md
docs/tutorial/net_layer_blob.md
docs/tutorial/solver.md

index d65c126..160e005 100644 (file)
@@ -1,5 +1,5 @@
 ---
-title: Development
+title: Developing and Contributing
 ---
 # Development
 
index af4b50c..f33bd4f 100644 (file)
@@ -1,5 +1,7 @@
 ---
+title: Deep Learning Framework
 ---
+
 # Caffe
 
 Caffe is a deep learning framework developed with cleanliness, readability, and speed in mind.
index 0b7daa0..5603c62 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Model Zoo
 ---
 # Caffe Model Zoo
 
index 6a86e3a..a02fe4e 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Convolution
 ---
 # Caffeinated Convolution
 
index 87954e1..40605f7 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Data
 ---
 # Data: Ins and Outs
 
index 699a26c..f58b9ca 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Forward and Backward for Inference and Learning
 ---
 # Forward and Backward
 
index fd21a44..7d4e77b 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Caffe Tutorial
 ---
 # Caffe Tutorial
 
index 334d27e..6b0ec34 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Interfaces
 ---
 # Interfaces
 
index c604025..fdc0b4b 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Layer Catalogue
 ---
 # Layers
 
index 3591858..aac5617 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Loss
 ---
 # Loss
 
index 21b8dde..8b68ffa 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Nets, Layers, and Blobs
 ---
 # Nets, Layers, and Blobs: anatomy of a Caffe model
 
index d90470c..8884ea0 100644 (file)
@@ -1,4 +1,5 @@
 ---
+title: Solver / Model Optimization
 ---
 # Solver