FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: doc build (#860) · graphframes/graphframes@e705223 · GitHub

Commit e705223

Browse files
fix: doc build (#860)
1 parent eac1a75 commit e705223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎docs/mdoc/01-installation.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The only runtime dependency of the GraphFrames core is `graphframes-graphx-*`. I
144144

145145
### Microsoft Fabric Note
146146

147-
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).
147+
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).
148148

149149
## Building GraphFrames from Source
150150

‎docs/src/04-user-guide/06-graph-clustering.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Compared to NSW 2011, this GraphFrames implementation intentionally extends and
8888

8989
- The paper is for **undirected graphs**; this implementation supports **directed and undirected** execution.
9090
- The paper does **not** support turning off direct-link contribution; this implementation adds `ignoreDirectLinks`.
91-
- The paper uses structural factor in **[0, 1]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range.
91+
- The paper uses structural factor in **\[0, 1\]**; this implementation exposes a non-negative multiplier, allowing a wider tuning range.
9292

9393
### Directed common-neighbor definition: pragmatic, not canonical
9494

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL