summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-05 10:40:39 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-05 10:40:39 -0700
commite82e72811cc24b198b6456fce12ada5335c95fca (patch)
tree1cf48d9e8c15dc60fd4f7cc6a00c8aacde45e3cd /docs
parent50d9d0df354b6562f3bdcddda5e031936b868512 (diff)
downloadcaffeonacl-e82e72811cc24b198b6456fce12ada5335c95fca.tar.gz
caffeonacl-e82e72811cc24b198b6456fce12ada5335c95fca.tar.bz2
caffeonacl-e82e72811cc24b198b6456fce12ada5335c95fca.zip
[docs] add titles
Diffstat (limited to 'docs')
-rw-r--r--docs/development.md2
-rw-r--r--docs/index.md2
-rw-r--r--docs/model_zoo.md1
-rw-r--r--docs/tutorial/convolution.md1
-rw-r--r--docs/tutorial/data.md1
-rw-r--r--docs/tutorial/forward_backward.md1
-rw-r--r--docs/tutorial/index.md1
-rw-r--r--docs/tutorial/interfaces.md1
-rw-r--r--docs/tutorial/layers.md1
-rw-r--r--docs/tutorial/loss.md1
-rw-r--r--docs/tutorial/net_layer_blob.md1
-rw-r--r--docs/tutorial/solver.md1
12 files changed, 13 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md
index d65c126c..160e005d 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -1,5 +1,5 @@
---
-title: Development
+title: Developing and Contributing
---
# Development
diff --git a/docs/index.md b/docs/index.md
index af4b50c3..f33bd4f9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,7 @@
---
+title: Deep Learning Framework
---
+
# Caffe
Caffe is a deep learning framework developed with cleanliness, readability, and speed in mind.
diff --git a/docs/model_zoo.md b/docs/model_zoo.md
index 0b7daa0b..5603c62c 100644
--- a/docs/model_zoo.md
+++ b/docs/model_zoo.md
@@ -1,4 +1,5 @@
---
+title: Model Zoo
---
# Caffe Model Zoo
diff --git a/docs/tutorial/convolution.md b/docs/tutorial/convolution.md
index 6a86e3af..a02fe4ef 100644
--- a/docs/tutorial/convolution.md
+++ b/docs/tutorial/convolution.md
@@ -1,4 +1,5 @@
---
+title: Convolution
---
# Caffeinated Convolution
diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md
index 87954e1d..40605f7c 100644
--- a/docs/tutorial/data.md
+++ b/docs/tutorial/data.md
@@ -1,4 +1,5 @@
---
+title: Data
---
# Data: Ins and Outs
diff --git a/docs/tutorial/forward_backward.md b/docs/tutorial/forward_backward.md
index 699a26c8..f58b9cac 100644
--- a/docs/tutorial/forward_backward.md
+++ b/docs/tutorial/forward_backward.md
@@ -1,4 +1,5 @@
---
+title: Forward and Backward for Inference and Learning
---
# Forward and Backward
diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md
index fd21a440..7d4e77b1 100644
--- a/docs/tutorial/index.md
+++ b/docs/tutorial/index.md
@@ -1,4 +1,5 @@
---
+title: Caffe Tutorial
---
# Caffe Tutorial
diff --git a/docs/tutorial/interfaces.md b/docs/tutorial/interfaces.md
index 334d27e8..6b0ec347 100644
--- a/docs/tutorial/interfaces.md
+++ b/docs/tutorial/interfaces.md
@@ -1,4 +1,5 @@
---
+title: Interfaces
---
# Interfaces
diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md
index c6040255..fdc0b4b4 100644
--- a/docs/tutorial/layers.md
+++ b/docs/tutorial/layers.md
@@ -1,4 +1,5 @@
---
+title: Layer Catalogue
---
# Layers
diff --git a/docs/tutorial/loss.md b/docs/tutorial/loss.md
index 3591858a..aac56177 100644
--- a/docs/tutorial/loss.md
+++ b/docs/tutorial/loss.md
@@ -1,4 +1,5 @@
---
+title: Loss
---
# Loss
diff --git a/docs/tutorial/net_layer_blob.md b/docs/tutorial/net_layer_blob.md
index 21b8ddec..8b68ffad 100644
--- a/docs/tutorial/net_layer_blob.md
+++ b/docs/tutorial/net_layer_blob.md
@@ -1,4 +1,5 @@
---
+title: Nets, Layers, and Blobs
---
# Nets, Layers, and Blobs: anatomy of a Caffe model
diff --git a/docs/tutorial/solver.md b/docs/tutorial/solver.md
index d90470c4..8884ea0e 100644
--- a/docs/tutorial/solver.md
+++ b/docs/tutorial/solver.md
@@ -1,4 +1,5 @@
---
+title: Solver / Model Optimization
---
# Solver