Skip to content

Commit 068c7e7

Browse files
committed
Workspace Support (#2073)
Co-authored-by: Ofek Lev <[email protected]> f9fbcac
1 parent b347a4f commit 068c7e7

File tree

85 files changed

+2211
-1685
lines changed

Some content is hidden

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

85 files changed

+2211
-1685
lines changed

dev/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/assets/_mkdocstrings.css

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,33 @@
2626
float: right;
2727
}
2828

29+
/* Parameter headings must be inline, not blocks. */
30+
.doc-heading-parameter {
31+
display: inline;
32+
}
33+
34+
/* Prefer space on the right, not the left of parameter permalinks. */
35+
.doc-heading-parameter .headerlink {
36+
margin-left: 0 !important;
37+
margin-right: 0.2rem;
38+
}
39+
2940
/* Backward-compatibility: docstring section titles in bold. */
3041
.doc-section-title {
3142
font-weight: bold;
3243
}
3344

3445
/* Symbols in Navigation and ToC. */
35-
:root,
46+
:root, :host,
3647
[data-md-color-scheme="default"] {
48+
--doc-symbol-parameter-fg-color: #df50af;
3749
--doc-symbol-attribute-fg-color: #953800;
3850
--doc-symbol-function-fg-color: #8250df;
3951
--doc-symbol-method-fg-color: #8250df;
4052
--doc-symbol-class-fg-color: #0550ae;
4153
--doc-symbol-module-fg-color: #5cad0f;
4254

55+
--doc-symbol-parameter-bg-color: #df50af1a;
4356
--doc-symbol-attribute-bg-color: #9538001a;
4457
--doc-symbol-function-bg-color: #8250df1a;
4558
--doc-symbol-method-bg-color: #8250df1a;
@@ -48,12 +61,14 @@
4861
}
4962

5063
[data-md-color-scheme="slate"] {
64+
--doc-symbol-parameter-fg-color: #ffa8cc;
5165
--doc-symbol-attribute-fg-color: #ffa657;
5266
--doc-symbol-function-fg-color: #d2a8ff;
5367
--doc-symbol-method-fg-color: #d2a8ff;
5468
--doc-symbol-class-fg-color: #79c0ff;
5569
--doc-symbol-module-fg-color: #baff79;
5670

71+
--doc-symbol-parameter-bg-color: #ffa8cc1a;
5772
--doc-symbol-attribute-bg-color: #ffa6571a;
5873
--doc-symbol-function-bg-color: #d2a8ff1a;
5974
--doc-symbol-method-bg-color: #d2a8ff1a;
@@ -68,6 +83,15 @@ code.doc-symbol {
6883
font-weight: bold;
6984
}
7085

86+
code.doc-symbol-parameter {
87+
color: var(--doc-symbol-parameter-fg-color);
88+
background-color: var(--doc-symbol-parameter-bg-color);
89+
}
90+
91+
code.doc-symbol-parameter::after {
92+
content: "param";
93+
}
94+
7195
code.doc-symbol-attribute {
7296
color: var(--doc-symbol-attribute-fg-color);
7397
background-color: var(--doc-symbol-attribute-bg-color);
57.1 KB

dev/blog/2022/10/08/hatch-v160/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/2023/12/11/hatch-v180/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/2023/12/18/hatch-v190/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/2024/05/02/hatch-v1100/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/archive/2022/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/archive/2023/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/blog/archive/2024/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)