Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhampel/github-guide-insight

Guide to using GitHub for Insight Fellows
https://github.com/zhampel/github-guide-insight

Last synced: about 5 hours ago
JSON representation

Guide to using GitHub for Insight Fellows

Awesome Lists containing this project

README

        

# github-guide-insight

[![Build Status](https://travis-ci.org/zhampel/github-guide-insight.svg?branch=master)](https://travis-ci.org/zhampel/github-guide-insight)

Guide to using GitHub for Insight Fellows.

Slides providing overview of contributing with teams to GitHub repos.

Online slides can be found [here](https://zhampel.github.io/github-guide-insight/#/). (NB: The slides are currently unavailable online. I am debugging my Travis CI steps.)

## Usage

The slides for this talk can be generated via:

```bash
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
```

# Informative Section Title
Detailed details (but not too detailed) regarding this section,
especially with respect to general usage, requirements, limitations
of your software project.