Skip to content

Expand README and docs to address #3#86

Merged
ViralBShah merged 2 commits into
masterfrom
vs/docs-issue3
Jun 5, 2026
Merged

Expand README and docs to address #3#86
ViralBShah merged 2 commits into
masterfrom
vs/docs-issue3

Conversation

@ViralBShah

Copy link
Copy Markdown
Member

Summary

  • Document the wrapped OpenCV version (4.13.0) and how to query it at runtime (OpenCV.getVersionString, OpenCV.getBuildInformation).
  • Link the upstream OpenCV tutorials for newcomers and add a "Developing locally" section showing the dev/test workflow.
  • Document the versioning policy (package version tracks OpenCV release; Julia-side breaking changes bump the minor).
  • Rewrite "Contributing" around today's layout: hand-written src/, auto-generated src/generated/, vendored generator in gen/ (with pointers to gen/PROVENANCE.md and gen/OPENCV_VERSION). Fix stale funclist.csv link.
  • Mirror the user-facing sections into docs/src/index.md and add [compat] Documenter = "1.17" to docs/Project.toml.

Addresses #3.

Test plan

  • julia --project=docs docs/make.jl builds cleanly with Documenter 1.17.0.
  • GitHub render of README.md shows the new sections and the in-repo links (gen/PROVENANCE.md, gen/OPENCV_VERSION, gen/funclist.csv) resolve.
  • Hosted docs deploy picks up the mirrored sections in index.md.

🤖 Generated with Claude Code

ViralBShah and others added 2 commits June 4, 2026 02:54
Document the wrapped OpenCV version (4.13.0) and runtime version queries,
link the upstream OpenCV tutorials, describe the package's versioning
policy, and rewrite the contributing section around today's `src/` +
`src/generated/` + `gen/` layout. Mirror the same sections into
`docs/src/index.md` and bump the docs `Documenter` compat to 1.17.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 11.79%. Comparing base (a8d630a) to head (8e9c5cc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   11.79%   11.79%           
=======================================
  Files          18       18           
  Lines        2594     2594           
=======================================
  Hits          306      306           
  Misses       2288     2288           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ViralBShah ViralBShah merged commit e4baed5 into master Jun 5, 2026
10 checks passed
@ViralBShah ViralBShah deleted the vs/docs-issue3 branch June 5, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant