diff --git a/source/api.rst b/source/api.rst deleted file mode 100644 index 0567f72a2..000000000 --- a/source/api.rst +++ /dev/null @@ -1,8 +0,0 @@ -Code Reference -============== - -Coming soon! - - - -`Help edit these docs! `_ \ No newline at end of file diff --git a/source/index.rst b/source/index.rst index 15590d122..25b8174dc 100644 --- a/source/index.rst +++ b/source/index.rst @@ -33,7 +33,7 @@ Welcome to OpenDroneMap's documentation arguments outputs large - api + resources flying contributing diff --git a/source/resources.rst b/source/resources.rst new file mode 100644 index 000000000..3ef3501c4 --- /dev/null +++ b/source/resources.rst @@ -0,0 +1,26 @@ +Additional References +===================== + +For Users +-------------- + +The following resources are a good place to start: + +* `README page for ODM `_ +* `README page for WebODM `_ +* `README page for NodeODM `_ +* `Ground Control Points Format Specification `_ +* `OpenDroneMap: The Missing Guide `_ + +For Developers +-------------- + +In addition to user resources, we recommend to also read the following: + +* WebODM documentation: https://docs.webodm.org +* NodeODM API specification: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc +* Overview of the ODM pipeline: http://community.opendronemap.org/t/where-can-i-find-background-information-on-the-concepts-of-odm/665/2 +* We keep a `section in our forum dedicated to research papers `_. This is a valuable place where to read more about state of the art research related to structure from motion, multi-view stereo, meshing, texturing, etc. which can be used to improve the software. + + +`Help edit these docs! `_ \ No newline at end of file