diff --git a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py index ea6168d587d5796e56de94f427bb452ad53d337f..90adda7ac354fba3bd35fae8e1aa4ef98e4297ae 100755 --- a/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py +++ b/Documentation/Cookbook/Scripts/otbGenerateWrappersRstDoc.py @@ -560,4 +560,4 @@ if __name__ == "__main__": #GenerateRstForApplications(args.rst_dir,args.otb_root) GenerateRstForModules(args.rst_dir,args.otb_root) - GenerateRstForRemoteModules(args.rst_dir,args.otb_root) + #GenerateRstForRemoteModules(args.rst_dir,args.otb_root) diff --git a/Documentation/Cookbook/rst/Installation_Linux.rst b/Documentation/Cookbook/rst/Installation_Linux.rst index c2b2287bd57c140d72cc67a79ecf8f5ff32303d5..86dcec8f878191b9b1751cc02a01d725951e7326 100644 --- a/Documentation/Cookbook/rst/Installation_Linux.rst +++ b/Documentation/Cookbook/rst/Installation_Linux.rst @@ -1,5 +1,5 @@ -One liner installation -~~~~~~~~~~~~~~~~~~~~~~ +One line installation +~~~~~~~~~~~~~~~~~~~~~ For a ready to use installation, we provide a script that installs and set the environment for you : .. code-block:: bash @@ -13,7 +13,7 @@ You can customize the default installation by adding parameters to the one line .. code-block:: bash - bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh) OTB_VERSION OTB_INSTALL_DIRECTORY" + bash -c "$(curl -fsSL https://orfeo-toolbox.org/packages/install-otb.sh)" -s OTB_VERSION OTB_INSTALL_DIRECTORY Manual Installation : One package containing all the modules ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/Documentation/Cookbook/rst/templates/PythonAPI.rst b/Documentation/Cookbook/rst/templates/PythonAPI.rst index 7ef5cbd1b7b469c7e81428ee69253b31e709ce53..fb6d7a0a89c23bf8f74a86490e79a9056e224c9c 100644 --- a/Documentation/Cookbook/rst/templates/PythonAPI.rst +++ b/Documentation/Cookbook/rst/templates/PythonAPI.rst @@ -22,7 +22,6 @@ that are not installed on your default PYTHONPATH. os.add_dll_directory("/Path/To/OTB_INSTALL/lib/") import otbApplication as otb - Once your environment is set, you can use OTB applications from Python, just like this small example: