Skip to content

Commit 1b969f4

Browse files
committed
bump to 0.0.58
use native tag renderer (removed custom temp solution) patch di reference template to render empty tag lists ("[]") instead of null ("")
1 parent 6168fd0 commit 1b969f4

22 files changed

Lines changed: 166 additions & 752 deletions

Taskfile.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,13 @@ tasks:
137137
# vendored copies. Part of building, not of checking - without it the
138138
# published site issues third-party requests.
139139
- poetry run python tools/localize_bundle_assets.py site
140-
# Zensical does not implement the tags plugin's listings and passes the
141-
# `<!-- material/tags -->` markers through untouched. Render them here
142-
# until it does - see tasks/spec.md.
143-
- poetry run python tools/render_tag_listings.py site
144140

145141
serve:
146142
desc: Serve the page on localhost with live reload (no post-build steps)
147143
# `zensical serve` rebuilds into site/ on every change, which would overwrite
148-
# anything the post-build steps in `build` produce. So this preview does NOT
149-
# show the rendered tag listings and still loads glightbox from unpkg. Use
150-
# `task preview` when you need to see the site exactly as it ships.
144+
# anything the post-build steps in `build` produce. So this preview still
145+
# loads glightbox from unpkg. Use `task preview` when you need to see the
146+
# site exactly as it ships.
151147
deps:
152148
- task: install
153149
cmds:

docs/build/reference/aggregator/average.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Average"
33
description: "Computes the weighted average."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Average

docs/build/reference/aggregator/firstNonEmpty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "First non-empty score"
33
description: "Forwards the first input that provides a non-empty similarity score."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# First non-empty score

docs/build/reference/aggregator/geometricMean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Geometric mean"
33
description: "Compute the (weighted) geometric mean."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Geometric mean

docs/build/reference/aggregator/handleMissingValues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Handle missing values"
33
description: "Generates a default similarity score, if no similarity score is provided (e.g., due to missing values). Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Handle missing values

docs/build/reference/aggregator/max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Or"
33
description: "At least one input score must be within the threshold. Selects the maximum score."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Or

docs/build/reference/aggregator/min.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "And"
33
description: "All input scores must be within the threshold. Selects the minimum score."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# And

docs/build/reference/aggregator/negate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Negate"
33
description: "Negates the result of the input comparison. A single input is expected. Using this operator can have a performance impact, since it lowers the efficiency of the underlying computation."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Negate

docs/build/reference/aggregator/quadraticMean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Euclidian distance"
33
description: "Calculates the Euclidian distance."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Euclidian distance

docs/build/reference/aggregator/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Scale"
33
description: "Scales a similarity score by a factor."
44
icon: octicons/cross-reference-24
5-
tags:
5+
tags: []
66
---
77

88
# Scale

0 commit comments

Comments
 (0)