From 7e96491f23380d423906ff3710586987eb8e99a7 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 4 Sep 2012 22:56:07 -0400 Subject: unix-toolchain: add Python link at bottom of page. We'll need this in a couple of other places. Signed-off-by: Marti Bolivar --- source/_static/img/winxp-bashrc-notepad.png | Bin 9678 -> 0 bytes source/_static/img/winxp-git-bash-screenshot.png | Bin 16515 -> 0 bytes source/_static/img/winxp-open-bashrc-with.png | Bin 44928 -> 0 bytes source/unix-toolchain.rst | 11 ++++++----- 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 source/_static/img/winxp-bashrc-notepad.png delete mode 100644 source/_static/img/winxp-git-bash-screenshot.png delete mode 100644 source/_static/img/winxp-open-bashrc-with.png diff --git a/source/_static/img/winxp-bashrc-notepad.png b/source/_static/img/winxp-bashrc-notepad.png deleted file mode 100644 index 9395f2d..0000000 Binary files a/source/_static/img/winxp-bashrc-notepad.png and /dev/null differ diff --git a/source/_static/img/winxp-git-bash-screenshot.png b/source/_static/img/winxp-git-bash-screenshot.png deleted file mode 100644 index 24d4a7a..0000000 Binary files a/source/_static/img/winxp-git-bash-screenshot.png and /dev/null differ diff --git a/source/_static/img/winxp-open-bashrc-with.png b/source/_static/img/winxp-open-bashrc-with.png deleted file mode 100644 index 18b157f..0000000 Binary files a/source/_static/img/winxp-open-bashrc-with.png and /dev/null differ 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 `_ is used to direct compilation. - * `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 `, 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 `, 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 `_, whatever. We love projects! +.. _Python: http://python.org/download/ .. _PySerial: http://pyserial.sourceforge.net/ .. _OpenMoko: http://openmoko.com/ .. _Git: http://git-scm.com/ -- cgit v1.2.3