[docs] order ipython notebooks
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 19 Sep 2014 04:25:10 +0000 (21:25 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 19 Sep 2014 04:25:10 +0000 (21:25 -0700)
docs/index.md
examples/classification.ipynb
examples/detection.ipynb
examples/filter_visualization.ipynb
examples/hdf5_classification.ipynb
examples/net_surgery.ipynb

index e89d842..e90b06b 100644 (file)
@@ -58,7 +58,7 @@ Developer documentation automagically generated from code comments.
 
 ### Notebook examples
 
-{% assign notebooks = site.pages | where:'category','notebook' %}
+{% 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 %}
index 9c9d247..fb44da8 100644 (file)
@@ -2,7 +2,8 @@
  "metadata": {
   "description": "Use the pre-trained ImageNet model to classify images with the Python interface.",
   "example_name": "ImageNet classification",
-  "include_in_docs": true
+  "include_in_docs": true,
+  "priority": 1
  },
  "nbformat": 3,
  "nbformat_minor": 0,
index 62263b6..d05c0c2 100644 (file)
@@ -2,7 +2,8 @@
  "metadata": {
   "description": "Run a pretrained model as a detector in Python.",
   "example_name": "R-CNN detection",
-  "include_in_docs": true
+  "include_in_docs": true,
+  "priority": 3
  },
  "nbformat": 3,
  "nbformat_minor": 0,
index abf4c0d..09b416f 100644 (file)
@@ -2,7 +2,8 @@
  "metadata": {
   "description": "Extracting features and visualizing trained filters with an example image, viewed layer-by-layer.",
   "example_name": "Filter visualization",
-  "include_in_docs": true
+  "include_in_docs": true,
+  "priority": 2
  },
  "nbformat": 3,
  "nbformat_minor": 0,
index 2059e6f..51d854f 100644 (file)
@@ -1,8 +1,9 @@
 {
  "metadata": {
   "description": "Use Caffe as a generic SGD optimizer to train logistic regression on non-image HDF5 data.",
-  "example_name": "Classification with HDF5 data",
+  "example_name": "Off-the-shelf SGD for classification",
   "include_in_docs": true,
+  "priority": 4,
   "signature": "sha256:c3b84add3bb83e91137f396a48f46d46bf7921b242fc42c58390b30806e5a028"
  },
  "nbformat": 3,
    "metadata": {}
   }
  ]
-}
\ No newline at end of file
+}
index e4f4f98..6431001 100644 (file)
@@ -3,6 +3,7 @@
   "description": "How to do net surgery and manually change model parameters, making a fully-convolutional classifier for dense feature extraction.",
   "example_name": "Editing model parameters",
   "include_in_docs": true,
+  "priority": 5,
   "signature": "sha256:179fb20339497f5e64f6fbeb57987f27a962b7ae6d940c8fede2631aba9bffaf"
  },
  "nbformat": 3,
    "metadata": {}
   }
  ]
-}
\ No newline at end of file
+}