Added pyrate as a direct dependency.
This commit is contained in:
7
pyrate/doc/source/plan/graph/generate.rst
Normal file
7
pyrate/doc/source/plan/graph/generate.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Earth Graph Generation
|
||||
----------------------
|
||||
|
||||
.. automodule:: pyrate.plan.graph.generate
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
pyrate/doc/source/plan/graph/geo_graph.rst
Normal file
7
pyrate/doc/source/plan/graph/geo_graph.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Geo-referenced Graph Implementation
|
||||
-----------------------------------
|
||||
|
||||
.. automodule:: pyrate.plan.graph.geo_graph
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
pyrate/doc/source/plan/graph/graph.rst
Normal file
7
pyrate/doc/source/plan/graph/graph.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Graph Implementation
|
||||
--------------------
|
||||
|
||||
.. automodule:: pyrate.plan.graph.graph
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
16
pyrate/doc/source/plan/graph/graph_overview.rst
Normal file
16
pyrate/doc/source/plan/graph/graph_overview.rst
Normal file
@ -0,0 +1,16 @@
|
||||
Graph
|
||||
=====
|
||||
|
||||
.. automodule:: pyrate.plan.graph
|
||||
|
||||
.. inheritance-diagram:: pyrate.plan.graph.graph.NavigationGraph pyrate.plan.graph.geo_graph.GeoNavigationGraph
|
||||
:parts: 1
|
||||
:top-classes: pyrate.plan.graph.graph.NavigationGraph
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Modules:
|
||||
|
||||
graph
|
||||
geo_graph
|
||||
generate
|
BIN
pyrate/doc/source/plan/graph/vertices_area_of_influence.png
Normal file
BIN
pyrate/doc/source/plan/graph/vertices_area_of_influence.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 768 KiB |
BIN
pyrate/doc/source/plan/graph/vertices_distribution_mercator.png
Normal file
BIN
pyrate/doc/source/plan/graph/vertices_distribution_mercator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
Reference in New Issue
Block a user