Skip to content

Commit

Permalink
doc(C++): Put list of educational links
Browse files Browse the repository at this point in the history
rather than using the glossary

Closes #144
  • Loading branch information
kellijohnson-NOAA committed Sep 19, 2024
1 parent a63fb10 commit 2946c2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 56 deletions.
8 changes: 8 additions & 0 deletions 02-FIMS-Project-Overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Run [`cmake --build build` and `ctest --test-dir build` locally](https://noaa-fi
and make sure the C++ tests pass before pushing tests to remote feature branch. If there are failing tests, run `ctest --test-dir --rerun-failed --output-on-failure` to re-run the failed tests verbosely.
* Ensuring the run-clang-tidy and run-googletest [Github Actions workflows](#github-actions) pass on the remote feature branch

Below is a list of online resources for learning C++:
* [cplusplus.com](https://cplusplus.com/doc/)
* [docs.microsoft.com](https://docs.microsoft.com/en-us/cpp/standard-library)
* [geeksforgeeks.org](https://www.geeksforgeeks.org/c-plus-plus/?ref=outind)
* [learncpp.com](https://www.learncpp.com/cpp-tutorial)
* [positioniseverything.net](https://www.positioniseverything.net/category/coding/c/)
* [w3schools.com/cpp](https://www.w3schools.com/cpp)

### R developers

The R developers responsibilities include:
Expand Down
56 changes: 0 additions & 56 deletions 11-glossary.Rmd

This file was deleted.

0 comments on commit 2946c2c

Please sign in to comment.