Skip to content

Commit e9a99d6

Browse files
authored
Merge pull request #6899 from FlorentinD/add-missing-links-in-appendix-23
Add missing links from appendix to specific pages
2 parents 15ab95e + ada925f commit e9a99d6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/modules/ROOT/pages/graph-catalog-relationship-ops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ ORDER BY source ASC, target ASC
661661

662662
NOTE: The properties we want to stream must exist for each specified relationship type.
663663

664+
[[catalog-graph-relationship-to-undirected-example]]
664665
=== Convert to undirected
665666

666667
Some algorithms such as Triangle Count and Link Prediction expect undirected relationships. The following shows how to convert the relationships of type `LIKES` in the graph from directed to undirected by creating an undirected relationship of new type `INTERACTS`.

doc/modules/ROOT/pages/operations-reference/additional-operation-references.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
| xref:common-usage/debug-sysinfo.adoc[Status of the system] | `gds.debug.sysInfo`
2424
| xref:management-ops/create-cypher-db.adoc[Create an impermanent database backed by a projected graph] | `gds.alpha.create.cypherdb`
2525
| xref:common-usage/monitoring-system.adoc[Get an overview of the system's workload and available resources] | `gds.alpha.systemMonitor`
26-
| Back-up graphs and models to disk | `gds.alpha.backup`
27-
| Restore persisted graphs and models to memory | `gds.alpha.restore`
26+
| xref:management-ops/backup-restore.adoc[Back-up graphs and models to disk] | `gds.alpha.backup`
27+
| xref:management-ops/backup-restore.adoc[Restore persisted graphs and models to memory] | `gds.alpha.restore`
2828
| xref:production-deployment/defaults-and-limits.adoc[List configured defaults] | `gds.alpha.config.defaults.list`
2929
| xref:production-deployment/defaults-and-limits.adoc[Configure a default] | `gds.alpha.config.defaults.set`
3030
| xref:production-deployment/defaults-and-limits.adoc#_limits_on_configuration_values[List configured limits] | `gds.alpha.config.limits.list`

doc/modules/ROOT/pages/operations-reference/graph-operation-references.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
| `gds.beta.graph.export.csv`
6060
| `gds.beta.graph.export.csv.estimate`
6161
|xref:graph-catalog-relationship-ops.adoc#catalog-graph-stream-relationship-topology-example[Stream relationship topologies to the procedure caller] | `gds.beta.graph.relationships.stream`
62-
.2+<.^|Convert directed relationships to undirected
62+
.2+<.^|xref:graph-catalog-relationship-ops.adoc#catalog-graph-relationship-to-undirected-example[Convert directed relationships to undirected]
6363
| `gds.beta.graph.relationships.toUndirected`
6464
| `gds.beta.graph.relationships.toUndirected.estimate`
6565

@@ -75,7 +75,7 @@
7575
|Description | Operation
7676
|Drop a graph property from a named graph | `gds.alpha.graph.graphProperty.drop`
7777
|Stream a graph property to the procedure caller | `gds.alpha.graph.graphProperty.stream`
78-
|Sample a subgraph using random walk with restarts | `gds.alpha.graph.sample.rwr`
79-
|Add node labels to the in-memory graph | `gds.alpha.graph.nodeLabel.mutate`
80-
|Write node labels to the database | `gds.alpha.graph.nodeLabel.write`
78+
|xref:management-ops/projections/rwr.adoc[Sample a subgraph using random walk with restarts] | `gds.alpha.graph.sample.rwr`
79+
|xref:graph-catalog-node-ops.adoc#catalog-graph-mutate-node-label-example[Add node labels to the in-memory graph] | `gds.alpha.graph.nodeLabel.mutate`
80+
|xref:graph-catalog-node-ops.adoc#catalog-graph-write-node-label-example[Write node labels to the database] | `gds.alpha.graph.nodeLabel.write`
8181
|===

0 commit comments

Comments
 (0)