viiccwen opened a new pull request, #1404:
URL: https://github.com/apache/mahout/pull/1404

   ### Related Issues
   
   Closes #1348
   
   ### Changes
   
   - [ ] Bug fix
   - [ ] New feature
   - [ ] Refactoring
   - [x] Documentation
   - [ ] Test
   - [ ] CI/CD pipeline
   - [ ] Other
   
   ### Why
   
   QDP Python API reference content is generated from source docstrings. A few
   public entries had no source-level documentation for constructor parameters 
or
   alias intent, which left the generated API surface less clear than the source
   code can support.
   
   ### How
   
   Added focused source documentation for:
   
   - `QdpEngine.__init__`, including constructor parameters and the unsupported
     backend error.
   - `QuantumDataLoader.__init__`, including default batching settings and
     validation behavior.
   - `QuantumTensor`, documenting it as a backward-compatible alias for
     `QdpTensor`.
   
   ## Checklist
   
   - [ ] Added or updated unit tests for all changes
   - [x] Added or updated documentation for all changes
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to