File tree Expand file tree Collapse file tree 5 files changed +63
-8
lines changed Expand file tree Collapse file tree 5 files changed +63
-8
lines changed Original file line number Diff line number Diff line change @@ -329,14 +329,17 @@ parts:
329
329
- file : individual_modules/intermediate_version_control/further_topics
330
330
- file : individual_modules/intermediate_version_control/resources
331
331
- file : individual_modules/bibliography
332
-
333
332
- caption : Short Courses
334
333
chapters :
335
334
- file : short_courses/overview
336
- - file : short_courses/python_environments
337
- - file : short_courses/r_environments
338
- - file : short_courses/r_functions
339
- - file : short_courses/r_unit_testing
335
+ - file : short_courses/python
336
+ sections :
337
+ - file : short_courses/python_environments
338
+ - file : short_courses/r
339
+ sections :
340
+ - file : short_courses/r_environments
341
+ - file : short_courses/r_functions
342
+ - file : short_courses/r_unit_testing
340
343
- caption : Join Us!
341
344
chapters :
342
345
- file : contributing/community
@@ -345,7 +348,6 @@ parts:
345
348
- file : contributing/contributing_guidelines
346
349
- file : contributing/developing_a_course
347
350
- file : contributing/suggestions_form
348
-
349
351
- caption : Community Guidelines and Policy Information
350
352
chapters :
351
353
- file : cfrr_program_details/code_of_conduct
Original file line number Diff line number Diff line change
1
+ # Python
2
+
3
+ This section contains our short, focused Python courses designed to help you quickly develop specific skills without committing to a full workshop series.
4
+
5
+ ## Included modules
6
+ - ** Python Environments** – Learn how to set up and manage Python environments for reproducible workflows. [ Clickable Link to Self Study Notes] ( python_environments.ipynb )
7
+
8
+
9
+
10
+ ## Who is this for?
11
+ Learners who want to quickly enhance their Python skills in targeted areas, or refresh their knowledge on specific topics.
12
+
13
+ ## How to use these notes
14
+ Work through the materials in sequence or jump directly to the topic you need. Each module is self-contained and can be completed independently.
Original file line number Diff line number Diff line change
1
+ # R
2
+
3
+ This section contains our short, focused R courses designed to provide targeted learning on specific skills.
4
+
5
+ ## Included modules
6
+ - ** R Environments** – Set up and manage R environments for reproducibility and efficiency. [ Clickable Link to Self Study Notes] ( r_environments.ipynb )
7
+ - ** R Functions** – Learn how to write and use functions effectively in R. [ Clickable Link to Self Study Notes] ( r_functions.ipynb )
8
+ - ** R Unit Testing** – Understand how to test your R code to ensure reliability. [ Clickable Link to Self Study Notes] ( r_unit_testing.ipynb )
9
+
10
+ ## Who is this for?
11
+ Learners who want to quickly enhance their R skills in targeted areas, or refresh their knowledge on specific topics.
12
+
13
+ ## How to use these notes
14
+ Work through the materials in sequence or jump directly to the topic you need. Each module is self-contained and can be completed independently.
Original file line number Diff line number Diff line change 8
8
"source" : [
9
9
" # Writing Functions in R\n " ,
10
10
" \n " ,
11
+ " ```{card}\n " ,
12
+ " \n " ,
13
+ " <div class=\" alert alert-block\" style=\" background-color: #ffffff; border: 1px solid #ccc; padding: 1em; border-radius: 8px;\" >\n " ,
14
+ " \n " ,
15
+ " **Author:** Ruxandra Neatu (GitHub: [NeatuR](https://github.com/NeatuR)) and Thomas Hawes (GitHub: [thawes-rse](https://github.com/thawes-rse))\n " ,
16
+ " \n " ,
17
+ " **License:** Creative Commons Attribution-ShareAlike 4.0 International license ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)).\n " ,
18
+ " \n " ,
19
+ " </div>\n " ,
20
+ " \n " ,
21
+ " ```\n " ,
22
+ " \n " ,
23
+ " \n " ,
11
24
" ## Course Objectives\n " ,
12
25
" \n " ,
13
26
" * Understand and write functions in R.\n " ,
605
618
"mimetype" : " text/x-r-source" ,
606
619
"name" : " R" ,
607
620
"pygments_lexer" : " r" ,
608
- "version" : " 4.5.1 "
621
+ "version" : " 4.3.3 "
609
622
}
610
623
},
611
624
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 7
7
"source" : [
8
8
" # Unit testing in R with `testthat`\n " ,
9
9
" \n " ,
10
+ " ```{card}\n " ,
11
+ " \n " ,
12
+ " <div class=\" alert alert-block\" style=\" background-color: #ffffff; border: 1px solid #ccc; padding: 1em; border-radius: 8px;\" >\n " ,
13
+ " \n " ,
14
+ " **Author:** Thomas Hawes (GitHub: [thawes-rse](https://github.com/thawes-rse))\n " ,
15
+ " \n " ,
16
+ " **License:** Creative Commons Attribution-ShareAlike 4.0 International license ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)).\n " ,
17
+ " \n " ,
18
+ " </div>\n " ,
19
+ " \n " ,
20
+ " ```\n " ,
21
+ " \n " ,
10
22
" ## Course objectives\n " ,
11
23
" \n " ,
12
24
" - Understand why automated testing is valuable.\n " ,
705
717
"mimetype" : " text/x-r-source" ,
706
718
"name" : " R" ,
707
719
"pygments_lexer" : " r" ,
708
- "version" : " 4.5.1 "
720
+ "version" : " 4.3.3 "
709
721
}
710
722
},
711
723
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments