diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/.nojekyll
@@ -0,0 +1 @@
+
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index ca2da207..00000000
--- a/Dockerfile
+++ /dev/null
@@ -1,17 +0,0 @@
-FROM jupyter/minimal-notebook:latest
-
-USER root
-
-RUN apt-get update && apt-get install -y libgl1-mesa-glx gdb
-
-RUN apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall netbase
-
-USER jovyan
-
-RUN python3 -m pip install gdbgui matplotlib coverage
-
-WORKDIR /home/jovyan
-
-COPY --chown=jovyan:users ./requirements.txt ./requirements.txt
-
-RUN pip install -r ./requirements.txt
diff --git a/MANIFEST.in b/MANIFEST.in
index 99ae1e31..31f0bee1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,4 @@
-graft spatialpy/ssa_sdpd-c-simulation-engine/
+recursive-include spatialpy/solvers/c_base/ssa_sdpd-c-simulation-engine/ *
include requirements.txt
+include LICENSE
+include COPYRIGHT
diff --git a/build_docs.sh b/build_docs.sh
deleted file mode 100644
index b0bab8a8..00000000
--- a/build_docs.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#sphinx-apidoc spatialpy --full -o build_docs -H 'SpatialPy' -A 'Brian Drawert' -V '1.0'
-#cd build_docs && make html
-#mv build_docs/_build/html doc
-#cp -r _build/html/* ../doc/
diff --git a/docker-compose.yml b/docker-compose.yml
deleted file mode 100644
index 017e5338..00000000
--- a/docker-compose.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-version: "3.1"
-
-services:
- notebook:
- command: /bin/bash
- build:
- context: .
- dockerfile: Dockerfile
- volumes:
- - "./:/home/jovyan/spatialpy"
- - "./tmp:/tmp"
- ports:
- - "8888:8888"
- - "5000:5000"
diff --git a/docs/_static/css/spatialpy_alabaster_customizations.css b/docs/_static/css/spatialpy_alabaster_customizations.css
new file mode 100644
index 00000000..2afda358
--- /dev/null
+++ b/docs/_static/css/spatialpy_alabaster_customizations.css
@@ -0,0 +1,55 @@
+@font-face {
+ font-family: 'fira-code';
+ src: url('../fonts/FiraCode-Retina.ttf');
+}
+
+@font-face {
+ font-family: 'roboto';
+ src: url('../fonts/Roboto-Regular.ttf');
+}
+
+body {
+ font-family: 'roboto';
+}
+
+.sig {
+ font-family: 'fira-code' !important;
+}
+
+p.logo {
+ padding-bottom: 2em !important;
+}
+
+h1 {
+ font-family: 'fira-code' !important;
+ font-size: 220% !important;
+}
+
+h1.logo {
+ display: none
+}
+
+h2 {
+ font-family: 'roboto' !important;
+ font-size: 150% !important;
+}
+
+h3 {
+ font-family: 'roboto' !important;
+}
+
+/* Egregious hack to get rid of "Navigation" text in sidebar.
+ This should be done by changing the template, but figuring
+ out how to create the right template would take me 100x longer.
+*/
+div.sphinxsidebarwrapper > h3 {
+ display: none;
+}
+
+div.sphinxsidebarwrapper p.caption {
+ font-size: 175%;
+}
+
+#searchbox {
+ padding-top: 2em;
+}
\ No newline at end of file
diff --git a/docs/_static/fonts/FiraCode-Retina.ttf b/docs/_static/fonts/FiraCode-Retina.ttf
new file mode 100644
index 00000000..248d36b6
Binary files /dev/null and b/docs/_static/fonts/FiraCode-Retina.ttf differ
diff --git a/docs/_static/fonts/Roboto-Regular.ttf b/docs/_static/fonts/Roboto-Regular.ttf
new file mode 100644
index 00000000..3d6861b4
Binary files /dev/null and b/docs/_static/fonts/Roboto-Regular.ttf differ
diff --git a/docs/_static/img/SpatialPy_logo.png b/docs/_static/img/SpatialPy_logo.png
new file mode 100644
index 00000000..c255f811
Binary files /dev/null and b/docs/_static/img/SpatialPy_logo.png differ
diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo
index 8803a0a2..ab4bd335 100644
--- a/docs/build/html/.buildinfo
+++ b/docs/build/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: b8942f1550bbb07b60b482b2dc24417b
+config: 9eb3e1c2ecc65d7c728e939f73f722a8
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/build/html/.doctrees/environment.pickle b/docs/build/html/.doctrees/environment.pickle
index fa46e008..ebf24ccd 100644
Binary files a/docs/build/html/.doctrees/environment.pickle and b/docs/build/html/.doctrees/environment.pickle differ
diff --git a/docs/build/html/.doctrees/index.doctree b/docs/build/html/.doctrees/index.doctree
index 61e0324d..62b27d8c 100644
Binary files a/docs/build/html/.doctrees/index.doctree and b/docs/build/html/.doctrees/index.doctree differ
diff --git a/docs/build/html/_modules/collections.html b/docs/build/html/_modules/collections.html
index 29394292..54bcd065 100644
--- a/docs/build/html/_modules/collections.html
+++ b/docs/build/html/_modules/collections.html
@@ -5,7 +5,7 @@
- collections — SpatialPy 0.5.1 documentation
+ collections — SpatialPy 1.0 documentation
@@ -18,7 +18,7 @@
-
+
@@ -30,7 +30,7 @@