diff --git a/source/api.rst b/source/api.rst index df9f632f5..0567f72a2 100644 --- a/source/api.rst +++ b/source/api.rst @@ -1,4 +1,8 @@ Code Reference ============== -Coming soon! \ No newline at end of file +Coming soon! + + + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/contributing.rst b/source/contributing.rst index 28cd60c49..8866f90e4 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -78,3 +78,4 @@ Pull Requests * Using a plain return when returning explicitly at the end of a function. * Not return null, return undefined, null, or undefined +`Help edit these docs! `_ diff --git a/source/flying.rst b/source/flying.rst index b20336f87..ad8af280d 100644 --- a/source/flying.rst +++ b/source/flying.rst @@ -13,4 +13,6 @@ The guidelines are intended for drone mapping projects on islands, but have gene See also DroneDeploy's guide on `Making Successful Maps `_, which provides great tips on mission planning. -Finally, lens distortion is a challenge in projects requiring accurate 3D data. See our section in these docs on `Camera Calibration `_. \ No newline at end of file +Finally, lens distortion is a challenge in projects requiring accurate 3D data. See our section in these docs on `Camera Calibration `_. + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index 927e12b53..24061899a 100644 --- a/source/index.rst +++ b/source/index.rst @@ -17,3 +17,5 @@ Welcome to OpenDroneMap's documentation! flying contributing + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/installation.rst b/source/installation.rst index 1bd55063d..be01b3c6d 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -497,4 +497,6 @@ The above command asks docker to launch a new container using the opendronemap/n From WebODM you can then press the **Add New** button under **Processing Nodes**. For the **hostname/IP** field type the IP of the second computer. For the **port** field type “3000”. For the **token** field type “secret”. You can also add an optional **label** for your node, such as “second computer”. Then press **Save**. -If everything went well, you should now have two processing nodes! You will be able to process multiple tasks in parallel using two different machines. \ No newline at end of file +If everything went well, you should now have two processing nodes! You will be able to process multiple tasks in parallel using two different machines. + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/large.rst b/source/large.rst index 8a9b28d24..315095f1b 100644 --- a/source/large.rst +++ b/source/large.rst @@ -171,3 +171,5 @@ GCPs are fully supported, however, there needs to be at least 3 GCP points on ea Aknowledgments -------------- Huge props to Pau and the folks at Mapillary for their amazing contributions to OpenDroneMap through their OpenSfM code, which is a key component of the split-merge pipeline. We look forward to further pushing the limits of OpenDroneMap and seeing how big a dataset we can process. + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/outputs.rst b/source/outputs.rst index b6fd0a3f7..5a97173b2 100644 --- a/source/outputs.rst +++ b/source/outputs.rst @@ -94,3 +94,6 @@ List of all outputs └── odm_dem/ ├── dsm.tif # Digital Surface Model Geotiff - the tops of everything └── dtm.tif # Digital Terrain Model Geotoff - the ground. + + +`Help edit these docs! `_ \ No newline at end of file diff --git a/source/using.rst b/source/using.rst index 5105777f9..a3b69b609 100644 --- a/source/using.rst +++ b/source/using.rst @@ -392,4 +392,7 @@ Arguments:: Default: None --merge Choose what to merge in the merge step in a split dataset. By default all available outputs are merged. - Default: all \ No newline at end of file + Default: all + + +`Help edit these docs! `_ \ No newline at end of file