From d8745f8b00835fd3a80ee91fd7b3ee541dfe174c Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Wed, 8 Apr 2020 23:43:50 +0000
Subject: [PATCH] Deploy to GitHub Pages:
2497779b0865c21b13921fc37689085f558c0e62
---
html/_static/documentation_options.js | 1 +
html/_static/searchtools.js | 5 ++-
html/design/basics.html | 4 +--
html/design/channel.html | 4 +--
html/design/color_base.html | 4 +--
html/design/color_space.html | 4 +--
html/design/concepts.html | 4 +--
html/design/conclusions.html | 4 +--
html/design/dynamic_image.html | 4 +--
html/design/examples.html | 4 +--
html/design/extending.html | 4 +--
html/design/image.html | 4 +--
html/design/image_view.html | 4 +--
html/design/index.html | 4 +--
html/design/metafunctions.html | 4 +--
html/design/pixel.html | 4 +--
html/design/pixel_iterator.html | 4 +--
html/design/pixel_locator.html | 4 +--
html/design/point.html | 4 +--
html/design/technicalities.html | 4 +--
html/genindex.html | 4 +--
.../affine-region-detectors.html | 4 +--
html/image_processing/basics.html | 4 +--
html/image_processing/index.html | 4 +--
html/image_processing/overview.html | 4 +--
html/index.html | 4 +--
html/installation.html | 4 +--
html/io.html | 4 +--
html/naming.html | 4 +--
html/numeric.html | 4 +--
html/objects.inv | Bin 3045 -> 3058 bytes
html/reference/algorithm_8hpp_source.html | 8 ++---
.../any__image__view_8hpp_source.html | 2 +-
html/reference/basic_8hpp_source.html | 16 ++++-----
.../classboost_1_1gil_1_1image-members.html | 6 ++--
.../reference/classboost_1_1gil_1_1image.html | 6 ++++
html/reference/color_8hpp_source.html | 8 ++---
.../reference/color__convert_8hpp_source.html | 8 ++---
.../reference/concept__check_8hpp_source.html | 2 +-
.../concepts_2channel_8hpp_source.html | 16 ++++-----
.../concepts_2color__base_8hpp_source.html | 14 ++++----
.../concepts_2dynamic__step_8hpp_source.html | 4 +--
.../concepts_2image_8hpp_source.html | 14 ++++----
.../concepts_2image__view_8hpp_source.html | 32 +++++++++---------
.../concepts_2pixel_8hpp_source.html | 20 +++++------
...concepts_2pixel__iterator_8hpp_source.html | 20 +++++------
.../concepts_2point_8hpp_source.html | 6 ++--
.../dynamic__io__new_8hpp_source.html | 2 +-
...dynamic__image_2algorithm_8hpp_source.html | 6 ++--
html/reference/filter_8hpp_source.html | 2 +-
html/reference/image_8hpp_source.html | 8 ++---
html/reference/image__view_8hpp_source.html | 2 +-
.../image__view__factory_8hpp_source.html | 8 ++---
.../iterator__from__2d_8hpp_source.html | 2 +-
html/reference/locator_8hpp_source.html | 2 +-
html/reference/metafunctions_8hpp_source.html | 2 +-
html/reference/numeric_8hpp_source.html | 2 +-
html/reference/pixel__based_8hpp_source.html | 6 ++--
.../pixel__dereference_8hpp_source.html | 4 +--
.../pixel__iterator__adaptor_8hpp_source.html | 2 +-
.../reference/pixel__locator_8hpp_source.html | 14 ++++----
...read__and__convert__image_8hpp_source.html | 2 +-
.../read__and__convert__view_8hpp_source.html | 2 +-
html/reference/read__image_8hpp_source.html | 2 +-
html/reference/read__view_8hpp_source.html | 2 +-
html/reference/reader__base_8hpp_source.html | 2 +-
.../reference/step__iterator_8hpp_source.html | 4 +--
html/reference/threshold_8hpp_source.html | 4 +--
html/reference/write__view_8hpp_source.html | 2 +-
html/search.html | 10 +++---
html/searchindex.js | 2 +-
html/toolbox.html | 4 +--
html/tutorial/gradient.html | 4 +--
html/tutorial/histogram.html | 4 +--
html/tutorial/video.html | 4 +--
75 files changed, 210 insertions(+), 200 deletions(-)
diff --git a/html/_static/documentation_options.js b/html/_static/documentation_options.js
index 4790c4d3c..2fa8c97fe 100644
--- a/html/_static/documentation_options.js
+++ b/html/_static/documentation_options.js
@@ -5,6 +5,7 @@ var DOCUMENTATION_OPTIONS = {
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
+ LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false
diff --git a/html/_static/searchtools.js b/html/_static/searchtools.js
index d11b33a78..ab5649965 100644
--- a/html/_static/searchtools.js
+++ b/html/_static/searchtools.js
@@ -251,6 +251,7 @@ var Search = {
var item = results.pop();
var listItem = $('');
var requestUrl = "";
+ var linkUrl = "";
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
// dirhtml builder
var dirname = item[0] + '/';
@@ -260,13 +261,15 @@ var Search = {
dirname = '';
}
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + dirname;
+ linkUrl = requestUrl;
} else {
// normal html builders
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX;
+ linkUrl = item[0] + DOCUMENTATION_OPTIONS.LINK_SUFFIX;
}
listItem.append($('').attr('href',
- requestUrl +
+ linkUrl +
highlightstring + item[2]).html(item[1]));
if (item[3]) {
listItem.append($(' (' + item[3] + ')'));
diff --git a/html/design/basics.html b/html/design/basics.html
index 634b722f4..9916b10c4 100644
--- a/html/design/basics.html
+++ b/html/design/basics.html
@@ -114,8 +114,8 @@ read the sections in order.