-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix users.rst #42
base: main
Are you sure you want to change the base?
Fix users.rst #42
Conversation
Capitalize first character of the sentence to make things consistent with other columns.
'shell' column of 'passwd' table isn't formatted properly because of misalignment of '|' and '+' symbol.
There is no need for a period after colon punctuation. Also the remove space between sentence and colon. If a complete sentence precedes by colon, there is no need for a space between sentence and colon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR.
One minor change required.
Each line has seven entries separated by *:*. | ||
|
||
:: | ||
Each line has seven entries separated by:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing the vital : part, which is the separator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Sphinx below two things are same:
Each line has seven entries separated by::
Each line has seven entries separated by:
::
When we generate output, Sphinx will automatically expands ending ::
, with :
followed by a ::
code-directive, see below screenshot. In output, we're still getting a :
at the end of sentence.
Fix some typos, formatting issue and punctuation in users.rst