Skip to content
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

Improve style consistency in root directory docs files #4493

Merged
merged 2 commits into from May 12, 2021
Merged

Improve style consistency in root directory docs files #4493

merged 2 commits into from May 12, 2021

Conversation

Nikolaj-K
Copy link
Contributor

@Nikolaj-K Nikolaj-K commented May 10, 2021

Read through the files in the root directory and where I saw that various conventions where mixed or sentences could be completed, made some edits. When in doubt I opted for the "more full sentence" conventions with dots at the end and all.
Some hyperlinks are added too.

@@ -1,4 +1,4 @@
# Github actions template config
# Github actions template config.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of those are just because, for example 4 lines below, the dot is used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw. all these values not intended to be changed at runtime, i.e. python "constants", should be capitalized.

windows = True
else:
windows = False
windows = len(sys.argv) > 1 and "win" in sys.argv[1] # Special case windows to 0.1.6225
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iirc this is the only change that's not in a doc or echo statement.

lodenrogue
lodenrogue previously approved these changes May 10, 2021
hoffmang9
hoffmang9 previously approved these changes May 11, 2021
Copy link
Member

@hoffmang9 hoffmang9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for cleaning up some of my code as well 😉

@Nikolaj-K Nikolaj-K dismissed stale reviews from hoffmang9 and lodenrogue via 3fdd217 May 11, 2021 08:01
@Nikolaj-K
Copy link
Contributor Author

Fixed the black test, was about removing a blank.

@Nikolaj-K Nikolaj-K requested a review from hoffmang9 May 12, 2021 07:46
Copy link
Contributor

@wjblanke wjblanke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aok

@wjblanke wjblanke merged commit 2faab1e into Chia-Network:main May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants