diff --git a/doc/docs.txt b/doc/docs.txt index 2162d65647..8126da86c7 100644 --- a/doc/docs.txt +++ b/doc/docs.txt @@ -6,19 +6,19 @@ The documentation consists of several documents: - | `Tutorial (part II) `_ | The Nimrod tutorial part two deals with the advanced language constructs. +- | `Language Manual `_ + | The Nimrod manual is a draft that will evolve into a proper specification. + - | `Library documentation `_ | This document describes Nimrod's standard library. -- | `User guide `_ +- | `Compiler user guide `_ | The user guide lists command line arguments, special features of the compiler, etc. - | `Tools documentation `_ | Description of some tools that come with the standard distribution. -- | `Manual `_ - | The Nimrod manual is a draft that will evolve into a proper specification. - - | `GC `_ | Additional documentation about Nimrod's GC and how to operate it in a | realtime setting.