Fix errant docstring

This commit is contained in:
Steven Silvester
2015-12-05 10:35:11 -06:00
parent 07f18c6067
commit 219d08ad7b
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -25,9 +25,10 @@ sudo tlmgr install ucs dvipng
## Fixing Warnings ##
- "citation not found: R###"
$ cd doc/build; grep -rin R### .
There is probably an underscore after a reference
in the first line of a docstring (e.g. [1]_)
in the first line of a docstring (e.g. [1]_).
Use this method to find the source file:
$ cd doc/build; grep -rin R####
- "Duplicate citation R###, other instance in...""
There is probably a [2] without a [1] in one of
+1 -1
View File
@@ -298,7 +298,7 @@ def local_binary_pattern(image, P, R, method='default'):
def multiblock_lbp(int_image, r, c, width, height):
"""Multi-block local binary pattern (MB-LBP) [1]_.
"""Multi-block local binary pattern (MB-LBP).
The features are calculated similarly to local binary patterns (LBPs),
(See :py:meth:`local_binary_pattern`) except that summed blocks are