From 91adc84cf3cebe9f14d84aea639e46bae4b3a5dc Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 18 Jan 2016 22:31:22 +0100 Subject: [PATCH] minor website and documentation updates --- doc/manual/lexing.txt | 2 +- web/download.txt | 5 ++--- web/news.txt | 2 +- web/ticker.txt | 5 ----- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/manual/lexing.txt b/doc/manual/lexing.txt index 5990dff071..4187a60a44 100644 --- a/doc/manual/lexing.txt +++ b/doc/manual/lexing.txt @@ -88,7 +88,7 @@ Multiline comments support nesting: proc p[T](x: T) = discard ]# -Multiline documentation comments look like and support nesting too: +Multiline documentation comments also exist and support nesting too: .. code-block:: nim proc foo = diff --git a/web/download.txt b/web/download.txt index fdb9b768a4..cffad4ac95 100644 --- a/web/download.txt +++ b/web/download.txt @@ -24,10 +24,9 @@ This installation method is the preferred way for Linux, Mac OS X, and other Uni like systems. Binary packages may be provided later. -Download one of these: +Download this: -* `nim-0.13.0.zip (28 MB) `_ -* `nim-0.13.0.tar.xz (2.6MB) `_ +* `nim-0.13.0.tar.xz (3.1MB) `_ Extract the file and follow these instructions: diff --git a/web/news.txt b/web/news.txt index aa772a4151..30a31b3782 100644 --- a/web/news.txt +++ b/web/news.txt @@ -70,7 +70,7 @@ code like ``0..kArraySize div 2 -1`` needs to be changed to This release also adds multi-line comments to Nim. The syntax for them is: ``#[ comment here ]#``. For more details read the section of -the `manual `_. +the `manual `_. Iterator changes ~~~~~~~~~~~~~~~~ diff --git a/web/ticker.txt b/web/ticker.txt index f4a3cac2a0..1f9bd3e97d 100644 --- a/web/ticker.txt +++ b/web/ticker.txt @@ -18,9 +18,4 @@

First official Nim conference will be in Kyiv!

- -

May 4, 2015

-

Nim version 0.11.2 has been released!

-
- See All News...