Merge pull request #34 from smathermather/publish

mv api to resources and add resources
pull/35/head
Stephen Mather 2019-10-08 04:58:42 -04:00 zatwierdzone przez GitHub
commit 858c6cff14
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 27 dodań i 9 usunięć

Wyświetl plik

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

Wyświetl plik

@ -33,7 +33,7 @@ Welcome to OpenDroneMap's documentation
arguments
outputs
large
api
resources
flying
contributing

Wyświetl plik

@ -0,0 +1,26 @@
Additional References
=====================
For Users
--------------
The following resources are a good place to start:
* `README page for ODM <https://github.com/OpenDroneMap/OpenDroneMap>`_
* `README page for WebODM <https://github.com/OpenDroneMap/WebODM>`_
* `README page for NodeODM <https://github.com/OpenDroneMap/node-OpenDroneMap>`_
* `Ground Control Points Format Specification <https://github.com/mapillary/OpenSfM/blob/master/doc/source/gcp.rst>`_
* `OpenDroneMap: The Missing Guide <https://odmbook.com/>`_
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 <http://community.opendronemap.org/c/ideas-proposals/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! <https://github.com/OpenDroneMap/docs/blob/publish/source/api.rst>`_