Skip to content

Commit

Permalink
Merge pull request BVLC#1034 from sergeyk/dev
Browse files Browse the repository at this point in the history
[docs] default setting for layout
  • Loading branch information
shelhamer committed Sep 4, 2014
2 parents fd76543 + 3e6953b commit ddccfc5
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 22 deletions.
8 changes: 7 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
markdown: kramdown
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"

1 change: 0 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
title: Development
---
# Development
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Caffe

Expand Down
3 changes: 1 addition & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: default
title: Caffe
title: Installation
---

# Installation
Expand Down
3 changes: 1 addition & 2 deletions docs/performance_hardware.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
layout: default
title: Caffe
title: Performance and Hardware Configuration
---

# Performance and Hardware Configuration
Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/convolution.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Caffeinated Convolution

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Data: Ins and Outs

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/forward_backward.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Forward and Backward

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Caffe Tutorial

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/interfaces.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Interfaces

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/layers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Layers

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/loss.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Loss

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/net_layer_blob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Nets, Layers, and Blobs: anatomy of a Caffe model

Expand Down
1 change: 0 additions & 1 deletion docs/tutorial/solver.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: default
---
# Solver

Expand Down
1 change: 0 additions & 1 deletion examples/cifar10/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 0 additions & 1 deletion examples/feature_extraction/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 0 additions & 1 deletion examples/finetune_flickr_style/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 0 additions & 1 deletion examples/imagenet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 0 additions & 1 deletion examples/mnist/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
1 change: 0 additions & 1 deletion examples/web_demo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit ddccfc5

Please sign in to comment.