final website changes

This commit is contained in:
Araq
2015-05-04 20:53:55 +02:00
parent 3bef848a2c
commit fd7b7a0bc1
3 changed files with 12 additions and 12 deletions

View File

@@ -8,13 +8,13 @@ Nim's Documentation
.. container:: libraries
- | `Standard Library <0.11.2/lib.html>`_
- | `Standard Library <docs/lib.html>`_
| This document describes Nim's standard library.
- | `Language Manual <0.11.2/manual.html>`_
- | `Language Manual <docs/manual.html>`_
| The Nim manual is a draft that will evolve into a proper specification.
- | `Compiler User Guide <0.11.2/nimc.html>`_
- | `Compiler User Guide <docs/nimc.html>`_
| The user guide lists command line arguments, special features of the
compiler, etc.
@@ -26,11 +26,11 @@ Nim's Documentation
.. container:: tools
- | `Source Code Filters <0.11.2/filters.html>`_
- | `Source Code Filters <docs/filters.html>`_
| The Nim compiler supports source code filters as a simple yet powerful
builtin templating system.
- | `Tools Documentation <0.11.2/tools.html>`_
- | `Tools Documentation <docs/tools.html>`_
| Description of some tools that come with the standard distribution.
@@ -41,11 +41,11 @@ Nim's Documentation
.. container:: internals
- | `Garbage Collector <0.11.2/gc.html>`_
- | `Garbage Collector <docs/gc.html>`_
| Additional documentation about Nim's GC and how to operate it in a
realtime setting.
- | `Internal Documentation <0.11.2/intern.html>`_
- | `Internal Documentation <docs/intern.html>`_
| The internal documentation describes how the compiler is implemented.
Read this if you want to hack the compiler.
@@ -53,5 +53,5 @@ Nim's Documentation
Search Options
--------------
`Documentation Index <0.11.2/theindex.html>`_ - The generated
`Documentation Index <docs/theindex.html>`_ - The generated
index. **Index + (Ctrl+F) == Joy**

View File

@@ -8,10 +8,10 @@ Learning Nim
.. container:: tutorials
- | `Tutorial (part I) <0.11.2/tut1.html>`_
- | `Tutorial (part I) <docs/tut1.html>`_
| Learn the basics of Nim's types, variables, procedures, control flow, etc...
- | `Tutorial (part II) <0.11.2/tut2.html>`_
- | `Tutorial (part II) <docs/tut2.html>`_
| Learn Nim's more advanced features such as OOP, generics, macros, etc...
@@ -52,5 +52,5 @@ Learning Nim
Documentation
-------------
More examples of Nim code can be found in the `Nim Language Documentation <0.11.2/manual.html>`_.
More examples of Nim code can be found in the `Nim Language Documentation <docs/manual.html>`_.

View File

@@ -22,7 +22,7 @@ News
==================================
This is just a bugfix release that fixes the most pressing regressions we
introduced with version 0.11.0. The way type are computed was
introduced with version 0.11.0. The way types are computed was
changed significantly causing all sort of problems. Sorry for the
inconvenience; we grew overconfident our large test suite would prevent these
things.