generated from carpentries/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc2c7d9
commit 1c461e7
Showing
4 changed files
with
87 additions
and
5 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
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,5 +1,20 @@ | ||
--- | ||
title: FIXME | ||
title: Target audience | ||
--- | ||
|
||
This is a placeholder file. Please add content here. | ||
## Target audience | ||
|
||
This course is aimed at researchers, including postgraduate research students, who write software (whether a few scripts or something more substantial) as part of their research and who want to follow best practices to make their code and data more reproducible. | ||
|
||
This course is intended for researchers who use either of the programming languages Python or R, but no expert knowledge of these is required. | ||
|
||
## Prerequisites | ||
|
||
Prerequisites | ||
This module assumes no prior knowledge of software documentation. However, some familiarity with the fundamental concepts of programming languages is necessary. Some of these concepts include: | ||
|
||
- Basic **syntax**; | ||
- Using **functions** for procedural programming; | ||
- Storing data in **variables**. | ||
|
||
Most of the content is relevant to any programming language, but the practical examples will use Python and R. For the sections on generating documentation pages, a basic knowledge of version control using Git and GitHub will be advantageous. |