Prepare for github

This commit is contained in:
Lars Immisch
2015-04-30 17:34:03 +00:00
parent 039388d1e2
commit 4750bb7dc4
6 changed files with 36 additions and 29 deletions
+5 -2
View File
@@ -73,5 +73,8 @@ linkcheck:
@echo "Link check complete; look for any errors in the above output " \
"or in linkcheck/output.txt."
upload: html
scp -r ./html/* $(SFUSER),pyalsaaudio@web.sourceforge.net:htdocs
gh-pages: html
cp -r ./html/* gh-pages
publish: gh-pages
cd gh-pages; git commit -a; git push; cd ..
+7
View File
@@ -0,0 +1,7 @@
# Publish the documentation
The documentation is published through the `gh-pages` branch.
To publish the documentation, do:
git clone -b gh-pages git@github.com:larsimmisch/pyalsaaudio.git gh-pages
+4 -4
View File
@@ -9,12 +9,12 @@ alsaaudio documentation
libalsaaudio
SourceForge pages
Github pages
=================
* `Project page <http://sourceforge.net/projects/pyalsaaudio/>`_
* `Download <http://sourceforge.net/project/showfiles.php?group_id=120651">`_
* `Bug tracker <http://sourceforge.net/tracker/?group_id=120651>`_
* `Project page <https://github.com/larsimmisch/pyalsaaudio/>`_
* `Download from pypi <https://pypi.python.org/pypi/pyalsaaudio>`_
* `Bug tracker <https://github.com/larsimmisch/pyalsaaudio/issues>`_
Indices and tables