Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
bbf98eb1
Commit
bbf98eb1
authored
4 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Plain Diff
Merge branch 'deploy_doxygen' into 'develop'
Deploy Doxygen documentation in CI See merge request
orfeotoolbox/otb!721
parents
d13add2f
38632442
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CI/deploy.sh
+12
-3
12 additions, 3 deletions
CI/deploy.sh
Documentation/Cookbook/rst/index.rst
+2
-2
2 additions, 2 deletions
Documentation/Cookbook/rst/index.rst
Documentation/Cookbook/rst/recipes/pbclassif.rst
+1
-1
1 addition, 1 deletion
Documentation/Cookbook/rst/recipes/pbclassif.rst
with
15 additions
and
6 deletions
CI/deploy.sh
+
12
−
3
View file @
bbf98eb1
...
...
@@ -77,10 +77,19 @@ scp ref.sha otbpush@otb5-vm2.orfeo-toolbox.org:${jobs_directory}/
#Untar doc
if
[
"
$CI_COMMIT_REF_NAME
"
=
"develop"
]
then
#Cookbook
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
tar
-xf
${
jobs_directory
}
/CookBook-
*
-html
.tar.gz
-C
${
jobs_directory
}
/
tar
-xf
${
jobs_directory
}
/CookBook-
*
-html
.tar.gz
-C
${
jobs_directory
}
/
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
rm
-rf
/home/otbpush/test/CookBook/
*
rm
-rf
/home/otbpush/test/CookBook/
*
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
mv
${
jobs_directory
}
/CookBook-
*
/
*
/home/otbpush/test/CookBook/.
mv
${
jobs_directory
}
/CookBook-
*
/
*
/home/otbpush/test/CookBook/.
# Doxygen
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
tar
-xf
${
jobs_directory
}
/OTB-Doxygen-
*
.tar.bz2
-C
${
jobs_directory
}
/
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
rm
-rf
/home/otbpush/test/Doxygen/
*
ssh otbpush@otb5-vm2.orfeo-toolbox.org
\
mv
${
jobs_directory
}
/html/
*
/home/otbpush/test/Doxygen/
fi
This diff is collapsed.
Click to expand it.
Documentation/Cookbook/rst/index.rst
+
2
−
2
View file @
bbf98eb1
Welcome to Orfeo ToolBox!
=========================
`Orfeo ToolBox (OTB) <http://orfeo-toolbox.org>`_ is an open-source project for
`Orfeo ToolBox (OTB) <http
s
://
www.
orfeo-toolbox.org
/
>`_ is an open-source project for
state-of-the-art remote sensing. Built on the shoulders of the open-source
geospatial community, it can process high resolution optical, multispectral and
radar images at the terabyte scale. A wide variety of applications are
...
...
@@ -32,7 +32,7 @@ joining `our community <https://www.orfeo-toolbox.org/community/>`_ and
For other documentation, be sure to read:
- OTB's website: `www.orfeo-toolbox.org <https://www.orfeo-toolbox.org/>`_
- `Doxygen <http://orfeo-toolbox.org/doxygen/>`_, for exhaustive documentation
- `Doxygen <http
s
://
www.
orfeo-toolbox.org/doxygen/>`_, for exhaustive documentation
of the C++ API.
Table of Contents
...
...
This diff is collapsed.
Click to expand it.
Documentation/Cookbook/rst/recipes/pbclassif.rst
+
1
−
1
View file @
bbf98eb1
...
...
@@ -475,7 +475,7 @@ to positive reference samples (either represented as a raster labeled
image or as a vector data containing the reference classes). It will
compute the confusion matrix and precision, recall and F-score of each
class too, based on the
`ConfusionMatrixCalculator <http://www.orfeo-toolbox.org/doxygen
-current
/classotb_1_1ConfusionMatrixCalculator.html>`_
`ConfusionMatrixCalculator <http
s
://www.orfeo-toolbox.org/doxygen/classotb_1_1ConfusionMatrixCalculator.html>`_
class.
If you have made an unsupervised classification, it must be specified
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment