diff options
-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/ |