Guide to using GitHub for Insight Fellows.
Slides providing overview of contributing with teams to GitHub repos.
Online slides can be found here. (NB: The slides are currently unavailable online. I am debugging my Travis CI steps.)
The slides for this talk can be generated via:
virtualenv -p /usr/local/bin/python3 venv
source venv/bin/activate
pip install -r requirements.txt
cp notebooks/github_guide_insight_slides.ipynb github_guide_insight_slides.ipynb
jupyter nbconvert github_guide_insight_slides.ipynb --to slides --post serve --template output_toggle.tpl --SlidesExporter.reveal_transition=none --SlidesExporter.reveal_scroll=True --SlidesExporter.reveal_theme=serif
Detailed details (but not too detailed) regarding this section, especially with respect to general usage, requirements, limitations of your software project.