diff --git a/doc/modules/ROOT/pages/algorithms/closeness-centrality.adoc b/doc/modules/ROOT/pages/algorithms/closeness-centrality.adoc index 25257ecaf5f..df078f7fa96 100644 --- a/doc/modules/ROOT/pages/algorithms/closeness-centrality.adoc +++ b/doc/modules/ROOT/pages/algorithms/closeness-centrality.adoc @@ -108,7 +108,7 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[] |=== | Name | Type | Default | Optional | Description include::partial$/algorithms/common-configuration/common-stream-stats-configuration-entries.adoc[] -include::partial$/algorithms/beta/closeness/specific-configuration.adoc[] +include::partial$/algorithms/closeness/specific-configuration.adoc[] |=== .Results @@ -145,7 +145,7 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[] |=== | Name | Type | Default | Optional | Description include::partial$/algorithms/common-configuration/common-stream-stats-configuration-entries.adoc[] -include::partial$/algorithms/beta/closeness/specific-configuration.adoc[] +include::partial$/algorithms/closeness/specific-configuration.adoc[] |=== .Results @@ -187,7 +187,7 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[] |=== | Name | Type | Default | Optional | Description include::partial$/algorithms/common-configuration/common-mutate-configuration-entries.adoc[] -include::partial$/algorithms/beta/closeness/specific-configuration.adoc[] +include::partial$/algorithms/closeness/specific-configuration.adoc[] |=== .Results @@ -231,7 +231,7 @@ include::partial$/algorithms/common-configuration/common-parameters.adoc[] |=== | Name | Type | Default | Optional | Description include::partial$/algorithms/common-configuration/common-write-configuration-entries.adoc[] -include::partial$/algorithms/beta/closeness/specific-configuration.adoc[] +include::partial$/algorithms/closeness/specific-configuration.adoc[] |=== .Results diff --git a/doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc b/doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc index f3e1dd1b059..311eb4455ea 100644 --- a/doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc +++ b/doc/modules/ROOT/pages/algorithms/strongly-connected-components.adoc @@ -1,5 +1,4 @@ [[algorithms-strongly-connected-components]] -[.alpha] = Strongly Connected Components :description: This section describes the Strongly Connected Components algorithm in the Neo4j Graph Data Science library. :result: component diff --git a/doc/modules/ROOT/pages/introduction.adoc b/doc/modules/ROOT/pages/introduction.adoc index a142fec4960..6a3db66bb66 100644 --- a/doc/modules/ROOT/pages/introduction.adoc +++ b/doc/modules/ROOT/pages/introduction.adoc @@ -12,15 +12,13 @@ Additionally, GDS includes machine learning pipelines to train predictive superv The GDS API comprises Cypher procedures and functions. Each of these exist in one of three tiers of maturity: -* Production-quality -** Indicates that the feature has been tested with regards to stability and scalability. -** Features in this tier are prefixed with `gds.`. -* Beta -** Indicates that the feature is a candidate for the production-quality tier. -** Features in this tier are prefixed with `gds.beta.`. -* Alpha -** Indicates that the feature is experimental and might be changed or removed at any time. -** Features in this tier are prefixed with `gds.alpha.`. +Production-quality:: +Indicates that the feature has been tested with regards to stability and scalability. +Beta:: +Indicates that the feature is a candidate for the production-quality tier. +Alpha:: +Indicates that the feature is experimental and might be changed or removed at any time. + The xref:operations-reference/appendix-a.adoc[Operations Reference], lists all operations in GDS according to their tier. diff --git a/doc/modules/ROOT/pages/operations-reference/algorithm-references.adoc b/doc/modules/ROOT/pages/operations-reference/algorithm-references.adoc index 7376e273dcc..6c7e6223cd6 100644 --- a/doc/modules/ROOT/pages/operations-reference/algorithm-references.adoc +++ b/doc/modules/ROOT/pages/operations-reference/algorithm-references.adoc @@ -250,6 +250,15 @@ | `gds.scaleProperties.stats.estimate` label:procedure[Procedure] | `gds.scaleProperties.write` label:procedure[Procedure] | `gds.scaleProperties.write.estimate` label:procedure[Procedure] +.8+<.^|xref:algorithms/strongly-connected-components.adoc[Strongly Connected Components] +| `gds.scc.mutate` label:procedure[Procedure] +| `gds.scc.mutate.estimate` label:procedure[Procedure] +| `gds.scc.stats` label:procedure[Procedure] +| `gds.scc.stats.estimate` label:procedure[Procedure] +| `gds.scc.stream` label:procedure[Procedure] +| `gds.scc.stream.estimate` label:procedure[Procedure] +| `gds.scc.write` label:procedure[Procedure] +| `gds.scc.write.estimate` label:procedure[Procedure] .6+<.^| xref:algorithms/astar.adoc[Shortest Path AStar] | `gds.shortestPath.astar.stream` label:procedure[Procedure] | `gds.shortestPath.astar.stream.estimate` label:procedure[Procedure] @@ -393,15 +402,6 @@ | `gds.sllpa.write.estimate` label:procedure[Procedure] .1+<.^| xref:machine-learning/pre-processing/split-relationships.adoc[Split Relationships] | `gds.alpha.ml.splitRelationships.mutate` label:procedure[Procedure] -.8+<.^|xref:algorithms/strongly-connected-components.adoc[Strongly Connected Components] -| `gds.scc.mutate` label:procedure[Procedure] -| `gds.scc.mutate.estimate` label:procedure[Procedure] -| `gds.scc.stats` label:procedure[Procedure] -| `gds.scc.stats.estimate` label:procedure[Procedure] -| `gds.scc.stream` label:procedure[Procedure] -| `gds.scc.stream.estimate` label:procedure[Procedure] -| `gds.scc.write` label:procedure[Procedure] -| `gds.scc.write.estimate` label:procedure[Procedure] .1+<.^| xref:algorithms/triangle-count.adoc#algorithms-triangle-count-examples-triangles-listing[Triangle Listing] | `gds.triangles` label:procedure[Procedure] .1+<.^| xref:algorithms/dag/topological-sort.adoc[Topological Sort] diff --git a/doc/modules/ROOT/partials/algorithms/beta/closeness/specific-configuration.adoc b/doc/modules/ROOT/partials/algorithms/closeness/specific-configuration.adoc similarity index 100% rename from doc/modules/ROOT/partials/algorithms/beta/closeness/specific-configuration.adoc rename to doc/modules/ROOT/partials/algorithms/closeness/specific-configuration.adoc