updating rst
This commit is contained in:
committed by
Nicola Demo
parent
28ef4c823b
commit
3f8665b5d8
9
docs/source/_rst/graph/graph.rst
Normal file
9
docs/source/_rst/graph/graph.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Graph
|
||||
===========
|
||||
.. currentmodule:: pina.graph
|
||||
|
||||
|
||||
.. autoclass:: Graph
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
9
docs/source/_rst/graph/graph_builder.rst
Normal file
9
docs/source/_rst/graph/graph_builder.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
GraphBuilder
|
||||
==============
|
||||
.. currentmodule:: pina.graph
|
||||
|
||||
|
||||
.. autoclass:: GraphBuilder
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
9
docs/source/_rst/graph/knn_graph.rst
Normal file
9
docs/source/_rst/graph/knn_graph.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
KNNGraph
|
||||
===========
|
||||
.. currentmodule:: pina.graph
|
||||
|
||||
|
||||
.. autoclass:: KNNGraph
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
9
docs/source/_rst/graph/radius_graph.rst
Normal file
9
docs/source/_rst/graph/radius_graph.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
RadiusGraph
|
||||
=============
|
||||
.. currentmodule:: pina.graph
|
||||
|
||||
|
||||
.. autoclass:: RadiusGraph
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user