Major revamp of dev-server.rst grammar#5
Merged
arves100 merged 4 commits intodecompfrontier:mainfrom Mar 7, 2025
Merged
Conversation
Updated spacing, flow, organization, grammar, and readability
The tutorial can finally get a complete noob Dev from beginning to end with little extra research or hidden steps. Good lord this took me over 2 hours to pull together, but I quality controlled it as I went along to ensure what I wrote actually happens. By the end I had a functional server. Tomorrow I'll do the client one. I'm going to bed now... lol
arves100
requested changes
Mar 3, 2025
Member
arves100
left a comment
There was a problem hiding this comment.
In general with the images (#7) it looks ok. Please fix the following errors coming from sphinx build as well:
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:41: ERROR: Unexpected indentation. [docutils]
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:58: ERROR: Unexpected indentation. [docutils]
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:68: ERROR: Unexpected indentation. [docutils]
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:75: ERROR: Unexpected indentation. [docutils]
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:82: ERROR: Unexpected indentation. [docutils]
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:101: ERROR: Unexpected indentation. [docutils]
Compatibility update for Sphinx and replaced the temporary vcpkg_root variable with a permanent version for later tutorials.
arves100
requested changes
Mar 5, 2025
Member
arves100
left a comment
There was a problem hiding this comment.
Another identation error, for the rest it looks good.
\decompfrontier.github.io\source\pages\Tutorial\dev-server.rst:98: ERROR: Unexpected indentation. [docutils]
Changed spacing to work for Sphinx
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.
Updated spacing, flow, organization, grammar, and readability