From 9ab4f721d61463ec5e844ba2945a95509dfd3a95 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 5 Aug 2022 15:55:38 +0200 Subject: [PATCH] remove bogus markup from the documentation the poll objects are linked properly in a different way, and the footnote appears outdated. --- doc/libalsaaudio.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/libalsaaudio.rst b/doc/libalsaaudio.rst index 76d3a51..be590b6 100644 --- a/doc/libalsaaudio.rst +++ b/doc/libalsaaudio.rst @@ -336,8 +336,6 @@ PCM objects have the following methods: ================================= =========================================== -__ poll_objects_ - **A few hints on using PCM devices for playback** The most common reason for problems with playback of PCM audio is that writes @@ -561,8 +559,6 @@ Mixer objects have the following methods: The *eventmask* value is compatible with `poll.register`__ in the Python :const:`select` module. -__ poll_objects_ - .. method:: Mixer.handleevents() Acknowledge events on the *polldescriptors* file descriptors @@ -701,9 +697,3 @@ argument:: Capabilities: Playback Volume Playback Mute Channel 0 volume: 61% Channel 1 volume: 61% - -.. rubric:: Footnotes - -.. [#f1] ALSA also allows ``PCM_ASYNC``, but this is not supported yet. - -.. _poll_objects: http://docs.python.org/library/select.html#poll-objects