diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-05 01:15:08 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-09-05 01:15:08 -0400 |
commit | 9c4e459269686720c57c690669312f2a0e2c347a (patch) | |
tree | 50e6022d950dab47844e787a7574129e7cca651a /source/epilog.rst | |
parent | 5494bff2f9239b92ad8841bb127d33948bccf150 (diff) | |
download | librambutan-9c4e459269686720c57c690669312f2a0e2c347a.tar.gz librambutan-9c4e459269686720c57c690669312f2a0e2c347a.zip |
unix-toolchain: Break individual OS setup docs into separate files.
A monolithic quickstart is too unwieldy at this point. Move the
initial setup instructions into their own files to make it less
daunting and easier to read.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/epilog.rst')
-rw-r--r-- | source/epilog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/epilog.rst b/source/epilog.rst index e64103c..b548001 100644 --- a/source/epilog.rst +++ b/source/epilog.rst @@ -6,3 +6,9 @@ .. _forum: http://forums.leaflabs.com .. _contact: http://leaflabs.com/contact/ .. _contact us directly: http://leaflabs.com/contact/ +.. _Python: http://python.org/download/ +.. _PySerial: http://pyserial.sourceforge.net/ +.. _OpenMoko: http://openmoko.com/ +.. _Git: http://git-scm.com/ +.. _dfu-util: http://wiki.openmoko.org/wiki/Dfu-util +.. _easy_install: http://packages.python.org/distribute/easy_install.html |