[Data][Docs] Fix inconsistent heading levels in "How to write tests" guide#60706
Merged
bveeramani merged 2 commits intoray-project:masterfrom Feb 4, 2026
Merged
Conversation
Signed-off-by: “Alex <alexchien130@gmail.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request correctly fixes inconsistent heading levels in the "How to write tests" documentation guide. The changes from H2 to H3 for three sections under "Ray-specific practices" improve the document's structure and readability. The changes are accurate and I approve of them.
Contributor
Author
|
@bveeramani @owenowenisme PTAL TY |
tiennguyentony
pushed a commit
to tiennguyentony/ray
that referenced
this pull request
Feb 7, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: tiennguyentony <46289799+tiennguyentony@users.noreply.github.com>
tiennguyentony
pushed a commit
to tiennguyentony/ray
that referenced
this pull request
Feb 7, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: tiennguyentony <46289799+tiennguyentony@users.noreply.github.com>
tiennguyentony
pushed a commit
to tiennguyentony/ray
that referenced
this pull request
Feb 7, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com>
Sparks0219
pushed a commit
to Sparks0219/ray
that referenced
this pull request
Feb 9, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com>
elliot-barn
pushed a commit
that referenced
this pull request
Feb 9, 2026
…guide (#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes #60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
elliot-barn
pushed a commit
that referenced
this pull request
Feb 9, 2026
…guide (#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes #60699 Signed-off-by: “Alex <alexchien130@gmail.com>
ans9868
pushed a commit
to ans9868/ray
that referenced
this pull request
Feb 18, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: Adel Nour <ans9868@nyu.edu>
Aydin-ab
pushed a commit
to kunling-anyscale/ray
that referenced
this pull request
Feb 20, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
peterxcli
pushed a commit
to peterxcli/ray
that referenced
this pull request
Feb 25, 2026
…guide (ray-project#60706) ## Description This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide. Three sections under "Ray-specific practices" were incorrectly using H2 (`##`) headings instead of H3 (`###`) headings. This fix improves document structure, navigation, and table of contents rendering. **Changes made:** - "Avoid testing against repr outputs to validate specific data" - "Avoid assumptions about the number or size of blocks" - "Avoid testing that the DAG looks a particular way" ## Related issues Fixes ray-project#60699 Signed-off-by: “Alex <alexchien130@gmail.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR fixes inconsistent heading levels in the Ray Data "How to write tests" documentation guide.
Three sections under "Ray-specific practices" were incorrectly using H2 (
##) headings instead of H3 (###) headings. This fix improves document structure, navigation, and table of contents rendering.Changes made:
Related issues
Fixes #60699