[docs] default setting for layout
authorSergey Karayev <sergeykarayev@gmail.com>
Thu, 4 Sep 2014 00:44:28 +0000 (01:44 +0100)
committerSergey Karayev <sergeykarayev@gmail.com>
Thu, 4 Sep 2014 00:45:07 +0000 (01:45 +0100)
20 files changed:
docs/_config.yml
docs/development.md
docs/index.md
docs/installation.md
docs/performance_hardware.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
examples/cifar10/readme.md
examples/feature_extraction/readme.md
examples/finetune_flickr_style/readme.md
examples/imagenet/readme.md
examples/mnist/readme.md
examples/web_demo/readme.md

index 10e6731..95aec12 100644 (file)
@@ -1 +1,7 @@
-markdown: kramdown
+defaults:
+  -
+    scope:
+      path: "" # an empty string here means all files in the project
+    values:
+      layout: "default"
+
index 822d880..d65c126 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 title: Development
 ---
 # Development
index 94227c2..47191ba 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Caffe
 
index c2382c9..82a22d5 100644 (file)
@@ -1,6 +1,5 @@
 ---
-layout: default
-title: Caffe
+title: Installation
 ---
 
 # Installation
index a39e954..6238543 100644 (file)
@@ -1,6 +1,5 @@
 ---
-layout: default
-title: Caffe
+title: Performance and Hardware Configuration
 ---
 
 # Performance and Hardware Configuration
index 2119d64..6a86e3a 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Caffeinated Convolution
 
index 644ba9b..87954e1 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Data: Ins and Outs
 
index 8e74026..699a26c 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Forward and Backward
 
index 0c04811..fd21a44 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Caffe Tutorial
 
index 3332341..334d27e 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Interfaces
 
index f316e82..c604025 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Layers
 
index b470eaf..8c053ed 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Loss
 
index 21de96c..21b8dde 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Nets, Layers, and Blobs: anatomy of a Caffe model
 
index 3780fc3..f5156ee 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 ---
 # Solver
 
index bf64ce8..86fd5ea 100644 (file)
@@ -3,7 +3,6 @@ title: CIFAR-10 tutorial
 category: example
 description: Train and test Caffe on CIFAR-10 data.
 include_in_docs: true
-layout: default
 priority: 5
 ---
 
index 4aab26c..083908e 100644 (file)
@@ -3,7 +3,6 @@ title: Feature extraction with Caffe C++ code.
 description: Extract CaffeNet / AlexNet features using the Caffe utility.
 category: example
 include_in_docs: true
-layout: default
 priority: 10
 ---
 
index 8224998..da584f0 100644 (file)
@@ -3,7 +3,6 @@ title: Fine-tuning for style recognition
 description: Fine-tune the ImageNet-trained CaffeNet on the "Flickr Style" dataset.
 category: example
 include_in_docs: true
-layout: default
 priority: 5
 ---
 
index 4c716d9..b4a3110 100644 (file)
@@ -3,7 +3,6 @@ title: ImageNet tutorial
 description: Train and test "CaffeNet" on ImageNet challenge data.
 category: example
 include_in_docs: true
-layout: default
 priority: 1
 ---
 
index d4fb62d..5a8e8ca 100644 (file)
@@ -3,7 +3,6 @@ title: MNIST Tutorial
 description: Train and test "LeNet" on MNIST data.
 category: example
 include_in_docs: true
-layout: default
 priority: 1
 ---
 
index b0c14e3..3c8fdc0 100644 (file)
@@ -2,7 +2,6 @@
 title: Web demo
 description: Image classification demo running as a Flask web server.
 category: example
-layout: default
 include_in_docs: true
 priority: 10
 ---