Skip to content

Commit

Permalink
Add Sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
osteele committed Jun 8, 2018
1 parent 3feee28 commit fb7fe41
Show file tree
Hide file tree
Showing 9 changed files with 506 additions and 94 deletions.
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ verify_ssl = true
name = "pypi"

[scripts]
docs = "bash -c 'cd docs && make html'"
lint = "flake8 *.py"
precommit = "flake8 *.p"

Expand All @@ -21,3 +22,6 @@ mccabe = "*"
pycodestyle = "*"
pyflakes = "*"
"oauth2client" = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
recommonmark = "*"
156 changes: 155 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 0 additions & 90 deletions README.md

This file was deleted.

0 comments on commit fb7fe41

Please sign in to comment.