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

https://github.com/axelrod-python/axelrod-python.github.io


https://github.com/axelrod-python/axelrod-python.github.io

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

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

` tag.