Files
sw_pyalsaaudio/doc
Lars Immisch 8de9c92791 Undo the argument name/order incompatibility
(Most of it, anyway - the mixers functions have slightly different
defaults now)

Improve the documentation
2015-05-12 09:24:11 +02:00
..
2015-04-30 17:44:08 +00:00
2015-05-11 22:13:02 +02:00
2015-05-11 22:18:19 +02:00

Publish the documentation

The documentation is published through the gh-pages branch.

To publish the documentation, you need to clone the gh-pages branch of this repository into doc/gh-pages. In doc, do:

git clone -b gh-pages git@github.com:larsimmisch/pyalsaaudio.git gh-pages

(This is a bit of a hack)

Once that is set up, you can publish new documentation using:

make publish

Be careful when new files are generated, however, you will have to add them manually to git.