summary refs log tree commit diff stats
path: root/doc/docs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs.txt')
-rwxr-xr-xdoc/docs.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/docs.txt b/doc/docs.txt
deleted file mode 100755
index a731b1504..000000000
--- a/doc/docs.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-  Incorrect documentation is often worse than no documentation.
-  -- Bertrand Meyer
-
-The documentation consists of several documents:
-
-- | `Tutorial (part I) <tut1.html>`_
-  | The Nimrod tutorial part one deals with the basics.
-
-- | `Tutorial (part II) <tut2.html>`_
-  | The Nimrod tutorial part two deals with the advanced language constructs.
-
-- | `Library documentation <lib.html>`_
-  | This document describes Nimrod's standard library.
-
-- | `User guide <nimrodc.html>`_
-  | The user guide lists command line arguments, special features of the
-    compiler, etc.
-
-- | `Manual <manual.html>`_
-  | The Nimrod manual is a draft that will evolve into a proper specification.
-
-- | `Internal documentation <intern.html>`_
-  | The internal documentation describes how the compiler is implemented. Read
-    this if you want to hack the compiler.
-
-- | `Index <theindex.html>`_
-  | The generated index. Often the quickest way to find the piece of
-    information you need.