Skip to content
Snippets Groups Projects
Commit 7daaf28b authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: removed documentation about PDF cookbook target, as it has been removed

parent 69f76020
Branches
Tags
No related merge requests found
...@@ -131,6 +131,18 @@ to manage dependencies. Both methods rely on CMake. ...@@ -131,6 +131,18 @@ to manage dependencies. Both methods rely on CMake.
If you do not know which method to use and just want to compile OTB with If you do not know which method to use and just want to compile OTB with
all its modules, use the SuperBuild. all its modules, use the SuperBuild.
+------------+------------+-----------+
| Header 1 | Header 2 | Header 3 |
+============+============+===========+
| body row 1 | column 2 | column 3 |
+------------+------------+-----------+
| body row 2 | Cells may span columns.|
+------------+------------+-----------+
| body row 3 | Cells may | - Cells |
+------------+ span rows. | - contain |
| body row 4 | | - blocks. |
+------------+------------+-----------+
Important CMake configuration variables: Important CMake configuration variables:
* ``CMAKE_INSTALL_PREFIX``: Installation directory, target for ``make install`` * ``CMAKE_INSTALL_PREFIX``: Installation directory, target for ``make install``
...@@ -392,9 +404,6 @@ To build the CookBook documentation, the following python packages are required: ...@@ -392,9 +404,6 @@ To build the CookBook documentation, the following python packages are required:
pip install numpy sphinx sphinx_rtd_theme pip install numpy sphinx sphinx_rtd_theme
A working installation of ``latex`` is
required for building the PDF version.
Enable Python bindings and set ``BUILD_COOKBOOK``: Enable Python bindings and set ``BUILD_COOKBOOK``:
:: ::
...@@ -407,6 +416,3 @@ Then, build the target: ...@@ -407,6 +416,3 @@ Then, build the target:
make CookbookHTML make CookbookHTML
::
make CookBookPDF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment