BEPs are written as reStructured Text (.rst) files.
To create an html file from an rst file:

1. Write your rst file
2. Add the filename to the "all:" section of the Makefile
3. pip install -r requirements.txt
4. make all
