Fix Documentation - Separate the subsections in the Tutorial - #683
Merged
magdalenafuentes merged 2 commits intoJul 31, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the documentation structure in the tutorial by correcting the RestructuredText heading hierarchy. Previously, all subsections were incorrectly nested under the "Installation" section instead of being separate top-level subsections.
- Adds proper spacing to separate the "Installation" subsection from the main "Tutorial" heading
- Ensures subsections appear as independent sections rather than nested under "Installation"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #683 +/- ##
=======================================
Coverage 97.04% 97.04%
=======================================
Files 68 68
Lines 7354 7354
=======================================
Hits 7137 7137
Misses 217 217 🚀 New features to boost your workflow:
|
magdalenafuentes
approved these changes
Jul 31, 2025
magdalenafuentes
merged commit Jul 31, 2025
f4b3f4b
into
mir-dataset-loaders:master
12 checks passed
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.
This pull request makes a small documentation update to the
docs/source/tutorial.rstfile.Previously, all the subsections were under the "Installation" subsection rather than their own separate subsections.
It has now been fixed to have separate subsections as expected.