partially fix documentation (#80)

This commit is contained in:
Anna Ivagnes
2023-04-18 10:49:01 +02:00
committed by GitHub
parent c536f8267f
commit da33aeae3a
11 changed files with 222 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
AbstractProblem
===========
.. currentmodule:: pina.problem.abstract_problem
.. automodule:: pina.problem.abstract_problem
.. autoclass:: AbstractProblem
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -10,5 +10,9 @@ Code Documentation
FeedForward <fnn.rst>
DeepONet <deeponet.rst>
ContinuousConv <convolution.rst>
MultiFeedForward <multifeedforward.rst>
AbstractProblem <abstractproblem.rst>
SpatialProblem <spatialproblem.rst>
TimeDependentProblem <timedepproblem.rst>
Operators <operators.rst>
Plotter <plotter.rst>
Plotter <plotter.rst>

View File

@@ -0,0 +1,12 @@
MultiFeedForward
===========
.. currentmodule:: pina.model.multi_feed_forward
.. automodule:: pina.model.multi_feed_forward
.. autoclass:: MultiFeedForward
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -0,0 +1,12 @@
ParametricProblem
===========
.. currentmodule:: pina.problem.parametric_problem
.. automodule:: pina.problem.parametric_problem
.. autoclass:: ParametricProblem
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -0,0 +1,12 @@
SpatialProblem
===========
.. currentmodule:: pina.problem.spatial_problem
.. automodule:: pina.problem.spatial_problem
.. autoclass:: SpatialProblem
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex:

View File

@@ -0,0 +1,12 @@
TimeDependentProblem
===========
.. currentmodule:: pina.problem.timedep_problem
.. automodule:: pina.problem.timedep_problem
.. autoclass:: TimeDependentProblem
:members:
:private-members:
:undoc-members:
:show-inheritance:
:noindex: