Skip to content

docs(readme): link to docs/examples#93

Merged
leoparente merged 1 commit into
developfrom
fix/readme-examples-link
Jun 1, 2026
Merged

docs(readme): link to docs/examples#93
leoparente merged 1 commit into
developfrom
fix/readme-examples-link

Conversation

@leoparente
Copy link
Copy Markdown
Contributor

@leoparente leoparente commented Jun 1, 2026

Summary

Closes the second half of #74.

The original report (Dec 2025) flagged a broken [examples](./examples) link in the README pointing at a non-existent directory. The broken link itself was removed during the v1.10.x README restructure (#78), and #83 later added a real docs/examples/ directory — but the README was never updated to point at it, so readers still have no in-README path to the example catalog.

This adds a one-line pointer at the exact anchor location the original broken link occupied (right after the basic Example code block).

Change

 if __name__ == "__main__":
     main()

+See docs/examples/ for per-entity examples (one file per supported NetBox object type).
+

Using Metadata


## Test plan
- [x] Relative link `./docs/examples` resolves (directory exists with one `.py` per entity).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

@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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/netboxlabs/diode/sdk
   chunking.py33197%112
   client.py5173693%197–198, 217–219, 222–225, 511, 577, 582, 586, 669–674, 719–721, 751, 755, 759, 781, 802, 804, 878, 909, 917, 959, 995, 1010–1011, 1018–1019
   exceptions.py44393%69, 82–83
TOTAL6094093% 

Tests Skipped Failures Errors Time
186 0 💤 0 ❌ 0 🔥 2.256s ⏱️

@leoparente leoparente force-pushed the fix/readme-examples-link branch from 35f396f to 3724e24 Compare June 1, 2026 17:02
The README previously had a `[examples](./examples)` link that pointed
to a non-existent directory (#74); the broken link was removed during
the v1.10.x README restructure, but no replacement pointer was added.

Since #83 there is a real `docs/examples/` directory with one file per
supported entity. Add a one-line pointer in the same anchor location
the original broken link occupied so readers can find them from the
README again.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@leoparente leoparente force-pushed the fix/readme-examples-link branch from 3724e24 to 03f75bb Compare June 1, 2026 17:03
@leoparente leoparente changed the title docs(readme): link to docs/examples and hosted entity catalog docs(readme): link to docs/examples Jun 1, 2026
@leoparente leoparente merged commit 31ae0af into develop Jun 1, 2026
6 checks passed
@leoparente leoparente deleted the fix/readme-examples-link branch June 1, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants