Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 335 Bytes

Axelrod-Python.github.io

Generating code snippets:

pip install pygments
pip install bibtex-pygments-lexer

pygmentize -o simple_tournament.html simple_tournament.py
pygmentize -o reference.html reference.bib

This creates the html output, which has been copied in. Note that I added the <div class="hll"> tag.