Permalink
Browse files

favor notebook examples as more clear and popular

  • Loading branch information...
1 parent 3562698 commit 0f5bfc34e0b37b9ab3437d6755eb04a8dc9e8656 @shelhamer shelhamer committed Apr 14, 2017
Showing with 7 additions and 7 deletions.
  1. +7 −7 docs/index.md
View
@@ -52,20 +52,20 @@ Developer documentation automagically generated from code comments.
* [Benchmarking](https://docs.google.com/spreadsheets/d/1Yp4rqHpT7mKxOPbpzYeUfEFLnELDAgxSSBQKp5uKDGQ/edit#gid=0)<br>
Comparison of inference and learning for different networks and GPUs.
-### Examples
-
-{% assign examples = site.pages | where:'category','example' | sort: 'priority' %}
-{% for page in examples %}
-- <div><a href="{{page.url}}">{{page.title}}</a><br>{{page.description}}</div>
-{% endfor %}
-
### Notebook Examples
{% assign notebooks = site.pages | where:'category','notebook' | sort: 'priority' %}
{% for page in notebooks %}
- <div><a href="http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/{{page.original_path}}">{{page.title}}</a><br>{{page.description}}</div>
{% endfor %}
+### Command Line Examples
+
+{% assign examples = site.pages | where:'category','example' | sort: 'priority' %}
+{% for page in examples %}
+- <div><a href="{{page.url}}">{{page.title}}</a><br>{{page.description}}</div>
+{% endfor %}
+
## Citing Caffe
Please cite Caffe in your publications if it helps your research:

0 comments on commit 0f5bfc3

Please sign in to comment.