Skip to content

Sources for the presentation and material used during the mini-workshop "Code Review During Development" at the Collaborations Workshop 2022

Notifications You must be signed in to change notification settings

ResearchCodeReviewCommunity/CW2022-miniworkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Review During Research

Collaborations Workshop 2022 mini workshop

You can view the slides here.

Contributing

The slide show is written in markdown, to be turned into a HTML slideshow (reveal.js) with pandoc.

Start by cloning this repository

git clone [email protected]:ResearchCodeReviewCommunity/CW2022-miniworkshop.git

The slideshow is contained in directory slides:

slides/
    slides.md
	img/

The slides are generated and deployed at CW2022-miniworkshop/slides.html automatically, each time new commits are added to the main branch.

To build the slides locally, you'll need cmake (3.17+) and pandoc (2.10+). In the repo's root directory:

mkdir build && cd build
cmake ../slides
make install

About

Sources for the presentation and material used during the mini-workshop "Code Review During Development" at the Collaborations Workshop 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages