This repo holds the website content for https://rst2pdf.github.io.
To contribute to this repo, make sure that your master branch is up to date and create a new branch from there.
To run the project locally and check your work as you go along, try these instructions from GitHub, which can be summarised as:
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve