-
Notifications
You must be signed in to change notification settings - Fork 426
Minor typo fixes and clarifications to the documentation #3258
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
Conversation
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.
Good to merge, but I have a few small typo fixes etc. to update too.
@andrewboutros : it looks like the formatting of parts of the placement constraints format is messed up. Can you take a look? ![]() |
doc/src/.DS_Store
Outdated
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.
Can you please remove the .DS_Store file? We should probably add this to the .gitignore file.
Congrats Andrew, you may be the first person to use Mac to make a VPR PR!
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.
Lol. I think it is already deleted. It shows as -6KB binary file change, which I think because it slipped earlier and then I deleted it, no?
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.
Oh lol, yeah you are right! Thanks for removing that! I will add the DS_Store file to the gitignore soon.
@vaughnbetz Good catch. Fixed the formatting issue. It was just a missing newline. |
As I am going through the VTR documentation, I found a bunch of typos and what I think are mistakes based on my understanding. Creating this PR with my fixes to those in case this is useful in any way.