diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-01 13:25:40 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-01 13:25:40 -0400 |
commit | 52d5d6014e608ee862cb8148a3bea48f79bfd733 (patch) | |
tree | 56fac807f1d2e780b572902945a46cabd8a9517a /docs/source | |
parent | fe2f541e42bab2c8aeb719468daadecb2463c3f3 (diff) | |
download | librambutan-52d5d6014e608ee862cb8148a3bea48f79bfd733.tar.gz librambutan-52d5d6014e608ee862cb8148a3bea48f79bfd733.zip |
Docs: Update release FIXMEs for 0.0.12.
This is a pretty brain-dead way to manage these pre-release
preparations. Should figure out the done thing and use that instead.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 2 | ||||
-rw-r--r-- | docs/source/maple-ide-install.rst | 13 |
2 files changed, 6 insertions, 9 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 975ad1e..005a988 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ copyright = u'2010, LeafLabs, LLC' # The short X.Y version. version = '0.0' # The full version, including alpha/beta/rc tags. -# FIXME [0.0.11] update this for the release +# FIXME [0.0.12] update this for the release release = 'custom-build' # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/source/maple-ide-install.rst b/docs/source/maple-ide-install.rst index 2818bfb..bc8bc18 100644 --- a/docs/source/maple-ide-install.rst +++ b/docs/source/maple-ide-install.rst @@ -17,7 +17,7 @@ us directly`_\ ! Download -------- -.. FIXME [0.0.11] Update this for the release. +.. FIXME [0.0.12] Update this for the release. This documentation was built from a development version of libmaple. See the formally released `LeafLabs documentation @@ -27,21 +27,18 @@ Maple IDE release. .. Choose the correct version for your operating system: .. .. list-table:: -.. :widths: 15 30 50 +.. :widths: 15 30 .. :header-rows: 1 .. * - Platform .. - Status .. - IDE Package -.. * - Windows +.. * - `Windows XP <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-windowsxp32.zip>`_ .. - Tested on 32-bit Windows XP -.. - `maple-ide-0.0.10-windowsxp32.zip <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-windowsxp32.zip>`_ (about 75 MB) -.. * - Linux +.. * - `Linux <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-linux32.tgz>`_ .. - Tested on Ubuntu 10.04 (32-bit) -.. - `maple-ide-0.0.10-linux32.tgz <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-linux32.tgz>`_ (about 30MB) -.. * - Mac OSX +.. * - `Mac OS X <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-macosx-10_6.dmg>`_ .. - Tested on Snow Leopard (10.6) -.. - `maple-ide-0.0.10-macosx-10_6.dmg <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.10-macosx-10_6.dmg>`_ (about 40 MB) The package bundles together a compiler, an upload utility, a software library, and a simple GUI text editor. All this software is `free and |