bstone / GraphsRings-2014

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slides about Graphs and Rings

These slides were presented several times throughout the early months of 2014. A working web version is not currently available.

Usage

First Clone the Repository

user:~$ git clone https://github.com/b-stone/GraphsRings-2014.git
user:~$ cd GraphsRings-2014

Download MathJax

The slides need MathJax to translate the LaTeX to html. The easiest way to get it is to clone the repo.

user:~/GraphsRings-2014$ git clone https://github.com/mathjax/MathJax.git

This creates a directory ‘MathJax’ in the ‘GraphsRings-2014’ folder. Depending on your OS, you might have to change the folder name to ‘mathjax’.

View

You can start up a local webserver by using python’s simple server:

user:~/GraphsRings-2014$ python -m SimpleHTTPServer 3000

Now go to http://0.0.0.0:3000 in your browser to view the slides.

About


Languages

Language:JavaScript 80.6%Language:HTML 10.3%Language:CSS 7.9%Language:CoffeeScript 1.1%Language:Ruby 0.2%