Commit aae92454 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: update documentation links to muparser

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -22,7 +22,7 @@ The naming convention “im[x]b[y]” designates the yth band of the xth ...@@ -22,7 +22,7 @@ The naming convention “im[x]b[y]” designates the yth band of the xth
input image. input image.
The *BandMath* application embeds built-in operators and functions The *BandMath* application embeds built-in operators and functions
listed in `muparser documentation <http://muparser.sourceforge.net/mup_features.html#idDef2>`_ thus listed in `muparser documentation <https://beltoforion.de/article.php?a=muparser&p=features&s=idDef1#idDef1>`_ thus
allowing a vast choice of possible operations. allowing a vast choice of possible operations.
Images with no-data values Images with no-data values
......
...@@ -197,7 +197,7 @@ private: ...@@ -197,7 +197,7 @@ private:
"into a unique multiband output image." "into a unique multiband output image."
); );
SetDocAuthors( "OTB-Team" ); SetDocAuthors( "OTB-Team" );
SetDocSeeAlso("[1] http://articles.beltoforion.de/article.php?a=muparserx\n\n" SetDocSeeAlso("[1] https://beltoforion.de/article.php?a=muparserx\n\n"
"[2] BandMath"); "[2] BandMath");
AddDocTag(Tags::Manip); AddDocTag(Tags::Manip);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment