Thorough Documentation Update for Thrive Project#1
Thorough Documentation Update for Thrive Project#1google-labs-jules[bot] wants to merge 1 commit into
Conversation
- Added Google Style docstrings to all Python files in `code/behavior`, `code/ddm`, `code/preprocessing-eeg`, `code/postprocessing`, and `code/figures`. - Added Roxygen2 style comments to R files in `code/ddm` and `code/statistics`. - Added Doxygen style comments to C++ file `code/ddm/simSSP_model_GB_noScale.cpp`. - Added standard MATLAB help comments to all .m files in `code/matlab`, `code/figures`, and `code/preprocessing-eeg`. - Rewrote root `README.md` to provide project overview, structure, and usage instructions. - Updated `code/readme.md`. - Ensured all scripts and functions have file-level and function-level documentation explaining purpose, inputs, and outputs.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR comprehensively documents the entire repository, which was previously lacking in comments and documentation. It targets a mixed-language codebase (Python, R, MATLAB, C++) used for the
thrive-theta-ddmproject (EEG analysis and SSP-DDM modeling).Changes:
#') to functions and scripts./** ... */) to the DDM simulation code.%) at the top of functions and scripts.README.md(replacing a template) to describe the project goals, scientific background, directory structure, and analysis workflow. Updatedcode/readme.mdas well.Verification:
code/subdirectories were processed.PR created automatically by Jules for task 6963669931330741290 started by @fzakirov