[Chore][Docs] Fix mp docs for store policy: skip_l1#2869
Conversation
Signed-off-by: ApostaC <yihua98@uchicago.edu>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the accuracy and consistency of the project's documentation. It addresses outdated references to an L2 store policy that was recently renamed, ensuring that users and developers consult up-to-date information regarding L2 storage configurations, especially for the buffer-only mode. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request renames the noop policy for the --l2-store-policy option to skip_l1 across the documentation files docs/source/mp/configuration.rst and docs/source/mp/l2_storage.rst. This includes updating the policy description, available choices, and example usage to reflect the new name. I have no feedback to provide.
[add] doc fix for l2 store policy Signed-off-by: ApostaC <yihua98@uchicago.edu>
[add] doc fix for l2 store policy Signed-off-by: ApostaC <yihua98@uchicago.edu>
What this PR does / why we need it:
Fixes documentation references to the renamed L2 store policy. The
noopstore policy was renamed toskip_l1but the docs still referenced the old name inconfiguration.rstandl2_storage.rst.Special notes for your reviewers:
Docs-only change — no code modifications.
If applicable: