mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🎓 Add working index and abstract screenshot
This commit is contained in:
parent
5bd64d885c
commit
5a7f3a80af
5 changed files with 150 additions and 7 deletions
|
@ -21,6 +21,7 @@ language = "it"
|
||||||
# Sphinx extensions
|
# Sphinx extensions
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
|
"sphinx.ext.autosectionlabel",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Source files encoding
|
# Source files encoding
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
*******
|
.. index::
|
||||||
|
! single: Sophon
|
||||||
|
single: sinossi
|
||||||
|
single: abstract
|
||||||
|
|
||||||
Sinossi
|
Sinossi
|
||||||
*******
|
*******
|
||||||
.. index:: ! Sophon, sinossi, abstract
|
|
||||||
|
|
||||||
Sophon è una suite di software che permette a gruppi di ricerca di collaborare in sicurezza da remoto all'interno di ambienti Jupyter eseguiti sui server della loro organizzazione.
|
Sophon è una suite di software che permette a gruppi di ricerca di collaborare in sicurezza da remoto all'interno di ambienti Jupyter eseguiti sui server della loro organizzazione.
|
||||||
|
|
||||||
|
.. image:: screenshot.png
|
||||||
|
|
BIN
docs/source/docs/1_sinossi/screenshot.png
(Stored with Git LFS)
Normal file
BIN
docs/source/docs/1_sinossi/screenshot.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -2,4 +2,6 @@
|
||||||
Introduzione
|
Introduzione
|
||||||
************
|
************
|
||||||
|
|
||||||
.. include:: tech.rst
|
.. toctree::
|
||||||
|
|
||||||
|
tech
|
||||||
|
|
|
@ -1,13 +1,25 @@
|
||||||
================================
|
.. index::
|
||||||
|
single: tecnologie utilizzate
|
||||||
|
single: librerie utilizzate
|
||||||
|
|
||||||
Tecnologie e librerie utilizzate
|
Tecnologie e librerie utilizzate
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Docker
|
||||||
|
|
||||||
Docker
|
Docker
|
||||||
------
|
------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Docker; Compose
|
||||||
|
|
||||||
Docker Compose
|
Docker Compose
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Python
|
||||||
|
|
||||||
Python
|
Python
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -16,129 +28,249 @@ Python
|
||||||
.. lazy-object-proxy?
|
.. lazy-object-proxy?
|
||||||
.. pydantic?
|
.. pydantic?
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Poetry
|
||||||
|
|
||||||
Poetry
|
Poetry
|
||||||
------
|
------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Docker; SDK for Python
|
||||||
|
|
||||||
Docker SDK for Python (:py:mod:`docker`)
|
Docker SDK for Python (:py:mod:`docker`)
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Django
|
||||||
|
|
||||||
Django (:py:mod:`django`)
|
Django (:py:mod:`django`)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Django; REST Framework
|
||||||
|
|
||||||
Django REST Framework (:py:mod:`djangorestframework`)
|
Django REST Framework (:py:mod:`djangorestframework`)
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
.. django-filter and markdown are dependencies of this
|
.. django-filter and markdown are dependencies of this
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Django; CORS Headers
|
||||||
|
|
||||||
Django CORS Headers (:py:mod:`django-cors-headers`)
|
Django CORS Headers (:py:mod:`django-cors-headers`)
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Gunicorn
|
||||||
|
|
||||||
Gunicorn (:py:mod:`gunicorn`)
|
Gunicorn (:py:mod:`gunicorn`)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: PostgreSQL
|
||||||
|
|
||||||
PostgreSQL
|
PostgreSQL
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Psycopg
|
||||||
|
|
||||||
Psycopg (:py:mod:`psycopg2`)
|
Psycopg (:py:mod:`psycopg2`)
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: lazy-object-proxy
|
||||||
|
|
||||||
:py:mod:`lazy-object-proxy`
|
:py:mod:`lazy-object-proxy`
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Coloredlogs (:py:mod:`coloredlogs`)
|
.. index::
|
||||||
-----------------------------------
|
single: coloredlogs
|
||||||
|
|
||||||
|
:py:mod:`coloredlogs`
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: JavaScript
|
||||||
|
|
||||||
JavaScript
|
JavaScript
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: TypeScript
|
||||||
|
|
||||||
TypeScript
|
TypeScript
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. con i tipi di @types
|
.. con i tipi di @types
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Node.JS
|
||||||
|
|
||||||
Node.JS
|
Node.JS
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Yarn
|
||||||
|
|
||||||
Yarn
|
Yarn
|
||||||
----
|
----
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Bluelib
|
||||||
|
|
||||||
Bluelib
|
Bluelib
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: React
|
||||||
|
|
||||||
React (:js:mod:`react`)
|
React (:js:mod:`react`)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Create React App
|
||||||
|
|
||||||
Create React App (:js:mod:`create-react-app`)
|
Create React App (:js:mod:`create-react-app`)
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
.. con i react-scripts
|
.. con i react-scripts
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Bluelib; React
|
||||||
|
|
||||||
Bluelib React (:js:mod:`@steffo/bluelib-react`)
|
Bluelib React (:js:mod:`@steffo/bluelib-react`)
|
||||||
---------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Reach Router
|
||||||
|
|
||||||
Reach Router (:js:mod:`@reach/router`)
|
Reach Router (:js:mod:`@reach/router`)
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Font Awesome
|
||||||
|
|
||||||
Font Awesome (:js:mod:`@fortawesome/fontawesome-svg-core`)
|
Font Awesome (:js:mod:`@fortawesome/fontawesome-svg-core`)
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
.. con le sue dipendenze @fortawesome/free-regular-svg-icons e @fortawesome/free-solid-svg-icons
|
.. con le sue dipendenze @fortawesome/free-regular-svg-icons e @fortawesome/free-solid-svg-icons
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Font Awesome; for React
|
||||||
|
|
||||||
Font Awesome for React (:js:mod:`@fortawesome/react-fontawesome`)
|
Font Awesome for React (:js:mod:`@fortawesome/react-fontawesome`)
|
||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Jest
|
||||||
|
|
||||||
Jest (:js:mod:`jest`)
|
Jest (:js:mod:`jest`)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
.. con tutte le sue sottodipendenze @testing-library
|
.. con tutte le sue sottodipendenze @testing-library
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Axios
|
||||||
|
|
||||||
Axios (:js:mod:`axios`)
|
Axios (:js:mod:`axios`)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Markdown
|
||||||
|
|
||||||
Markdown
|
Markdown
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
pair: React; Markdown
|
||||||
|
|
||||||
React Markdown (:js:mod:`react-markdown`)
|
React Markdown (:js:mod:`react-markdown`)
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: React; Storage Hooks
|
||||||
|
|
||||||
:js:mod:`react-storage-hooks`
|
:js:mod:`react-storage-hooks`
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Serve
|
||||||
|
|
||||||
:js:mod:`serve`
|
:js:mod:`serve`
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Apache HTTP Server
|
||||||
|
single: httpd
|
||||||
|
|
||||||
Apache HTTP Server (httpd)
|
Apache HTTP Server (httpd)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Jupyter
|
||||||
|
|
||||||
Jupyter
|
Jupyter
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Jupyter; Lab
|
||||||
|
|
||||||
JupyterLab
|
JupyterLab
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Jupyter; Notebook
|
||||||
|
|
||||||
Jupyter Notebook
|
Jupyter Notebook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: IPython
|
||||||
|
single: Jupyter; IPython
|
||||||
|
|
||||||
IPython
|
IPython
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Git
|
||||||
|
|
||||||
Git
|
Git
|
||||||
---
|
---
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: GitHub
|
||||||
|
|
||||||
GitHub
|
GitHub
|
||||||
------
|
------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: GitHub; Actions
|
||||||
|
|
||||||
GitHub Actions
|
GitHub Actions
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: GitHub; Containers
|
||||||
|
|
||||||
GitHub Containers
|
GitHub Containers
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: IntelliJ IDEA
|
||||||
|
single: IDEA
|
||||||
|
|
||||||
IntelliJ IDEA
|
IntelliJ IDEA
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Sphinx
|
||||||
|
|
||||||
Sphinx (:py:mod:`sphinx`)
|
Sphinx (:py:mod:`sphinx`)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
.. index::
|
||||||
|
single: Sphinx; RTD Theme
|
||||||
|
|
||||||
:py:mod:`sphinx_rtd_theme`
|
:py:mod:`sphinx_rtd_theme`
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in a new issue