From 6e6dfdc56be2a5d6476d087043d2a4ccae139af2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 2 Nov 2014 23:37:02 +0000 Subject: docs: Make custom index page; add more docs. --- docs/tutorial/amp_skin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/tutorial/amp_skin.rst') diff --git a/docs/tutorial/amp_skin.rst b/docs/tutorial/amp_skin.rst index 66513a5b2..fbf0bde2d 100644 --- a/docs/tutorial/amp_skin.rst +++ b/docs/tutorial/amp_skin.rst @@ -51,11 +51,11 @@ For example:: dac.write_timed(buf, 400 * len(buf), mode=DAC.CIRCULAR) You can also play WAV files using the Python ``wave`` module. You can get -the wave module [here](/static/doc/examples/wave.py) and you will also need -the chunk module available [here](/static/doc/examples/chunk.py). Put these +the wave module `here `_ and you will also need +the chunk module available `here `_. Put these on your pyboard (either on the flash or the SD card in the top-level directory). You will need an 8-bit WAV file to play, such as -[this one](/static/doc/examples/test.wav). Then you can do:: +`this one `_. Then you can do:: >>> import wave >>> from pyb import DAC -- cgit v1.2.3