-
Notifications
You must be signed in to change notification settings - Fork 57
Adding build developer documentation #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: pmady <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #222 +/- ##
=======================================
Coverage 81.49% 81.49%
=======================================
Files 11 11
Lines 2151 2151
Branches 327 327
=======================================
Hits 1753 1753
Misses 398 398 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Any reviewers for this PR. As it is my first time contribution curious if I made an mistakes/ open for feedback. Thanks |
|
Hi Pavan, I've looked at your PR, just wanted to check out the built documentation before commenting, which I haven't got a chance to do yet. I'll need some time to proofread the docs, will comment on this PR re my findings. Sorry for the delay and thanks for doing this, much appreciated! |
antond-weta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, some minor errors.
- Remove Python bindings references (WIP, not fully functional) - Fix rawtoaces_core.rst: remove non-existent classes (CameraDatabase, IlluminantDatabase, database_paths), add actual functions - Elaborate on data path: mention CMAKE_INSTALL_PREFIX, Windows limitation - Add --data-dir command line parameter to environment setup - Fix illuminant docs: blackbody temperatures must be below 4000K Signed-off-by: pmady <[email protected]>
- Remove Python bindings references (WIP, not fully functional) - Fix rawtoaces_core.rst: remove non-existent classes, add actual functions - Elaborate on data path: mention CMAKE_INSTALL_PREFIX, Windows limitation - Add --data-dir command line parameter to environment setup - Fix illuminant docs: blackbody temperatures must be below 4000K - Fix dependencies: remove LibRaw (handled by OIIO), add nlohmann-json - Fix spectral_data.rst: explicitly list Spectrum and SpectralData structs Signed-off-by: pmady <[email protected]>
…files Signed-off-by: pmady <[email protected]>
|
Updated PR with new changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MetadataSolver class is missing
Description
Tests
Checklist:
need to update the documentation, for example if this is a bug fix that
doesn't change the API.)
(adding new test cases if necessary).
already run clang-format before submitting, I definitely will look at the CI
test that runs clang-format and fix anything that it highlights as being
nonconforming.