Skip to content

Commit faf0af9

Browse files
authored
Merge pull request #42 from sgbaird/dev
enabled persistent hover on tooltips, etc.
2 parents a761ca4 + caed178 commit faf0af9

File tree

772 files changed

+2393
-2348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+2393
-2348
lines changed

docs/_static/honegumi_style.css

+34-22
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ input[type="radio"]:checked+label {
4646
background-color: #b1b1b1;
4747
}
4848

49-
.tooltip {
49+
.tooltip-icon {
5050
display: inline-block;
5151
position: relative;
5252
cursor: pointer;
@@ -57,35 +57,47 @@ input[type="radio"]:checked+label {
5757
text-align: center;
5858
}
5959

60-
.tooltip:after {
61-
content: attr(data-tooltip);
62-
display: block;
60+
.tooltip-text {
6361
position: absolute;
64-
left: 40px;
65-
top: -10%;
66-
text-align: left;
62+
display: none;
63+
margin-left: 40px;
64+
padding: 10px ;
6765
width: 300px;
66+
top: -3%;
67+
text-align: left;
6868
color: #FFF;
6969
background: #2C2C2C;
70-
padding: 10px;
71-
display: none;
70+
}
71+
72+
.tooltip-text.active {
73+
display: block;
7274
}
7375

74-
.tooltip:before {
76+
.tooltip-icon:hover .tooltip-text,
77+
.tooltip-text:hover{
78+
display: block;
79+
}
80+
81+
/* An invisible arrow that prevents hover deactivation*/
82+
.tooltip-text.arrow:before {
7583
content: "";
76-
background: #2C2C2C;
77-
transform: rotate(45deg);
78-
width: 10px;
79-
height: 10px;
80-
top: 25%;
81-
left: 40px;
8284
position: absolute;
83-
margin-left: -5px;
84-
display: none;
85-
z-index: 2;
85+
left: -20px;
86+
top: 5px;
87+
border-top: 10px solid transparent;
88+
border-right: 20px solid #2C2C2C00;
89+
border-left: none;
90+
border-bottom: 10px solid transparent;
8691
}
8792

88-
.tooltip:hover:after,
89-
.tooltip:hover:before {
90-
display: block;
93+
/* The black arrow the user sees */
94+
.tooltip-text.arrow:after {
95+
content: "";
96+
position: absolute;
97+
left: -7px;
98+
top: 4px;
99+
border-top: 8px solid transparent;
100+
border-right: 8px solid #2C2C2C;
101+
border-left: none;
102+
border-bottom: 8px solid transparent;
91103
}

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "b31371e9",
5+
"id": "e1ef5215",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-False%2Bcustom_threshold-False%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "137bcf61",
14+
"id": "c788e0b6",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "78aab028",
24+
"id": "748e6dd2",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-False+synchrony-single.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "f1b56ea9",
5+
"id": "8a726861",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-False%2Bcustom_threshold-False%2Bsynchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "88614058",
14+
"id": "9e8904fa",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "7d258310",
24+
"id": "c73576d7",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "af094537",
5+
"id": "01163a12",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-False%2Bcustom_threshold-True%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "c882e9b8",
14+
"id": "32409e12",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "9b896eac",
24+
"id": "0109f7ee",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-False+custom_threshold-True+synchrony-single.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "1318522a",
5+
"id": "f78a8144",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-False%2Bcustom_threshold-True%2Bsynchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "8a133f07",
14+
"id": "a1af47b2",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "ef9733b0",
24+
"id": "55b41f3f",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "21deeaa8",
5+
"id": "f4679ed8",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-True%2Bcustom_threshold-False%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "b7bfd6b9",
14+
"id": "ee099c5a",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "bd45c201",
24+
"id": "f5206987",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-False+synchrony-single.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "fa2b6674",
5+
"id": "fef05336",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-True%2Bcustom_threshold-False%2Bsynchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "124286bb",
14+
"id": "39ddad51",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "06db0b03",
24+
"id": "05964b52",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "019d62ae",
5+
"id": "e87a6015",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-True%2Bcustom_threshold-True%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "a2472cbc",
14+
"id": "dbb128be",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "739333c6",
24+
"id": "286284a1",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-False+categorical-True+custom_threshold-True+synchrony-single.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "44d98ddc",
5+
"id": "9fbef3a0",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-False%2Bcategorical-True%2Bcustom_threshold-True%2Bsynchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "87175367",
14+
"id": "61ad52b6",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "b8931fd3",
24+
"id": "0a2a6ee3",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-True+categorical-False+custom_threshold-False+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "6e55b573",
5+
"id": "de9aa73f",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-True%2Bcategorical-False%2Bcustom_threshold-False%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "6cfcbf94",
14+
"id": "988c2396",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "05b2a9a4",
24+
"id": "bde45f7c",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-True+categorical-False+custom_threshold-False+synchrony-single.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "f8f73971",
5+
"id": "6b89aff8",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-True%2Bcategorical-False%2Bcustom_threshold-False%2Bsynchrony-single.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "b12b859e",
14+
"id": "99c9525c",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "d7613513",
24+
"id": "0bd6f4af",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

docs/generated_notebooks/ax/objective-multi+model-FULLYBAYESIAN+custom_gen-True+existing_data-False+sum_constraint-False+order_constraint-False+linear_constraint-False+composition_constraint-True+categorical-False+custom_threshold-True+synchrony-batch.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "a0d0599f",
5+
"id": "5edfbcc0",
66
"metadata": {},
77
"source": [
88
"<a href=\"https://colab.research.google.com/github/sgbaird/honegumi/blob/main/docs/generated_notebooks/ax/objective-multi%2Bmodel-FULLYBAYESIAN%2Bcustom_gen-True%2Bexisting_data-False%2Bsum_constraint-False%2Border_constraint-False%2Blinear_constraint-False%2Bcomposition_constraint-True%2Bcategorical-False%2Bcustom_threshold-True%2Bsynchrony-batch.ipynb\"><img alt=\"Open In Colab\" src=\"https://colab.research.google.com/assets/colab-badge.svg\"></a>"
@@ -11,7 +11,7 @@
1111
{
1212
"cell_type": "code",
1313
"execution_count": null,
14-
"id": "bb1eacdd",
14+
"id": "5e830d8d",
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -21,7 +21,7 @@
2121
{
2222
"cell_type": "code",
2323
"execution_count": null,
24-
"id": "ce020b7b",
24+
"id": "6c75e623",
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [

0 commit comments

Comments
 (0)