diff --git a/docs/build/doctrees/backend/index.doctree b/docs/build/doctrees/backend/index.doctree
index 66589c7..18bbe9a 100644
Binary files a/docs/build/doctrees/backend/index.doctree and b/docs/build/doctrees/backend/index.doctree differ
diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle
index f1ea0ae..f6e523f 100644
Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ
diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree
index a2c4632..ebf4b4d 100644
Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ
diff --git a/docs/build/doctrees/installation/index.doctree b/docs/build/doctrees/installation/index.doctree
index 6c0259a..c1e87f4 100644
Binary files a/docs/build/doctrees/installation/index.doctree and b/docs/build/doctrees/installation/index.doctree differ
diff --git a/docs/build/html/_sources/index.rst.txt b/docs/build/html/_sources/index.rst.txt
index 6f5da03..02ac08b 100644
--- a/docs/build/html/_sources/index.rst.txt
+++ b/docs/build/html/_sources/index.rst.txt
@@ -5,12 +5,19 @@ Benvenuto alla documentazione di N.E.S.T.!
.. toctree::
:maxdepth: 2
- :caption: Manuale
+ :caption: Manuale utente
about/index
installation/index
+.. toctree::
+ :maxdepth: 2
+ :caption: Guida sviluppatore
+
+ meta/index
+
+
.. toctree::
:caption: Documentazione autogenerata
diff --git a/docs/build/html/_sources/installation/index.rst.txt b/docs/build/html/_sources/installation/index.rst.txt
index f9bf67b..7b37380 100644
--- a/docs/build/html/_sources/installation/index.rst.txt
+++ b/docs/build/html/_sources/installation/index.rst.txt
@@ -79,7 +79,7 @@ Per creare il database PostgreSQL, si esegua:
Creare un file di configurazione per il backend
-----------------------------------------------
-Il backend usa un file di configurazione per impostare certe variabili.
+Il backend usa un file di configurazione per impostare alcune variabili.
Si crei un nuovo file nella working directory del progetto denominato ``config.py``:
@@ -113,7 +113,7 @@ Le dipendenze Python sono gestite da *Poetry*, e possono essere installate con:
Poetry creerà automaticamente un `venv Returns an error in json format
+:param code: the code of the error according to the spec.
:param msg: the error message.
:return: a json formatted string.
nest_backend
- Web API in Python
nest_backend
- Web API in Python
@@ -224,8 +228,9 @@ It is required by Flask-JWT, and shouldnt be used alone.
@@ -284,6 +289,11 @@ It is required by Flask-JWT, and shouldnt be used alone.
nest_backend.gestione.
json_error
(msg)¶nest_backend.gestione.
json_error
(msg, code='errorUnknownError')¶
window_size
¶
+
+
+
evaluation_mode
¶
repository_id
¶
@@ -361,100 +371,6 @@ for example, any mapped columns or relationships.
nest_backend.database.tables.
BoolOperation
(**kwargs)¶--Basi:
-sqlalchemy.orm.decl_api.Model
id
¶operation
¶is_root
¶condition_id
¶node_1_id
¶node_2_id
¶alert_id
¶condition
¶node_1
¶node_2
¶alert
¶to_json
()¶get_chain_ids
(lista)¶__init__
(**kwargs)¶A simple constructor that allows initialization from kwargs.
-Sets attributes on the constructed instance using the names and
-values in kwargs
.
Only keys that are present as -attributes of the instance’s class are allowed. These could be, -for example, any mapped columns or relationships.
-father_1
¶father_2
¶nest_backend.database.tables.
Composed
(**kwargs)¶operations
¶alerts
¶nest_backend.database.tables.
MadeOf
(**kwargs)¶++Basi:
+sqlalchemy.orm.decl_api.Model
aid
¶cid
¶alert
¶condition
¶__init__
(**kwargs)¶A simple constructor that allows initialization from kwargs.
+Sets attributes on the constructed instance using the names and
+values in kwargs
.
Only keys that are present as +attributes of the instance’s class are allowed. These could be, +for example, any mapped columns or relationships.
+nest_backend.database.tables.
ConditionType
(value)¶