[opencv] 194/251: Moved dnn module documentation and tutorials links higher in the lists
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.
commit 886b1f39d951273ce23d9271422925b234fc26f5
Author: Maksim Shabunin <maksim.shabunin at gmail.com>
Date: Mon Jul 31 14:54:28 2017 +0300
Moved dnn module documentation and tutorials links higher in the lists
---
doc/CMakeLists.txt | 2 +-
doc/tutorials/tutorials.markdown | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index f956cde..4243409 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -24,7 +24,7 @@ if(HAVE_DOC_GENERATOR)
endforeach()
ocv_list_sort(BASE_MODULES)
ocv_list_sort(EXTRA_MODULES)
- set(FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect ml flann photo stitching)
+ set(FIXED_ORDER_MODULES core imgproc imgcodecs videoio highgui video calib3d features2d objdetect dnn ml flann photo stitching)
list(REMOVE_ITEM BASE_MODULES ${FIXED_ORDER_MODULES})
set(BASE_MODULES ${FIXED_ORDER_MODULES} ${BASE_MODULES})
endif(HAVE_DOC_GENERATOR)
diff --git a/doc/tutorials/tutorials.markdown b/doc/tutorials/tutorials.markdown
index b008181..59bab9a 100644
--- a/doc/tutorials/tutorials.markdown
+++ b/doc/tutorials/tutorials.markdown
@@ -58,6 +58,10 @@ As always, we would be happy to hear your comments and receive your contribution
Ever wondered
how your digital camera detects people's faces? Look here to find out!
+- @subpage tutorial_table_of_content_dnn
+
+ These tutorials show how to use dnn module effectively.
+
- @subpage tutorial_table_of_content_ml
Use the powerful
@@ -85,7 +89,3 @@ As always, we would be happy to hear your comments and receive your contribution
- @subpage tutorial_table_of_content_viz
These tutorials show how to use Viz module effectively.
-
-- @subpage tutorial_table_of_content_dnn
-
- These tutorials show how to use dnn module effectively.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list