DOCUMENTATION: Convert old rst files to md files #1920
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 pull request addresses the issue #1564 by converting the remaining .rst files to .md files. The original .rst files were deleted in PR #667, and some useful files were missed in the initial conversion. These files have now been carefully converted to Markdown format.
Files converted:
shortcuts.rst to shortcuts.md
netscript\advancedfunctions\autocomplete.rst to netscript\advancedfunctions\autocomplete.md
netscript\advancedfunctions\inject_html.rst to netscript\advancedfunctions\inject_html.md
netscript\netscriptmisc.rst to netscript\netscriptmisc.md
netscript\netscriptscriptarguments.rst to netscript\netscriptscriptarguments.md
netscript\netscripthacknetnodeapi.rst to netscript\netscripthacknetnodeapi.md
Importance of the changes:
Consistency: Converting these files to Markdown ensures that all documentation files follow a uniform format, making it easier for contributors and readers to navigate and understand the documentation.
Readability: Markdown files are more readable and easier to edit, which enhances the overall user experience when accessing the documentation.
Maintainability: A consistent file format simplifies the maintenance and updating process for future documentation changes.
Notes:
Each file was carefully reviewed to ensure that only relevant and useful content was included in the conversion process.
Formatting was updated to be compatible with Markdown syntax.