diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-04 22:56:07 -0400 | 
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-05 00:32:29 -0400 | 
| commit | 7e96491f23380d423906ff3710586987eb8e99a7 (patch) | |
| tree | 74d65a2287cf3f959cd2223ca6e936061dd57911 | |
| parent | e524dae920ea2afcdc7479acc6e5690c2ca7f478 (diff) | |
| download | librambutan-7e96491f23380d423906ff3710586987eb8e99a7.tar.gz librambutan-7e96491f23380d423906ff3710586987eb8e99a7.zip  | |
unix-toolchain: add Python link at bottom of page.
We'll need this in a couple of other places.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
| -rw-r--r-- | source/_static/img/winxp-bashrc-notepad.png | bin | 9678 -> 0 bytes | |||
| -rw-r--r-- | source/_static/img/winxp-git-bash-screenshot.png | bin | 16515 -> 0 bytes | |||
| -rw-r--r-- | source/_static/img/winxp-open-bashrc-with.png | bin | 44928 -> 0 bytes | |||
| -rw-r--r-- | source/unix-toolchain.rst | 11 | 
4 files changed, 6 insertions, 5 deletions
diff --git a/source/_static/img/winxp-bashrc-notepad.png b/source/_static/img/winxp-bashrc-notepad.png Binary files differdeleted file mode 100644 index 9395f2d..0000000 --- a/source/_static/img/winxp-bashrc-notepad.png +++ /dev/null diff --git a/source/_static/img/winxp-git-bash-screenshot.png b/source/_static/img/winxp-git-bash-screenshot.png Binary files differdeleted file mode 100644 index 24d4a7a..0000000 --- a/source/_static/img/winxp-git-bash-screenshot.png +++ /dev/null diff --git a/source/_static/img/winxp-open-bashrc-with.png b/source/_static/img/winxp-open-bashrc-with.png Binary files differdeleted file mode 100644 index 18b157f..0000000 --- a/source/_static/img/winxp-open-bashrc-with.png +++ /dev/null diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index a4188d5..d8e0c40 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -118,11 +118,11 @@ First, you'll need some tools.    * `Make <http://www.gnu.org/software/make/>`_ is used to direct      compilation. -  * `Python <http://python.org>`_ is a programming language. Our reset -    script, which sends control signals to the board which cause it to -    to reset and enter the :ref:`bootloader <bootloader>`, is written -    in Python (and works with Python 2 or 3). Most Linux distributions -    these days include Python by default. +  * `Python`_ is a programming language. Our reset script, which sends +    control signals to the board which cause it to to reset and enter +    the :ref:`bootloader <bootloader>`, is written in Python (and +    works with Python 2 or 3). Most Linux distributions these days +    include Python by default.    * `PySerial`_ is a Python library for interacting with serial port      devices. It's needed by our reset script. PySerial can also be @@ -654,6 +654,7 @@ Let us know what you come up with! Mention `@leaflabs on Twitter  #leafblowers IRC channel on `freenode  <http://freenode.net/irc_servers.shtml>`_, whatever. We love projects! +.. _Python: http://python.org/download/  .. _PySerial: http://pyserial.sourceforge.net/  .. _OpenMoko: http://openmoko.com/  .. _Git: http://git-scm.com/  | 
