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
Container registry
Model registry
Operate
Environments
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 Michel
otb
Commits
38eacfe5
Commit
38eacfe5
authored
8 years ago
by
Victor Poughon
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update CookBook README
parent
a847d289
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/README.md
+7
-3
7 additions, 3 deletions
Documentation/Cookbook/README.md
with
7 additions
and
3 deletions
Documentation/Cookbook/README.md
+
7
−
3
View file @
38eacfe5
...
@@ -11,13 +11,15 @@ The old Cookbook in otb-documents is deprecated.
...
@@ -11,13 +11,15 @@ The old Cookbook in otb-documents is deprecated.
Requirements
Requirements
============
============
i
nstall OTB, sphinx, sphinx-rtd-theme
I
nstall OTB, sphinx, sphinx-rtd-theme
:
aptitude install python-sphinx python-sphinx-rtd-theme
aptitude install python-sphinx python-sphinx-rtd-theme
How to build the Cookbook:
How to build the Cookbook:
==========================
==========================
You will need a build of OTB with python wrapping enabled (SuperBuild is fine). Then:
mkdir ~/build-cookbook
mkdir ~/build-cookbook
cd ~/build-cookbook
cd ~/build-cookbook
cmake ~/sources/otb/Documentation/CookBook -DOTB_DIR=/path/where/you/installed/otb/lib/cmake/OTB-X.Y
cmake ~/sources/otb/Documentation/CookBook -DOTB_DIR=/path/where/you/installed/otb/lib/cmake/OTB-X.Y
...
@@ -26,6 +28,8 @@ How to build the Cookbook:
...
@@ -26,6 +28,8 @@ How to build the Cookbook:
View results
View results
============
============
Open the cookbook documentation in a firefox tab!
Open the cookbook documentation in a browser tab:
firefox ~/build-cookbook/rst/_build/html/index.html
firefox ~/build-cookbook/rst/_build/html/index.html
To upload it somewhere, copy the _build/html directory.
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