From ec6ad6d93385a35667d194684730d7a0bea45a25 Mon Sep 17 00:00:00 2001 From: semyonsinchenko Date: Sat, 13 Jun 2026 22:25:45 +0200 Subject: [PATCH] fix: doc build --- docs/mdoc/01-installation.md | 2 +- docs/src/04-user-guide/06-graph-clustering.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mdoc/01-installation.md b/docs/mdoc/01-installation.md index cfa30cb47..ce6935cc8 100644 --- a/docs/mdoc/01-installation.md +++ b/docs/mdoc/01-installation.md @@ -144,7 +144,7 @@ The only runtime dependency of the GraphFrames core is `graphframes-graphx-*`. I ### Microsoft Fabric Note -It was [reported](github.com/graphframes/graphframes/issues/748) that Microsft Fabric cannot resolve runtime dependencies of JVM pckages automatically. MS Fabric users should specify both core and `graphframes-graphx-*` (depends on the Apache Spark version). +It was [reported](https://github.com/graphframes/graphframes/issues/748) that Microsft Fabric cannot resolve runtime dependencies of JVM pckages automatically. MS Fabric users should specify both core and `graphframes-graphx-*` (depends on the Apache Spark version). ## Building GraphFrames from Source diff --git a/docs/src/04-user-guide/06-graph-clustering.md b/docs/src/04-user-guide/06-graph-clustering.md index d7820b67b..b8b0dafd9 100644 --- a/docs/src/04-user-guide/06-graph-clustering.md +++ b/docs/src/04-user-guide/06-graph-clustering.md @@ -88,7 +88,7 @@ Compared to NSW 2011, this GraphFrames implementation intentionally extends and - The paper is for **undirected graphs**; this implementation supports **directed and undirected** execution. - The paper does **not** support turning off direct-link contribution; this implementation adds `ignoreDirectLinks`. -- The paper uses structural factor in **[0, 1]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range. +- The paper uses structural factor in **\[0, 1\]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range. ### Directed common-neighbor definition: pragmatic, not canonical