#1: update readme link

This commit is contained in:
Karl Kroening 2017-05-27 16:06:46 -10:00
parent c55640967c
commit 98a2025096
3 changed files with 5 additions and 1 deletions

View File

@ -73,3 +73,6 @@ ffmpeg \
Real-world signal graphs can get a heck of a lot more complex, but `ffmpeg-python` handles them with ease. Real-world signal graphs can get a heck of a lot more complex, but `ffmpeg-python` handles them with ease.
### [API Reference](https://kkroening.github.io/ffmpeg-python/)

View File

@ -20,5 +20,5 @@ help:
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
gh-pages: update-gh-pages:
@./update-gh-pages.sh @./update-gh-pages.sh

View File

@ -9,6 +9,7 @@ fi
cd gh-pages cd gh-pages
rm -rf * rm -rf *
touch .nojekyll
cp -r ../html/* . cp -r ../html/* .
git add -A git add -A
git commit -m 'Update docs' git commit -m 'Update docs'