[Improvement] General revision of functions, classes and public methods documentation #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses issue #38 by conducting a comprehensive review and improvement of documentation across all functions, classes, and public methods in the
asltk
package. The review identified and fixed several documentation gaps, typos, and inconsistencies that had accumulated during recent development.Key Documentation Improvements
Missing Docstrings Added
_check_mask_values
inaux_methods.py
: Added comprehensive documentation explaining validation logic for brain mask processingasl_model_multi_dw
inmodels/signal_dynamic.py
: Added detailed docstring with mathematical model description and parameter explanationsutils.py
: Added docstrings for_check_input_path
,_get_file_from_folder_layout
, and_make_bids_path
Grammar and Spelling Corrections
ASLData
constructor documentationParameter Documentation Enhancements
iterations
andconverge_min
inrigid_body_registration
Examples and Usage Clarification
Quality Assurance
blue
andisort
This comprehensive documentation review ensures that all public interfaces are properly documented and that the documentation accurately describes the current implementation, addressing the concerns raised in issue #38 about potential documentation drift during recent development.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.