Rewrite documentation
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..36e5778
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+    "restructuredtext.confPath": "${workspaceFolder}/doc"
+}
\ No newline at end of file
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 3ca0ef0..4052e94 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -12,6 +12,11 @@
                 "kind": "build",
                 "isDefault": true
             }
+        },
+        {
+            "type": "shell",
+            "label": "sphynx:watch",
+            "command": "make -C doc/ watch"
         }
     ],
 }
\ No newline at end of file