use LabelTensor, fix minor, docs
This commit is contained in:
@@ -5,3 +5,6 @@ Code Documentation
|
||||
:maxdepth: 3
|
||||
|
||||
LabelTensor <label_tensor.rst>
|
||||
FeedForward <fnn.rst>
|
||||
DeepONet <deeponet.rst>
|
||||
PINN <pinn.rst>
|
||||
|
||||
12
docs/source/_rst/deeponet.rst
Normal file
12
docs/source/_rst/deeponet.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
DeepONet
|
||||
===========
|
||||
.. currentmodule:: pina.model.deeponet
|
||||
|
||||
.. automodule:: pina.model.deeponet
|
||||
|
||||
.. autoclass:: DeepONet
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
12
docs/source/_rst/fnn.rst
Normal file
12
docs/source/_rst/fnn.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
FeedForward
|
||||
===========
|
||||
.. currentmodule:: pina.model.feed_forward
|
||||
|
||||
.. automodule:: pina.model.feed_forward
|
||||
|
||||
.. autoclass:: FeedForward
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
12
docs/source/_rst/pinn.rst
Normal file
12
docs/source/_rst/pinn.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
PINN
|
||||
====
|
||||
.. currentmodule:: pina.pinn
|
||||
|
||||
.. automodule:: pina.pinn
|
||||
|
||||
.. autoclass:: PINN
|
||||
:members:
|
||||
:private-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
@@ -54,7 +54,8 @@ intersphinx_mapping = {
|
||||
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
|
||||
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
|
||||
'matplotlib': ('http://matplotlib.sourceforge.net/', None),
|
||||
'torch': ('https://pytorch.org/docs/stable/', None)
|
||||
'torch': ('https://pytorch.org/docs/stable/', None),
|
||||
'pina': ('https://mathlab.github.io/PINA/', None)
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
||||
Reference in New Issue
Block a user