-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from NLeSC/technology_guides
reorganize chapters: add technology guides section
- Loading branch information
Showing
13 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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 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,19 +1,20 @@ | ||
|
||
* [Introduction](/README.md) | ||
* [Language Guides](/language_guides/languages_overview.md) | ||
* [Bash](/language_guides/bash.md) | ||
* [JavaScript and TypeScript](/language_guides/javascript.md) | ||
* [Python](/language_guides/python.md) | ||
* [R](/language_guides/r.md) | ||
* [C and C++](/language_guides/ccpp.md) | ||
* [Fortran](/language_guides/fortran.md) | ||
* [Technology Guides](/technology/technology_overview.md) | ||
* [GPU programming](/technology/gpu.md) | ||
* [UX - User Experience](/technology/user_experience.md) | ||
* [Datasets](/technology/datasets.md) | ||
* [Best practices](/best_practices/overview.md) | ||
* [Code Quality](/best_practices/code_quality.md) | ||
* [Code Review](/best_practices/code_review.md) | ||
* [Releases](/best_practices/releases.md) | ||
* [Documentation](/best_practices/documentation.md) | ||
* [Standards](/best_practices/standards.md) | ||
* [UX - User Experience](/best_practices/user_experience.md) | ||
* [Datasets](/best_practices/datasets.md) | ||
* [Language Guides](/best_practices/language_guides/languages_overview.md) | ||
* [Bash](/best_practices/language_guides/bash.md) | ||
* [JavaScript and TypeScript](/best_practices/language_guides/javascript.md) | ||
* [Python](/best_practices/language_guides/python.md) | ||
* [GPU](/best_practices/language_guides/opencl_cuda.md) | ||
* [R](/best_practices/language_guides/r.md) | ||
* [C and C++](/best_practices/language_guides/ccpp.md) | ||
* [Fortran](/best_practices/language_guides/fortran.md) | ||
* [Contributing to this Guide](/CONTRIBUTING.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*Page maintainer: Patrick Bos* [@egpbos](https://github.com/egpbos) | ||
|
||
These chapters are based on our experiences with using specific software technologies. | ||
|
||
The main audience is RSEs familiar with basic computing and programming concepts. | ||
|
||
The purpose of these chapters is for someone unfamiliar with the specific technology to get a quick overview of the most important concepts, practices and tools, without going into too much detail (we provide links to further reading material for more). |
File renamed without changes.