From 98a20250968b86465d0a1b9a3d1ccdb9e69da4ef Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sat, 27 May 2017 16:06:46 -1000 Subject: [PATCH] #1: update readme link --- README.md | 3 +++ doc/Makefile | 2 +- doc/update-gh-pages.sh | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e8f912..3c50cd9 100644 --- a/README.md +++ b/README.md @@ -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. + +### [API Reference](https://kkroening.github.io/ffmpeg-python/) + diff --git a/doc/Makefile b/doc/Makefile index 2cc1320..744c659 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -20,5 +20,5 @@ help: @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -gh-pages: +update-gh-pages: @./update-gh-pages.sh diff --git a/doc/update-gh-pages.sh b/doc/update-gh-pages.sh index fe26308..1ceabaa 100755 --- a/doc/update-gh-pages.sh +++ b/doc/update-gh-pages.sh @@ -9,6 +9,7 @@ fi cd gh-pages rm -rf * +touch .nojekyll cp -r ../html/* . git add -A git commit -m 'Update docs'