Skip to content

Commit 3737a5c

Browse files
author
Thomas Preston
committed
Added link to examples in docs
1 parent 05b5da8 commit 3737a5c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/example.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
.. _examples-label:
2+
13
########
24
Examples
35
########
46

7+
58
Basics
69
======
710

docs/installation.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ programming mode.
1616
appear as a serial device. To reprogram CodeBug: hold down
1717
button A and (re)plug it into a USB port.
1818

19-
2019
Install codebug_tether on Windows
2120
=================================
2221
.. note:: These instructions are based on `The Hitchhikers Guide to Python: Installing Python on Windows <http://docs.python-guide.org/en/latest/starting/install/win/>`_
@@ -32,14 +31,16 @@ To install codebug_tether, open up a command prompt and type::
3231

3332
pip install codebug_tether
3433

35-
Restart Windows then open IDLE. Plug in CodeBug and type::
34+
Restart Windows and then open IDLE. Plug in CodeBug and type::
3635

3736
>>> import codebug_tether
3837
>>> codebug = codebug_tether.CodeBug()
3938
>>> codebug.set_pixel(2, 2, 1)
4039

4140
The middle pixel on your CodeBug should light up.
4241

42+
See :ref:`examples-label` for more ways to use codebug_tether.
43+
4344

4445
Install codebug_tether on OSX
4546
=============================
@@ -87,6 +88,8 @@ Now type::
8788

8889
The middle pixel on your CodeBug should light up.
8990

91+
See :ref:`examples-label` for more ways to use codebug_tether.
92+
9093

9194
Install codebug_tether on Linux
9295
===============================
@@ -123,4 +126,6 @@ Now type::
123126
>>> codebug = codebug_tether.CodeBug()
124127
>>> codebug.set_pixel(2, 2, 1)
125128

126-
The middle pixel on your CodeBug should light up.
129+
The middle pixel on your CodeBug should light up.
130+
131+
See :ref:`examples-label` for more ways to use codebug_tether.

0 commit comments

Comments
 (0)