documentation (#79)

Documentation for operator.py, span.py, plotter.py. 
Co-authored-by: Dario Coscia <dariocoscia@dhcp-128.eduroam.sissa.it>
This commit is contained in:
Dario Coscia
2023-04-18 10:48:11 +02:00
committed by GitHub
parent f4efaff5a5
commit c536f8267f
8 changed files with 317 additions and 24 deletions

View File

@@ -4,8 +4,11 @@ Code Documentation
.. toctree::
:maxdepth: 3
PINN <pinn.rst>
LabelTensor <label_tensor.rst>
Span <span.rst>
FeedForward <fnn.rst>
DeepONet <deeponet.rst>
PINN <pinn.rst>
ContinuousConv <convolution.rst>
Operators <operators.rst>
Plotter <plotter.rst>

View File

@@ -0,0 +1,10 @@
Operators
===========
.. currentmodule:: pina.operators
.. automodule:: pina.operators
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -0,0 +1,8 @@
Plotter
===========
.. currentmodule:: pina.plotter
.. automodule:: pina.plotter
:members:
:show-inheritance:
:noindex:

10
docs/source/_rst/span.rst Normal file
View File

@@ -0,0 +1,10 @@
Span
===========
.. currentmodule:: pina.span
.. automodule:: pina.span
.. autoclass:: Span
:members:
:show-inheritance:
:noindex: