Modified conf.py. Added extlinks for the tutorials
authorAna Huaman <no@email>
Tue, 14 Jun 2011 23:25:23 +0000 (23:25 +0000)
committerAna Huaman <no@email>
Tue, 14 Jun 2011 23:25:23 +0000 (23:25 +0000)
doc/conf.py

index 2315046..c2d1263 100644 (file)
@@ -270,8 +270,7 @@ man_pages = [
      [u'opencv-dev@itseez.com'], 1)
 ]
 
-# ---- My addings (achq June 13 2011) -----------------
-# To remember: Do not use capitalized letters in the name of the link, it gives you an error. You can use "_", though.
+# ---- External links for tutorials -----------------
 extlinks = {'cvt_color': ('http://opencv.willowgarage.com/documentation/cpp/imgproc_miscellaneous_image_transformations.html#cv-cvtcolor%s', None),
             'imread': ('http://opencv.willowgarage.com/documentation/cpp/highgui_reading_and_writing_images_and_video.html?highlight=imread#imread%s', None),
             'imwrite': ('http://opencv.willowgarage.com/documentation/cpp/highgui_reading_and_writing_images_and_video.html?highlight=imread#cv-imwrite%s', None),