mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-09 22:12:27 +00:00
Prepare for github
This commit is contained in:
+5
-2
@@ -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 ..
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user