mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
#1: update readme link
This commit is contained in:
parent
c55640967c
commit
98a2025096
@ -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/)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user