mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 14:24:22 +00:00
📔 Create first chapter of the docs
This commit is contained in:
parent
6f83979f29
commit
0416367b8d
10 changed files with 58 additions and 2 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
@ -0,0 +1,34 @@
|
|||
Il progetto in breve
|
||||
====================
|
||||
|
||||
*Sophon* è una applicazione web realizzata nel 2021 da Stefano Pigozzi per conto del **dipartimento di Informatica** dell'**Università di Modena e Reggio Emilia**.
|
||||
|
||||
.. TODO: Rileggere la frase seguente.
|
||||
|
||||
Sophon permette ai suoi utenti di **effettuare in sicurezza attività di ricerca collaborativa da remoto, sfruttando le macchine dell'istituzione di appartenenza per l'elaborazione dei dati**.
|
||||
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||
|
||||
.. image:: instance_select.png
|
||||
|
||||
.. image:: user_select.png
|
||||
|
||||
.. image:: notebook_select.png
|
||||
|
||||
.. image:: mode_select.png
|
||||
|
||||
.. image:: inside_the_lab.png
|
||||
|
||||
.. image:: admin_page.png
|
||||
|
||||
|
||||
Licenza
|
||||
-------
|
||||
|
||||
Sophon è rilasciato sotto la `GNU Affero General Public License 3`_ (o successiva).
|
||||
|
||||
Il testo completo della licenza è disponibile all'interno del file ``LICENSE.txt`` allegato al codice sorgente del software.
|
||||
|
||||
.. _GNU Affero General Public License 3: https://www.gnu.org/licenses/agpl-3.0.html
|
BIN
docs/source/1_user/admin_page.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/admin_page.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/classic_notebook.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/classic_notebook.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/inside_the_lab.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/inside_the_lab.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/instance_select.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/instance_select.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/mode_select.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/mode_select.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/notebook_select.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/notebook_select.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/source/1_user/user_select.png
(Stored with Git LFS)
Normal file
BIN
docs/source/1_user/user_select.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -10,8 +10,8 @@ Contenuti
|
|||
:maxdepth: 4
|
||||
:caption: Manuale utente
|
||||
|
||||
1_guide/1_about
|
||||
1_guide/2_usage
|
||||
1_user/1_about
|
||||
1_user/2_usage
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
|
Loading…
Reference in a new issue