Explanation
Explanation documentation is understanding-oriented. It provides background, context, and discusses topics to deepen your understanding of graph concepts and when to apply them.
Available Topics
Concepts
- Graph Concepts - Nodes, edges, directed vs undirected, weighted graphs
- Centrality Metrics - Understanding PageRank, betweenness, and more
- When to Use grph - Real-world applications and use cases
Context
These articles help you understand the "why" behind graph analysis:
- Why does direction matter in graphs?
- When should you use PageRank vs degree centrality?
- What problems is graph analysis good at solving?
Tutorials vs How-to vs Explanation
| Type | Purpose | Example |
|---|---|---|
| Tutorial | Learn by doing | "Follow these steps to analyze a social network" |
| How-to | Solve a problem | "How to find the shortest path" |
| Explanation | Understand concepts | "What is betweenness centrality and why does it matter?" |
| Reference | Look up details | "All options for the grph centrality command" |