diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 4c8e17a..d0066a4 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 895c184..b0d510f 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: e90e922fa8cec9e24add9ae9c5752a47 +config: b62a09575684d52d451588de4b124551 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_static/plexiglass_safellama.png b/docs/build/html/_static/plexiglass_safellama.png new file mode 100644 index 0000000..6694564 Binary files /dev/null and b/docs/build/html/_static/plexiglass_safellama.png differ diff --git a/docs/build/html/code-of-conduct.html b/docs/build/html/code-of-conduct.html index bbdecda..9c79392 100644 --- a/docs/build/html/code-of-conduct.html +++ b/docs/build/html/code-of-conduct.html @@ -130,8 +130,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 0984fe7..00cebd2 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -128,8 +128,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/build/html/index.html b/docs/build/html/index.html index e58429b..7fd2484 100644 --- a/docs/build/html/index.html +++ b/docs/build/html/index.html @@ -130,8 +130,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/build/html/install.html b/docs/build/html/install.html index 8680de5..5b63d80 100644 --- a/docs/build/html/install.html +++ b/docs/build/html/install.html @@ -131,8 +131,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/build/html/quick-start.html b/docs/build/html/quick-start.html index 445567d..f19b146 100644 --- a/docs/build/html/quick-start.html +++ b/docs/build/html/quick-start.html @@ -131,8 +131,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/build/html/search.html b/docs/build/html/search.html index 981f576..eaa4e5f 100644 --- a/docs/build/html/search.html +++ b/docs/build/html/search.html @@ -130,8 +130,8 @@ - Plexiglass - Home - + Plexiglass - Home + diff --git a/docs/source/_static/plexiglass_safellama.png b/docs/source/_static/plexiglass_safellama.png new file mode 100644 index 0000000..6694564 Binary files /dev/null and b/docs/source/_static/plexiglass_safellama.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 0573b75..0b9f6f6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ "navigation_with_keys": False, } -html_logo = "_static/plexiglass.png" +html_logo = "_static/plexiglass_safellama.png" html_title = "Plexiglass"