add link to docs edits in each page

pull/19/head
Stephen Mather 2019-09-14 14:41:59 -04:00
rodzic d4f7d54922
commit 519291b829
8 zmienionych plików z 23 dodań i 4 usunięć

Wyświetl plik

@ -2,3 +2,7 @@ Code Reference
==============
Coming soon!
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/api.rst>`_

Wyświetl plik

@ -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! <https://github.com/OpenDroneMap/docs/blob/publish/source/contributing.rst>`_

Wyświetl plik

@ -14,3 +14,5 @@ The guidelines are intended for drone mapping projects on islands, but have gene
See also DroneDeploy's guide on `Making Successful Maps <https://support.dronedeploy.com/docs/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 <using.html#calibrating-the-camera>`_.
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/flying.rst>`_

Wyświetl plik

@ -17,3 +17,5 @@ Welcome to OpenDroneMap's documentation!
flying
contributing
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/index.rst>`_

Wyświetl plik

@ -498,3 +498,5 @@ 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.
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/installation.rst>`_

Wyświetl plik

@ -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! <https://github.com/OpenDroneMap/docs/blob/publish/source/large.rst>`_

Wyświetl plik

@ -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! <https://github.com/OpenDroneMap/docs/blob/publish/source/outputs.rst>`_

Wyświetl plik

@ -393,3 +393,6 @@ Arguments::
--merge <string> Choose what to merge in the merge step in a split
dataset. By default all available outputs are merged.
Default: all
`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/using.rst>`_