From 59fafb1f0d7d57cedd849d8ccd3cf4d179b54144 Mon Sep 17 00:00:00 2001 From: Sergey Karayev Date: Thu, 4 Sep 2014 01:44:28 +0100 Subject: [PATCH] [docs] default setting for layout --- docs/_config.yml | 8 +++++++- docs/development.md | 1 - docs/index.md | 1 - docs/installation.md | 3 +-- docs/performance_hardware.md | 3 +-- docs/tutorial/convolution.md | 1 - docs/tutorial/data.md | 1 - docs/tutorial/forward_backward.md | 1 - docs/tutorial/index.md | 1 - docs/tutorial/interfaces.md | 1 - docs/tutorial/layers.md | 1 - docs/tutorial/loss.md | 1 - docs/tutorial/net_layer_blob.md | 1 - docs/tutorial/solver.md | 1 - examples/cifar10/readme.md | 1 - examples/feature_extraction/readme.md | 1 - examples/finetune_flickr_style/readme.md | 1 - examples/imagenet/readme.md | 1 - examples/mnist/readme.md | 1 - examples/web_demo/readme.md | 1 - 20 files changed, 9 insertions(+), 22 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 10e6731..95aec12 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,7 @@ -markdown: kramdown +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" + diff --git a/docs/development.md b/docs/development.md index 822d880..d65c126 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,5 +1,4 @@ --- -layout: default title: Development --- # Development diff --git a/docs/index.md b/docs/index.md index 94227c2..47191ba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,4 @@ --- -layout: default --- # Caffe diff --git a/docs/installation.md b/docs/installation.md index c2382c9..82a22d5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,6 +1,5 @@ --- -layout: default -title: Caffe +title: Installation --- # Installation diff --git a/docs/performance_hardware.md b/docs/performance_hardware.md index a39e954..6238543 100644 --- a/docs/performance_hardware.md +++ b/docs/performance_hardware.md @@ -1,6 +1,5 @@ --- -layout: default -title: Caffe +title: Performance and Hardware Configuration --- # Performance and Hardware Configuration diff --git a/docs/tutorial/convolution.md b/docs/tutorial/convolution.md index 2119d64..6a86e3a 100644 --- a/docs/tutorial/convolution.md +++ b/docs/tutorial/convolution.md @@ -1,5 +1,4 @@ --- -layout: default --- # Caffeinated Convolution diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md index 644ba9b..87954e1 100644 --- a/docs/tutorial/data.md +++ b/docs/tutorial/data.md @@ -1,5 +1,4 @@ --- -layout: default --- # Data: Ins and Outs diff --git a/docs/tutorial/forward_backward.md b/docs/tutorial/forward_backward.md index 8e74026..699a26c 100644 --- a/docs/tutorial/forward_backward.md +++ b/docs/tutorial/forward_backward.md @@ -1,5 +1,4 @@ --- -layout: default --- # Forward and Backward diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 0c04811..fd21a44 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -1,5 +1,4 @@ --- -layout: default --- # Caffe Tutorial diff --git a/docs/tutorial/interfaces.md b/docs/tutorial/interfaces.md index 3332341..334d27e 100644 --- a/docs/tutorial/interfaces.md +++ b/docs/tutorial/interfaces.md @@ -1,5 +1,4 @@ --- -layout: default --- # Interfaces diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md index f316e82..c604025 100644 --- a/docs/tutorial/layers.md +++ b/docs/tutorial/layers.md @@ -1,5 +1,4 @@ --- -layout: default --- # Layers diff --git a/docs/tutorial/loss.md b/docs/tutorial/loss.md index b470eaf..8c053ed 100644 --- a/docs/tutorial/loss.md +++ b/docs/tutorial/loss.md @@ -1,5 +1,4 @@ --- -layout: default --- # Loss diff --git a/docs/tutorial/net_layer_blob.md b/docs/tutorial/net_layer_blob.md index 21de96c..21b8dde 100644 --- a/docs/tutorial/net_layer_blob.md +++ b/docs/tutorial/net_layer_blob.md @@ -1,5 +1,4 @@ --- -layout: default --- # Nets, Layers, and Blobs: anatomy of a Caffe model diff --git a/docs/tutorial/solver.md b/docs/tutorial/solver.md index 3780fc3..f5156ee 100644 --- a/docs/tutorial/solver.md +++ b/docs/tutorial/solver.md @@ -1,5 +1,4 @@ --- -layout: default --- # Solver diff --git a/examples/cifar10/readme.md b/examples/cifar10/readme.md index bf64ce8..86fd5ea 100644 --- a/examples/cifar10/readme.md +++ b/examples/cifar10/readme.md @@ -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 --- diff --git a/examples/feature_extraction/readme.md b/examples/feature_extraction/readme.md index 4aab26c..083908e 100644 --- a/examples/feature_extraction/readme.md +++ b/examples/feature_extraction/readme.md @@ -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 --- diff --git a/examples/finetune_flickr_style/readme.md b/examples/finetune_flickr_style/readme.md index 8224998..da584f0 100644 --- a/examples/finetune_flickr_style/readme.md +++ b/examples/finetune_flickr_style/readme.md @@ -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 --- diff --git a/examples/imagenet/readme.md b/examples/imagenet/readme.md index 4c716d9..b4a3110 100644 --- a/examples/imagenet/readme.md +++ b/examples/imagenet/readme.md @@ -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 --- diff --git a/examples/mnist/readme.md b/examples/mnist/readme.md index d4fb62d..5a8e8ca 100644 --- a/examples/mnist/readme.md +++ b/examples/mnist/readme.md @@ -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 --- diff --git a/examples/web_demo/readme.md b/examples/web_demo/readme.md index b0c14e3..3c8fdc0 100644 --- a/examples/web_demo/readme.md +++ b/examples/web_demo/readme.md @@ -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 --- -- 2.7.4