Files
PINA/docs/source/index.rst
dario-coscia a09c17209d starting doc
2024-08-23 11:44:24 +02:00

83 lines
2.7 KiB
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
:html_theme.sidebar_secondary.remove:
Welcome to PINAs documentation!
=======================================
.. grid:: 6
:gutter: 1
.. grid-item::
.. image:: index_files/tutorial_13_3.png
:target: _rst/tutorials/tutorial2/tutorial.html
.. grid-item::
.. image:: index_files/tutorial_32_0.png
:target: _rst/tutorials/tutorial4/tutorial.html
.. grid-item::
.. image:: index_files/tutorial_13_01.png
:target: _rst/tutorials/tutorial9/tutorial.html
.. grid-item::
.. image:: index_files/tutorial_5_0.png
:target: _rst/tutorials/tutorial10/tutorial.html
.. grid-item::
.. image:: index_files/tutorial_36_0.png
:target: _rst/tutorials/tutorial6/tutorial.html
.. grid-item::
.. image:: index_files/tutorial_15_0.png
:target: _rst/tutorials/tutorial13/tutorial.html
.. grid:: 1 1 3 3
.. grid-item::
:columns: 12 12 6 6
Physics Informed Neural network for Advanced modeling (**PINA**) is
an open-source Python library providing an intuitive interface for
solving differential equations using PINNs, NOs or both together.
Based on `PyTorch <https://pytorch.org/>`_ and `PyTorchLightning <https://lightning.ai/docs/pytorch/stable/>`_, **PINA** offers a simple and intuitive way to formalize a specific (differential) problem
and solve it using neural networks . The approximated solution of a differential equation
can be implemented using PINA in a few lines of code thanks to the intuitive and user-friendly interface.
Contact us by email for further information or questions about **PINA**, or suggest pull requests.
.. grid-item-card:: Contents
:class-title: sd-fs-5
:class-body: sd-pl-4
.. toctree::
:maxdepth: 1
Installing <_rst/_installation>
Tutorial <_rst/_tutorial>
API <_rst/_code>
.. .. grid-item-card:: Features
.. :columns: 12 12 4 4
.. :class-title: sd-fs-5
.. :class-body: sd-pl-3
.. * :bdg-secondary:`New` Objects: :ref:`API <objects_api>` | :doc:`Tutorial <tutorial/objects_interface>`
.. * Relational plots: :ref:`API <relational_api>` | :doc:`Tutorial <tutorial/relational>`
.. * Distribution plots: :ref:`API <distribution_api>` | :doc:`Tutorial <tutorial/distributions>`
.. * Categorical plots: :ref:`API <categorical_api>` | :doc:`Tutorial <tutorial/categorical>`
.. * Regression plots: :ref:`API <regression_api>` | :doc:`Tutorial <tutorial/regression>`
.. * Multi-plot grids: :ref:`API <grid_api>` | :doc:`Tutorial <tutorial/axis_grids>`
.. * Figure theming: :ref:`API <style_api>` | :doc:`Tutorial <tutorial/aesthetics>`
.. * Color palettes: :ref:`API <palette_api>` | :doc:`Tutorial <tutorial/color_palettes>`