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
|
||||
extensions = [
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.autosectionlabel",
|
||||
]
|
||||
|
||||
# Source files encoding
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
*******
|
||||
.. index::
|
||||
! single: Sophon
|
||||
single: sinossi
|
||||
single: abstract
|
||||
|
||||
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.
|
||||
|
||||
.. 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
|
||||
************
|
||||
|
||||
.. include:: tech.rst
|
||||
.. toctree::
|
||||
|
||||
tech
|
||||
|
|
|
@ -1,13 +1,25 @@
|
|||
================================
|
||||
.. index::
|
||||
single: tecnologie utilizzate
|
||||
single: librerie utilizzate
|
||||
|
||||
Tecnologie e librerie utilizzate
|
||||
================================
|
||||
|
||||
.. index::
|
||||
single: Docker
|
||||
|
||||
Docker
|
||||
------
|
||||
|
||||
.. index::
|
||||
single: Docker; Compose
|
||||
|
||||
Docker Compose
|
||||
--------------
|
||||
|
||||
.. index::
|
||||
single: Python
|
||||
|
||||
Python
|
||||
------
|
||||
|
||||
|
@ -16,129 +28,249 @@ Python
|
|||
.. lazy-object-proxy?
|
||||
.. pydantic?
|
||||
|
||||
.. index::
|
||||
single: Poetry
|
||||
|
||||
Poetry
|
||||
------
|
||||
|
||||
.. index::
|
||||
single: Docker; SDK for Python
|
||||
|
||||
Docker SDK for Python (:py:mod:`docker`)
|
||||
----------------------------------------
|
||||
|
||||
.. index::
|
||||
single: Django
|
||||
|
||||
Django (:py:mod:`django`)
|
||||
-------------------------
|
||||
|
||||
.. index::
|
||||
single: Django; REST Framework
|
||||
|
||||
Django REST Framework (:py:mod:`djangorestframework`)
|
||||
-----------------------------------------------------
|
||||
|
||||
.. django-filter and markdown are dependencies of this
|
||||
|
||||
.. index::
|
||||
single: Django; CORS Headers
|
||||
|
||||
Django CORS Headers (:py:mod:`django-cors-headers`)
|
||||
---------------------------------------------------
|
||||
|
||||
.. index::
|
||||
single: Gunicorn
|
||||
|
||||
Gunicorn (:py:mod:`gunicorn`)
|
||||
-----------------------------
|
||||
|
||||
.. index::
|
||||
single: PostgreSQL
|
||||
|
||||
PostgreSQL
|
||||
----------
|
||||
|
||||
.. index::
|
||||
single: Psycopg
|
||||
|
||||
Psycopg (:py:mod:`psycopg2`)
|
||||
----------------------------
|
||||
|
||||
.. index::
|
||||
single: lazy-object-proxy
|
||||
|
||||
:py:mod:`lazy-object-proxy`
|
||||
---------------------------
|
||||
|
||||
Coloredlogs (:py:mod:`coloredlogs`)
|
||||
-----------------------------------
|
||||
.. index::
|
||||
single: coloredlogs
|
||||
|
||||
:py:mod:`coloredlogs`
|
||||
---------------------
|
||||
|
||||
.. index::
|
||||
single: JavaScript
|
||||
|
||||
JavaScript
|
||||
----------
|
||||
|
||||
.. index::
|
||||
single: TypeScript
|
||||
|
||||
TypeScript
|
||||
----------
|
||||
|
||||
.. con i tipi di @types
|
||||
|
||||
.. index::
|
||||
single: Node.JS
|
||||
|
||||
Node.JS
|
||||
-------
|
||||
|
||||
.. index::
|
||||
single: Yarn
|
||||
|
||||
Yarn
|
||||
----
|
||||
|
||||
.. index::
|
||||
single: Bluelib
|
||||
|
||||
Bluelib
|
||||
-------
|
||||
|
||||
.. index::
|
||||
single: React
|
||||
|
||||
React (:js:mod:`react`)
|
||||
-----------------------
|
||||
|
||||
.. index::
|
||||
single: Create React App
|
||||
|
||||
Create React App (:js:mod:`create-react-app`)
|
||||
---------------------------------------------
|
||||
|
||||
.. con i react-scripts
|
||||
|
||||
.. index::
|
||||
single: Bluelib; React
|
||||
|
||||
Bluelib React (:js:mod:`@steffo/bluelib-react`)
|
||||
---------------------------------------
|
||||
-----------------------------------------------
|
||||
|
||||
.. index::
|
||||
single: Reach Router
|
||||
|
||||
Reach Router (:js:mod:`@reach/router`)
|
||||
--------------------------------------
|
||||
|
||||
.. index::
|
||||
single: Font Awesome
|
||||
|
||||
Font Awesome (:js:mod:`@fortawesome/fontawesome-svg-core`)
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
.. 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`)
|
||||
-----------------------------------------------------------------
|
||||
|
||||
.. index::
|
||||
single: Jest
|
||||
|
||||
Jest (:js:mod:`jest`)
|
||||
---------------------
|
||||
|
||||
.. con tutte le sue sottodipendenze @testing-library
|
||||
|
||||
.. index::
|
||||
single: Axios
|
||||
|
||||
Axios (:js:mod:`axios`)
|
||||
-----------------------
|
||||
|
||||
.. index::
|
||||
single: Markdown
|
||||
|
||||
Markdown
|
||||
--------
|
||||
|
||||
.. index::
|
||||
pair: React; Markdown
|
||||
|
||||
React Markdown (:js:mod:`react-markdown`)
|
||||
-----------------------------------------
|
||||
|
||||
.. index::
|
||||
single: React; Storage Hooks
|
||||
|
||||
:js:mod:`react-storage-hooks`
|
||||
-----------------------------
|
||||
|
||||
.. index::
|
||||
single: Serve
|
||||
|
||||
:js:mod:`serve`
|
||||
---------------
|
||||
|
||||
.. index::
|
||||
single: Apache HTTP Server
|
||||
single: httpd
|
||||
|
||||
Apache HTTP Server (httpd)
|
||||
--------------------------
|
||||
|
||||
.. index::
|
||||
single: Jupyter
|
||||
|
||||
Jupyter
|
||||
-------
|
||||
|
||||
.. index::
|
||||
single: Jupyter; Lab
|
||||
|
||||
JupyterLab
|
||||
----------
|
||||
|
||||
.. index::
|
||||
single: Jupyter; Notebook
|
||||
|
||||
Jupyter Notebook
|
||||
----------------
|
||||
|
||||
.. index::
|
||||
single: IPython
|
||||
single: Jupyter; IPython
|
||||
|
||||
IPython
|
||||
-------
|
||||
|
||||
.. index::
|
||||
single: Git
|
||||
|
||||
Git
|
||||
---
|
||||
|
||||
.. index::
|
||||
single: GitHub
|
||||
|
||||
GitHub
|
||||
------
|
||||
|
||||
.. index::
|
||||
single: GitHub; Actions
|
||||
|
||||
GitHub Actions
|
||||
--------------
|
||||
|
||||
.. index::
|
||||
single: GitHub; Containers
|
||||
|
||||
GitHub Containers
|
||||
-----------------
|
||||
|
||||
.. index::
|
||||
single: IntelliJ IDEA
|
||||
single: IDEA
|
||||
|
||||
IntelliJ IDEA
|
||||
-------------
|
||||
|
||||
.. index::
|
||||
single: Sphinx
|
||||
|
||||
Sphinx (:py:mod:`sphinx`)
|
||||
-------------------------
|
||||
|
||||
.. index::
|
||||
single: Sphinx; RTD Theme
|
||||
|
||||
:py:mod:`sphinx_rtd_theme`
|
||||
--------------------------
|
||||
|
|
Loading…
Reference in a new issue