From 03601528ecbcb10026cad0f318709a9e8726cab3 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 17:55:02 +0100 Subject: [PATCH 1/5] fixing position of the script --- docs/_templates/layout.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 23651ab5f..1ae6b8b72 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -63,6 +63,14 @@ ga('create', 'UA-37242602-11', 'auto'); ga('send', 'pageview'); + + {% endblock %} {# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #} @@ -120,13 +128,4 @@
{% if show_copyright %}

©{{ copyright }}

{% endif %} -{% endblock %} - - - \ No newline at end of file +{% endblock %} \ No newline at end of file From f7b55aa35ec299b386f1e7648668cf3c8e229a85 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:05:54 +0100 Subject: [PATCH 2/5] using another id --- docs/_templates/layout.html | 2 +- docs/_templates/sidebarintro.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 1ae6b8b72..842d6a2ab 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -67,7 +67,7 @@ diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index c63eb5f9f..709517883 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -5,7 +5,7 @@

- +

This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. From 2f70d88292c11c24c858555dacbe538ea807c2d9 Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:10:44 +0100 Subject: [PATCH 3/5] script with the nav --- docs/_templates/layout.html | 8 -------- docs/_templates/sidebarintro.html | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 842d6a2ab..150d4fc26 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -63,14 +63,6 @@ ga('create', 'UA-37242602-11', 'auto'); ga('send', 'pageview'); - - {% endblock %} {# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #} diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 709517883..50d0e737b 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -6,6 +6,14 @@

+ +

This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. From f52611818b3b5fd1ab7623028465e5aa98b9cd7d Mon Sep 17 00:00:00 2001 From: s-pace Date: Wed, 7 Nov 2018 18:20:01 +0100 Subject: [PATCH 4/5] everything in the same place --- docs/_templates/sidebarintro.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 50d0e737b..7f725b44f 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -5,6 +5,17 @@

+ + + \ No newline at end of file diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 7f725b44f..692a984e9 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -11,7 +11,7 @@ width: 100%; height: 1.5em } -#q{ +#doc_search{ width: 100%; height: 100%; }