michaeljohnbarr / SteamWebAPI-Python

A class-based wrapper for the Steam Web API written in Python.
10 stars 0 forks source link

Sphinx Documentation #3

Open michaeljohnbarr opened 10 years ago

michaeljohnbarr commented 10 years ago

While the readme.md file gives a basic idea of the project layout, I would prefer to use Sphinx to generate the documentation to the Github Pages based on the docstring of each class/method.

To do so, we will need to create a gh-pages branch, then commit the Sphinx-generated HTML to that branch.