diff --git a/docs/make.jl b/docs/make.jl
index 288a39d63973cbb41f4f2cb2fd33d3c081f300ff..444bede51f5ad54525b66c77f025d20607486d1a 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -1,4 +1,4 @@
-using Documenter, LabProcesses
+using Documenter, LabConnections
 # makedocs()
 # deploydocs(
 # deps   = Deps.pip("pygments", "mkdocs", "python-markdown-math", "mkdocs-cinder"),
diff --git a/docs/src/index.md~ b/docs/src/index.md~
deleted file mode 100644
index 9ffa63007000b7f1475c7e004ebbdf997248e820..0000000000000000000000000000000000000000
--- a/docs/src/index.md~
+++ /dev/null
@@ -1,38 +0,0 @@
-# LabConnections
-
-```@contents
-Depth = 3
-```
-
-asd
-
-## Installation
-asd
-
-# How to implement a new process
-asd
-
-# How to control a process
-asd
-
-# How to implement a Simulated Process
-asd
-
-## Linear process
-asd
-
-asd
-
-# Process interface specification
-asd
-
-```@autodocs
-Modules = [LabConnections]
-Private = false
-Pages   = ["interface_documentation.jl"]
-```
-
-# Index
-
-```@index
-```