Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

docs: Cookbook — 10 practical graph analysis recipes - #81

Merged
sauravbhattacharya001 merged 1 commit into
masterfrom
gardener/cookbook-doc
Mar 15, 2026
Merged

sauravbhattacharya001 merged 1 commit into
masterfrom
gardener/cookbook-doc

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
Owner

Cookbook page with 10 step-by-step recipes: generate graphs, find influencers (centrality), detect communities (Louvain), shortest paths, export (GraphML/GEXF/DOT/JSON), resilience testing, anomaly detection, graph comparison, PageRank, full pipeline. Difficulty tags, code examples, expected output, tips. Cookbook link added to sidebar nav on all 5 doc pages.

New docs/cookbook.html with step-by-step examples for common tasks:

1. Generate synthetic graphs (scale-free, small-world, complete, grid)
2. Find influential nodes (degree, betweenness, closeness centrality)
3. Detect communities (connected components + Louvain modularity)
4. Find shortest paths (BFS unweighted)
5. Export to GraphML/GEXF/DOT/JSON for Gephi/Graphviz/D3
6. Test network resilience (articulation points, targeted attack sim)
7. Detect anomalous nodes (degree outliers, bridge nodes)
8. Compare graph snapshots (diff + Jaccard similarity)
9. Run PageRank with configurable damping/convergence
10. Full analysis pipeline combining multiple analyzers

Each recipe includes: difficulty tag, required classes, runnable code,
expected output, and tips/notes. Added Cookbook link to sidebar nav
across all 5 existing doc pages.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@sauravbhattacharya001
sauravbhattacharya001 merged commit 3ca86d6 into master Mar 15, 2026
3 of 7 checks passed
@sauravbhattacharya001
sauravbhattacharya001 deleted the gardener/cookbook-doc branch March 15, 2026 13:10
@github-actions github-actions Bot added documentation Documentation improvements size/l labels Mar 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation Documentation improvements size/l

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant