DOCS: cleaned up the table of contents so it displays better#557
Open
AliSajid wants to merge 1 commit into
Open
DOCS: cleaned up the table of contents so it displays better#557AliSajid wants to merge 1 commit into
AliSajid wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Reformats the SIMH v4 status document’s Table of Contents into standard Markdown nested lists for improved readability/rendering.
Changes:
- Converted the Table of Contents from the dotted “. .” style into Markdown bullet lists.
- Introduced nested list indentation for subsections under “New Functionality” and build instructions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+34
to
+46
| [Building and running a simulator](#building-and-running-a-simulator) | ||
| - [Use Prebuilt Windows Simulators](#use-prebuilt-windows-simulators) | ||
| - [Building simulators yourself](#building-simulators-yourself) | ||
| - [Linux/OSX other *nix platforms](#linuxosx-other-nix-platforms) | ||
| - [Build Dependencies](#build-dependencies) | ||
| - [OS X - Dependencies](#os-x---dependencies) | ||
| - [Linux - Dependencies](#linux---dependencies) | ||
| - [Windows](#windows) | ||
| - [Required related files](#required-related-files) | ||
| - [Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015, 2017, 2019](#visual-studio-standard-or-express-2008-2010-2012-2013-or-visual-studio-community-2015-2017-2019) | ||
| - [MinGW32](#mingw32) | ||
| - [VMS](#vms) | ||
| [Problem Reports](#problem-reports) |
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 updates the formatting of the Table of Contents in the
SIMH-V4-status.mdfile to improve readability and maintain consistency. The changes primarily focus on adjusting the indentation and bullet styles.This is related to #556
Documentation formatting improvements:
SIMH-V4-status.mdto use consistent indentation and nested bullet points, making the structure clearer and easier to navigate.