Files
sw_pyalsaaudio/doc
Lars Immisch c2cfe0211b Add setting/getting volume in dB.
Potentially breaking change: getvolume now always returns a list of float values,
not integers as before.
2017-11-03 00:01:56 +01:00
..
2017-03-31 00:25:00 +02:00
2017-03-31 00:29:19 +02:00
2017-02-25 01:32:54 +01:00
2015-05-11 22:18:19 +02:00
2017-07-09 13:32:08 +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.