-
-
Notifications
You must be signed in to change notification settings - Fork 216
Update docs for CI #636
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
Merged
Merged
Update docs for CI #636
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
43e09da
update CI info in docs
wolf99 d083af1
Fix markdown lint issues
wolf99 ca92e50
Update docs/CONTRIBUTING.md
wolf99 cd76b57
Use consistent URL syntax in CONTRIBUTING.md
wolf99 326e569
Update line breaks in ABOUT.md
wolf99 cb2d658
Lint style guide
wolf99 81b6f62
Lint INSTALLATION.md
wolf99 7a7c241
Lint LEARNING.md
wolf99 1556e65
Update URLs in RESOURCES.md
wolf99 aba679c
Lint Tests.md
wolf99 2277b74
Lint VERSIONS.md
wolf99 e226f1f
Resolve naming of workflows/scripts
wolf99 a59a0a5
Apply suggestions from code review
ryanplusplus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| # About | ||
|
|
||
| C is a general purpose language, used for a wide range of applications, from embedded computers to high-performance computing clusters. | ||
| C is a general purpose language, used for a wide range of applications, from embedded computers to high-performance computing clusters. | ||
|
|
||
| C is commonly found in low level applications as it's a good alternative to harder-to-read assembly languages. It can be compiled to assembly to keep the same level of performance, while increasing readability, and providing a small level of safety with static types! | ||
| C is commonly found in low level applications as it's a good alternative to harder-to-read assembly languages. | ||
| It can be compiled to assembly to keep the same level of performance, while increasing readability, and providing a small level of safety with static types! | ||
|
|
||
| C was created by Dennis Ritchie at Bell Labs, and used to re-implement the Unix operating system. Now, it's one of the most used programming languages, with many compilers supporting providing support for most available hardware and platforms - there's plenty of resources and support available to help you get started! | ||
| C was created by Dennis Ritchie at Bell Labs, and used to re-implement the Unix operating system. | ||
| Now, it's one of the most used programming languages, with many compilers supporting providing support for most available hardware and platforms - there's plenty of resources and support available to help you get started! |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| # Resources | ||
|
|
||
| - [C++ Reference](http://en.cppreference.com/w/): An online reference for C and C++ programming languages. You have a doubt what a method does? cppreference.com has you covered. | ||
| - [`C` tag on StackOverflow](http://stackoverflow.com/questions/tagged/c) | ||
| - [C++ Reference](https://en.cppreference.com/w/c): An online reference for C and C++ programming languages. | ||
| If you are not sure what a stdlib function does, this site has you covered. | ||
| - [`C` tag on StackOverflow](https://stackoverflow.com/questions/tagged/c) |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| # Versions | ||
|
|
||
| - Unity = v2.5.2 (version now specified in `unity.h`) | ||
| * Unity = v2.5.2 (version now specified in `unity.h`) |
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.
Uh oh!
There was an error while loading. Please reload this page.