Documentation for v0.1 version (#199)

* Adding Equations, solving typos
* improve _code.rst
* the team rst and restuctore index.rst
* fixing errors

---------

Co-authored-by: Dario Coscia <dariocoscia@dhcp-015.eduroam.sissa.it>
This commit is contained in:
Dario Coscia
2023-11-08 14:39:00 +01:00
committed by Nicola Demo
parent 3f9305d475
commit 8b7b61b3bd
144 changed files with 2741 additions and 1766 deletions

View File

@@ -1,13 +1,7 @@
__all__ = [
'__project__',
'__title__',
'__author__',
'__copyright__',
'__license__',
'__version__',
'__mail__',
'__maintainer__',
'__status__']
'__project__', '__title__', '__author__', '__copyright__', '__license__',
'__version__', '__mail__', '__maintainer__', '__status__'
]
__project__ = 'PINA'
__title__ = "pina"
@@ -15,8 +9,7 @@ __author__ = "PINA Contributors"
__copyright__ = "Copyright 2021-2023, PINA Contributors"
__license__ = "MIT"
__version__ = "0.1"
__mail__ = 'demo.nicola@gmail.com, ' # TODO
__mail__ = 'demo.nicola@gmail.com, dario.coscia@sissa.it' # TODO
__maintainer__ = __author__
__status__ = "Alpha"
__packagename__ = "pina-mathlab"