diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-01 09:45:24 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-01 09:45:24 -0400 |
| commit | fe9697e2b5413866ca087e73ed509c700a471a0c (patch) | |
| tree | a32e384707f9b5e57ffeee501e31361d4e2edf39 /docs/source | |
| parent | a8d2374ec00e7a8c899ebcc0c104e95efc6ac9f0 (diff) | |
Create 0.0.11 release branch.0.0.11
Update docs conf.py with the correct release. Update the IDE
installation page with links to where the 0.0.11 release will be.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 3 | ||||
| -rw-r--r-- | docs/source/maple-ide-install.rst | 43 |
2 files changed, 19 insertions, 27 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 975ad1e..4115c62 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,8 +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 -release = 'custom-build' +release = '0.0.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/maple-ide-install.rst b/docs/source/maple-ide-install.rst index 2818bfb..32a55dc 100644 --- a/docs/source/maple-ide-install.rst +++ b/docs/source/maple-ide-install.rst @@ -17,31 +17,24 @@ us directly`_\ ! Download -------- -.. FIXME [0.0.11] Update this for the release. - -This documentation was built from a development version of libmaple. -See the formally released `LeafLabs documentation -<http://leaflabs.com/docs/>`_ for more information about the current -Maple IDE release. - -.. Choose the correct version for your operating system: - -.. .. list-table:: -.. :widths: 15 30 50 -.. :header-rows: 1 - -.. * - Platform -.. - Status -.. - IDE Package -.. * - Windows -.. - 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 -.. - 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 -.. - 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) +Choose the correct version for your operating system: + +.. list-table:: + :widths: 15 30 50 + :header-rows: 1 + + * - Platform + - Status + - IDE Package + * - Windows + - Tested on 32-bit Windows XP + - `maple-ide-0.0.11-windowsxp32.zip <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.11-windowsxp32.zip>`_ (about 75 MB) + * - Linux + - Tested on Ubuntu 10.04 (32-bit) + - `maple-ide-0.0.11-linux32.tgz <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.11-linux32.tgz>`_ (about 30MB) + * - Mac OSX + - Tested on Snow Leopard (10.6) + - `maple-ide-0.0.11-macosx-10_6.dmg <http://static.leaflabs.com/pub/leaflabs/maple-ide/maple-ide-0.0.11-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 |
