eppye-bots / bots

Automatically exported from code.google.com/p/bots
66 stars 126 forks source link

Added gitignore and sphinx docs #367

Closed abhishek-ram closed 8 years ago

abhishek-ram commented 8 years ago

I have created the sphinx docs from the google wiki.

Follow these steps to preview the docs locally:

$ pip install Sphinx
$ pip install sphinx_rtd_theme
$ cd docs
$ make html

You can now open docs_build\html\index.html in your web browser.