From e453172cbecd1672cacfc8887b1661674b082b87 Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Mon, 7 Mar 2022 19:10:36 -0500 Subject: [PATCH] New Release 2.0.0 --- CHANGELOG | 5 ++- docs/index.html | 90 ++++++++++++++++++++++++++-------------------- docs/keywords.html | 90 ++++++++++++++++++++++++++-------------------- 3 files changed, 108 insertions(+), 77 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b850f55..0e5f79b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ -* Sat Feb 26 2022 Ed Manlove - 2.0.0rc1 +* Mon Mar 07 2022 Ed Manlove - 2.0.0 +- Updated libdoc html and css to handle long library name (rev.f47807f2) +- Updated urls repointing towards repo under marketsquare (rev.27140473) +- Added wheel distribution type to the build (rev.8dd37b22) - Resolved libdoc issue (rev.46fe0a08) - Make compatible with Selenium 4 (rev.26fbd070) - Fixed test fixtures and tests (rev.fd2deaec) diff --git a/docs/index.html b/docs/index.html index 6eba920..25741c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -51,12 +51,18 @@ } .libdoc-overview { height: 100vh; - display: flex; - flex-direction: column; + width: 300px; + /* align-items: stretch; + align-content: stretch; */ + /* display: flex; + flex-direction: column; */ background: white; background: var(--background-color); - position: -webkit-sticky; /* Safari */ - position: sticky; + /* position: -webkit-sticky; /* Safari + position: sticky; */ + position: fixed; + display: flex; + flex-direction: column; top: 0; } .libdoc-overview h4 { @@ -86,27 +92,30 @@ border: none; } #shortcuts-container { - display: flex; + /* display: flex; flex-direction: column; - height: 100%; + height: 100%; */ + min-height: 10%; + align-self: flex-start; } .libdoc-details { margin-top: 60px; + margin-left: 345px; padding-left: 2%; padding-right: 2%; overflow: auto; max-width: 1000px; } .libdoc-title { - position: fixed; + /* position: fixed; */ left: 0; top: 0; width: 300px; - height: 36px; - padding: 0.5rem; + /* height: 36px; */ + /* padding: 0.5rem; */ margin: 0.5rem; - display: flex; - align-items: center; + /*display: flex; + align-items: center; */ text-decoration: none; color: var(--text-color); } @@ -187,14 +196,15 @@ .keywords-overview { display: flex; flex-direction: column; - height: 0; + height: 100%; + /* height: 0; max-height: calc(100vh - 60px - 0.5rem); - flex: 1; + flex: 1; */ border: 1px solid var(--border-color); border-radius: 3px; padding-right: 0.5rem; padding-left: 0.5rem; - margin: 60px 0 0.5rem 0.5rem; + margin: 0 0 0.5rem 0.5rem; } .keywords-overview-header-row { display: flex; @@ -202,7 +212,8 @@ } .shortcuts { font-size: 0.9em; - overflow: auto; + /* overflow: auto; */ + overflow-y: scroll; list-style: none; padding-left: 0; margin: 0; @@ -334,7 +345,7 @@ background: var(--background-color); } .libdoc-title > svg { - margin-right: 60px; + /* margin-right: 60px; */ } .libdoc-details { padding-left: 0.5rem; @@ -1102,7 +1113,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a @@ -1394,32 +1405,19 @@

Opening library documentation failed

-
-
- - {{if version}}{{/if}} - {{if scope}}{{/if}} - -
-

Introduction

-
{{html doc}}
-
-
-
-
- -
- -

${name}

- + +

${name} + ${name}

id="g20"> -
+ +
+ +
+ + {{if version}}{{/if}} + {{if scope}}{{/if}} + +
+

Introduction

+
{{html doc}}
+
+
+
+
+ +
diff --git a/docs/keywords.html b/docs/keywords.html index 6eba920..25741c8 100644 --- a/docs/keywords.html +++ b/docs/keywords.html @@ -51,12 +51,18 @@ } .libdoc-overview { height: 100vh; - display: flex; - flex-direction: column; + width: 300px; + /* align-items: stretch; + align-content: stretch; */ + /* display: flex; + flex-direction: column; */ background: white; background: var(--background-color); - position: -webkit-sticky; /* Safari */ - position: sticky; + /* position: -webkit-sticky; /* Safari + position: sticky; */ + position: fixed; + display: flex; + flex-direction: column; top: 0; } .libdoc-overview h4 { @@ -86,27 +92,30 @@ border: none; } #shortcuts-container { - display: flex; + /* display: flex; flex-direction: column; - height: 100%; + height: 100%; */ + min-height: 10%; + align-self: flex-start; } .libdoc-details { margin-top: 60px; + margin-left: 345px; padding-left: 2%; padding-right: 2%; overflow: auto; max-width: 1000px; } .libdoc-title { - position: fixed; + /* position: fixed; */ left: 0; top: 0; width: 300px; - height: 36px; - padding: 0.5rem; + /* height: 36px; */ + /* padding: 0.5rem; */ margin: 0.5rem; - display: flex; - align-items: center; + /*display: flex; + align-items: center; */ text-decoration: none; color: var(--text-color); } @@ -187,14 +196,15 @@ .keywords-overview { display: flex; flex-direction: column; - height: 0; + height: 100%; + /* height: 0; max-height: calc(100vh - 60px - 0.5rem); - flex: 1; + flex: 1; */ border: 1px solid var(--border-color); border-radius: 3px; padding-right: 0.5rem; padding-left: 0.5rem; - margin: 60px 0 0.5rem 0.5rem; + margin: 0 0 0.5rem 0.5rem; } .keywords-overview-header-row { display: flex; @@ -202,7 +212,8 @@ } .shortcuts { font-size: 0.9em; - overflow: auto; + /* overflow: auto; */ + overflow-y: scroll; list-style: none; padding-left: 0; margin: 0; @@ -334,7 +345,7 @@ background: var(--background-color); } .libdoc-title > svg { - margin-right: 60px; + /* margin-right: 60px; */ } .libdoc-details { padding-left: 0.5rem; @@ -1102,7 +1113,7 @@ jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a @@ -1394,32 +1405,19 @@

Opening library documentation failed

-
-
- - {{if version}}{{/if}} - {{if scope}}{{/if}} - -
-

Introduction

-
{{html doc}}
-
-
-
-
- -
- -

${name}

- + +

${name} + ${name}

id="g20"> -
+ +
+ +
+ + {{if version}}{{/if}} + {{if scope}}{{/if}} + +
+

Introduction

+
{{html doc}}
+
+
+
+
+ +