Skip to content

Commit 8d348ba

Browse files
committed
Automated cypher reference document generation (CI)
1 parent cd6db29 commit 8d348ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cypher/CYPHER.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,19 @@ Script | Directory | Description
9090
| [Community_Detection_7d_Modularity.cypher](./Community_Detection/Community_Detection_7d_Modularity.cypher) | Community_Detection | Community Detection Modularity |
9191
| [Community_Detection_7d_Modularity_Members.cypher](./Community_Detection/Community_Detection_7d_Modularity_Members.cypher) | Community_Detection | Community Detection Modularity Members |
9292
| [Community_Detection_7e_Write_Modularity.cypher](./Community_Detection/Community_Detection_7e_Write_Modularity.cypher) | Community_Detection | Community Detection Modularity Write |
93+
| [Community_Detection_8d_Conductance.cypher](./Community_Detection/Community_Detection_8d_Conductance.cypher) | Community_Detection | Community Detection Conductance |
94+
| [Community_Detection_8d_Conductance_Members.cypher](./Community_Detection/Community_Detection_8d_Conductance_Members.cypher) | Community_Detection | Community Detection Conductance Members |
95+
| [Community_Detection_9_Community_Metrics.cypher](./Community_Detection/Community_Detection_9_Community_Metrics.cypher) | Community_Detection | Community Metrics |
9396
| [Community_Detection_Summary.cypher](./Community_Detection/Community_Detection_Summary.cypher) | Community_Detection | Community Detection Summary. Variables: dependencies_projection_node ("Artifact", "Package", "Type") |
9497
| [Compare_Louvain_vs_Leiden_Results.cypher](./Community_Detection/Compare_Louvain_vs_Leiden_Results.cypher) | Community_Detection | Compare Louvain vs. Leiden Community Detection Results. Variables: dependencies_projection_node (e.g. "Artifact", "Package", "Type") |
9598
| [Get_all_Packages_with_a_Community_Detection_Label.cypher](./Community_Detection/Get_all_Packages_with_a_Community_Detection_Label.cypher) | Community_Detection | Get all Packages with a Community Detection Label |
9699
| [Set_Parameters.cypher](./Community_Detection/Set_Parameters.cypher) | Community_Detection | Example on how to set the parameters for community detaction in this case for Packages and Leiden |
100+
| [Type_communities_that_span_the_most_packages.cypher](./Community_Detection/Type_communities_that_span_the_most_packages.cypher) | Community_Detection | Communities that span the most packages |
101+
| [Type_communities_that_span_the_most_packages_with_type_statistics.cypher](./Community_Detection/Type_communities_that_span_the_most_packages_with_type_statistics.cypher) | Community_Detection | Communities that span the most packages with type statistics |
102+
| [Type_communities_with_few_members_in_foreign_packages.cypher](./Community_Detection/Type_communities_with_few_members_in_foreign_packages.cypher) | Community_Detection | Type communities with few members in foreign packages |
97103
| [Which_package_community_spans_multiple_artifacts.cypher](./Community_Detection/Which_package_community_spans_multiple_artifacts.cypher) | Community_Detection | Which package community spans multiple artifacts? |
98104
| [Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher](./Community_Detection/Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher) | Community_Detection | Which package community spans several artifacts and how are the packages distributed? |
99105
| [Which_type_community_spans_several_artifacts_and_how_are_the_types_distributed.cypher](./Community_Detection/Which_type_community_spans_several_artifacts_and_how_are_the_types_distributed.cypher) | Community_Detection | Which type community spans several artifacts and how are the types distributed? |
100-
| [Community_Detection_Label_Propagation.cypher](./Community_Detection_Label_Propagation.cypher) | | Community Detection Label Propagation |
101-
| [Community_Detection_Weakly_Connected_Components.cypher](./Community_Detection_Weakly_Connected_Components.cypher) | | Community Detection Weakly Connected Components |
102106
| [Count_nodes_and_relationships.cypher](./Count_nodes_and_relationships.cypher) | | Count nodes and relationships |
103107
| [Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher](./Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher) | | Create a DEPENDS_ON relationship for every DEPENDS_ON_ARTIFACT |
104108
| [Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher](./Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher) | | Create a DEPENDS_ON relationship for every DEPENDS_ON_PACKAGE |

0 commit comments

Comments
 (0)