update rst
This commit is contained in:
committed by
Nicola Demo
parent
65534c998a
commit
9a26c94e07
7
docs/source/_rst/model/average_neural_operator.rst
Normal file
7
docs/source/_rst/model/average_neural_operator.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Averaging Neural Operator
|
||||
==============================
|
||||
.. currentmodule:: pina.model.average_neural_operator
|
||||
|
||||
.. autoclass:: AveragingNeuralOperator
|
||||
:members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,8 @@
|
||||
Averaging Neural Operator Block
|
||||
==================================
|
||||
.. currentmodule:: pina.model.block.average_neural_operator_block
|
||||
|
||||
.. autoclass:: AVNOBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/convolution.rst
Normal file
8
docs/source/_rst/model/block/convolution.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Continuous Convolution Block
|
||||
===============================
|
||||
.. currentmodule:: pina.model.block.convolution_2d
|
||||
|
||||
.. autoclass:: ContinuousConvBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/enhanced_linear.rst
Normal file
8
docs/source/_rst/model/block/enhanced_linear.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
EnhancedLinear Block
|
||||
=====================
|
||||
.. currentmodule:: pina.model.block.residual
|
||||
|
||||
.. autoclass:: EnhancedLinear
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
16
docs/source/_rst/model/block/fourier_block.rst
Normal file
16
docs/source/_rst/model/block/fourier_block.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
Fourier Neural Operator Block
|
||||
======================================
|
||||
.. currentmodule:: pina.model.block.fourier_block
|
||||
|
||||
|
||||
.. autoclass:: FourierBlock1D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: FourierBlock2D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: FourierBlock3D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
8
docs/source/_rst/model/block/fourier_embedding.rst
Normal file
8
docs/source/_rst/model/block/fourier_embedding.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Fourier Feature Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.block.embedding
|
||||
|
||||
.. autoclass:: FourierFeatureEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
8
docs/source/_rst/model/block/gno_block.rst
Normal file
8
docs/source/_rst/model/block/gno_block.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Graph Neural Operator Block
|
||||
===============================
|
||||
.. currentmodule:: pina.model.block.gno_block
|
||||
|
||||
.. autoclass:: GNOBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
8
docs/source/_rst/model/block/low_rank_block.rst
Normal file
8
docs/source/_rst/model/block/low_rank_block.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Low Rank Neural Operator Block
|
||||
=================================
|
||||
.. currentmodule:: pina.model.block.low_rank_block
|
||||
|
||||
.. autoclass:: LowRankBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
7
docs/source/_rst/model/block/orthogonal.rst
Normal file
7
docs/source/_rst/model/block/orthogonal.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Orthogonal Block
|
||||
======================
|
||||
.. currentmodule:: pina.model.block.orthogonal
|
||||
|
||||
.. autoclass:: OrthogonalBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
8
docs/source/_rst/model/block/pbc_embedding.rst
Normal file
8
docs/source/_rst/model/block/pbc_embedding.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
Periodic Boundary Condition Embedding
|
||||
=======================================
|
||||
.. currentmodule:: pina.model.block.embedding
|
||||
|
||||
.. autoclass:: PeriodicBoundaryEmbedding
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
7
docs/source/_rst/model/block/pod_block.rst
Normal file
7
docs/source/_rst/model/block/pod_block.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Proper Orthogonal Decomposition Block
|
||||
============================================
|
||||
.. currentmodule:: pina.model.block.pod_block
|
||||
|
||||
.. autoclass:: PODBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/block/rbf_block.rst
Normal file
7
docs/source/_rst/model/block/rbf_block.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Radias Basis Function Block
|
||||
=============================
|
||||
.. currentmodule:: pina.model.block.rbf_block
|
||||
|
||||
.. autoclass:: RBFBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/block/residual.rst
Normal file
7
docs/source/_rst/model/block/residual.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Residual Block
|
||||
===================
|
||||
.. currentmodule:: pina.model.block.residual
|
||||
|
||||
.. autoclass:: ResidualBlock
|
||||
:members:
|
||||
:show-inheritance:
|
||||
15
docs/source/_rst/model/block/spectral.rst
Normal file
15
docs/source/_rst/model/block/spectral.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
Spectral Convolution Block
|
||||
============================
|
||||
.. currentmodule:: pina.model.block.spectral
|
||||
|
||||
.. autoclass:: SpectralConvBlock1D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock2D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
.. autoclass:: SpectralConvBlock3D
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/deeponet.rst
Normal file
7
docs/source/_rst/model/deeponet.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
DeepONet
|
||||
===========
|
||||
.. currentmodule:: pina.model.deeponet
|
||||
|
||||
.. autoclass:: DeepONet
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/feed_forward.rst
Normal file
7
docs/source/_rst/model/feed_forward.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
FeedForward
|
||||
======================
|
||||
.. currentmodule:: pina.model.feed_forward
|
||||
|
||||
.. autoclass:: FeedForward
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/fourier_integral_kernel.rst
Normal file
7
docs/source/_rst/model/fourier_integral_kernel.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
FourierIntegralKernel
|
||||
=========================
|
||||
.. currentmodule:: pina.model.fno
|
||||
|
||||
.. autoclass:: FourierIntegralKernel
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/fourier_neural_operator.rst
Normal file
7
docs/source/_rst/model/fourier_neural_operator.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
FNO
|
||||
===========
|
||||
.. currentmodule:: pina.model.fourier_neural_operator
|
||||
|
||||
.. autoclass:: FNO
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/graph_neural_operator.rst
Normal file
7
docs/source/_rst/model/graph_neural_operator.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
GraphNeuralOperator
|
||||
=======================
|
||||
.. currentmodule:: pina.model.graph_neural_operator
|
||||
|
||||
.. autoclass:: GraphNeuralOperator
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/kernel_neural_operator.rst
Normal file
7
docs/source/_rst/model/kernel_neural_operator.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
KernelNeuralOperator
|
||||
=======================
|
||||
.. currentmodule:: pina.model.kernel_neural_operator
|
||||
|
||||
.. autoclass:: KernelNeuralOperator
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/low_rank_neural_operator.rst
Normal file
7
docs/source/_rst/model/low_rank_neural_operator.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Low Rank Neural Operator
|
||||
==============================
|
||||
.. currentmodule:: pina.model.low_rank_neural_operator
|
||||
|
||||
.. autoclass:: LowRankNeuralOperator
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/mionet.rst
Normal file
7
docs/source/_rst/model/mionet.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
MIONet
|
||||
===========
|
||||
.. currentmodule:: pina.model.deeponet
|
||||
|
||||
.. autoclass:: MIONet
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/multi_feed_forward.rst
Normal file
7
docs/source/_rst/model/multi_feed_forward.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
MultiFeedForward
|
||||
==================
|
||||
.. currentmodule:: pina.model.multi_feed_forward
|
||||
|
||||
.. autoclass:: MultiFeedForward
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/residual_feed_forward.rst
Normal file
7
docs/source/_rst/model/residual_feed_forward.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
ResidualFeedForward
|
||||
======================
|
||||
.. currentmodule:: pina.model.feed_forward
|
||||
|
||||
.. autoclass:: ResidualFeedForward
|
||||
:members:
|
||||
:show-inheritance:
|
||||
7
docs/source/_rst/model/spline.rst
Normal file
7
docs/source/_rst/model/spline.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Spline
|
||||
========
|
||||
.. currentmodule:: pina.model.spline
|
||||
|
||||
.. autoclass:: Spline
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user