update doc
This commit is contained in:
committed by
Nicola Demo
parent
e917753702
commit
2526da36bf
8
docs/source/_rst/model/block/convolution_interface.rst
Normal file
8
docs/source/_rst/model/block/convolution_interface.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Continuous Convolution Interface
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.convolution
|
||||
|
||||
.. autoclass:: BaseContinuousConv
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -1,6 +1,6 @@
|
||||
FourierIntegralKernel
|
||||
=========================
|
||||
.. currentmodule:: pina.model.fno
|
||||
.. currentmodule:: pina.model.fourier_neural_operator
|
||||
|
||||
.. autoclass:: FourierIntegralKernel
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
GraphNeuralKernel
|
||||
=======================
|
||||
.. currentmodule:: pina.model.graph_neural_operator
|
||||
|
||||
.. autoclass:: GraphNeuralKernel
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user