doc: drop separate sound page

The sound is not independently useable, and it is already documented for the speaker.
This commit is contained in:
Laurens Valk
2020-01-27 13:03:41 +01:00
parent 08e63e69ca
commit 4bff13b5ca
3 changed files with 2 additions and 12 deletions
-1
View File
@@ -38,4 +38,3 @@ Intro
signaltypes
frames
motors
sound
+2 -3
View File
@@ -138,7 +138,7 @@ Some signals do not have specific units. They range from a minimum (0%) to a
maximum (100%). Specifics type of percentages are :ref:`relative distances
<relativedistance>` or :ref:`brightness <brightness>`.
Another example is the sound :meth:`volume <.builtins.Speaker.set_volume>`,
Another example is the sound volume,
which ranges from 0% (silent) to 100% (loudest).
.. _relativedistance:
@@ -230,8 +230,7 @@ frequency: Hz
--------------
Sound frequencies are expressed in Hertz (Hz).
For example, you can choose the frequency of a :meth:`beep
<.builtins.Speaker.beep>` to change the pitch.
For example, you can choose the frequency of a beep to change the pitch.
.. _temperature:
-8
View File
@@ -1,8 +0,0 @@
Making Sounds
=============
The Speaker Class
^^^^^^^^^^^^^^^^^
.. autoclass:: pybricks.builtins.Speaker