add docs
This commit is contained in:
@@ -15,4 +15,6 @@ Code Documentation
|
||||
SpatialProblem <spatialproblem.rst>
|
||||
TimeDependentProblem <timedepproblem.rst>
|
||||
Operators <operators.rst>
|
||||
Plotter <plotter.rst>
|
||||
Plotter <plotter.rst>
|
||||
PINN <pinn.rst>
|
||||
Condition <condition.rst>
|
||||
|
||||
12
docs/source/_rst/condition.rst
Normal file
12
docs/source/_rst/condition.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
Condition
|
||||
=========
|
||||
.. currentmodule:: pina.condition
|
||||
|
||||
.. automodule:: pina.condition
|
||||
|
||||
.. autoclass:: Condition
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -5,8 +5,6 @@ DeepONet
|
||||
.. automodule:: pina.model.deeponet
|
||||
|
||||
.. autoclass:: DeepONet
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
@@ -5,8 +5,6 @@ FeedForward
|
||||
.. automodule:: pina.model.feed_forward
|
||||
|
||||
.. autoclass:: FeedForward
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
@@ -5,8 +5,6 @@ LabelTensor
|
||||
.. automodule:: pina.label_tensor
|
||||
|
||||
.. autoclass:: LabelTensor
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
@@ -5,8 +5,6 @@ PINN
|
||||
.. automodule:: pina.pinn
|
||||
|
||||
.. autoclass:: PINN
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
:members:
|
||||
:private-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user