From 18e6feaad6d9c1d9aeccfeabc26ba99535484d9e Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 22 May 2019 15:08:43 -0400 Subject: [PATCH] Ref fixes --- source/installation.rst | 4 ++-- source/using.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/installation.rst b/source/installation.rst index 0f004f1a5..270f5ad83 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -58,7 +58,7 @@ See the `WebODM project README `_ for ot Build your docker image ``````````````````````` -Download and extract the latest version of ODM: :ref:`download` +Download and extract the latest version of ODM: https://github.com/OpenDroneMap/ODM/archive/master.zip In Docker toolbox or Docker CE, navigate to your extracted ODM directory. Then build the Docker image.:: @@ -89,7 +89,7 @@ Once this is done, go to :ref:`docker-usage` Native Installation (Ubuntu 16.04) ---------------------------------- -Download and extract the latest version of ODM: :ref:`download` +Download and extract the latest version of ODM: https://github.com/OpenDroneMap/ODM/archive/master.zip The installation is simple:: diff --git a/source/using.rst b/source/using.rst index a17417263..bc878f88e 100644 --- a/source/using.rst +++ b/source/using.rst @@ -13,7 +13,7 @@ There are two methods for running with docker. One pulls a pre-built image from docker run -ti --rm -v /my/project:/datasets/code --project-path /datasets -Where /my/project is the path to your project containing an ``images`` folder (/my/project/images). ``-v`` is used to connect folders in the docker container to local folders. See :doc:`dataset` for reference on the project layout. +Where /my/project is the path to your project containing an ``images`` folder (/my/project/images). ``-v`` is used to connect folders in the docker container to local folders. See :doc:`outputs` for reference on the project layout. To pass in custom parameters to the run.py script, simply pass it as arguments to the docker run command. For example::