8000 Next gen twiml by jingming · Pull Request #316 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Next gen twiml #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 7, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
Merge branch 'next-gen' of https://github.com/twilio/twilio-python in…
…to next-gen-twiml
  • Loading branch information
jingming committed Mar 6, 2017
commit 041760d4fbc3e81438503635597f544c35284c32
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ pip-log.txt

.DS_Store

# Sphinx
docs/tmp
docs/_build
cover
docs/

# PyCharm/IntelliJ
.idea
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cover:
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio

docs-install:
. venv/bin/activate; pip install -r docs/requirements.txt
. venv/bin/activate; pip install pdoc

docs:
. venv/bin/activate; cd docs && make html
. venv/bin/activate; pdoc twilio --html --html-dir docs

release:
. venv/bin/activate; python setup.py sdist upload
Expand Down
130 changes: 0 additions & 130 deletions docs/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_themes/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_themes/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions docs/_themes/README.rst

This file was deleted.

86 changes: 0 additions & 86 deletions docs/_themes/flask_theme_support.py

This file was deleted.

32 changes: 0 additions & 32 deletions docs/_themes/kr/layout.html

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_themes/kr/relations.html

This file was deleted.

Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0