summary refs log tree commit diff stats
path: root/web/documentation.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-04 22:06:50 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-04 22:06:50 +0100
commit16381364c2354c007ddf8737be1c58f11782e28d (patch)
tree11cc0cc75f2ab8ccfa4263d7d0ae4cae8814b58c /web/documentation.txt
parent5031b638d772c72b43bd786c6fb74c4c3bd0cdf1 (diff)
downloadNim-16381364c2354c007ddf8737be1c58f11782e28d.tar.gz
News articles are now placed in separate pages.
Also given each rst file its rightful extension.
Diffstat (limited to 'web/documentation.txt')
-rw-r--r--web/documentation.txt70
1 files changed, 0 insertions, 70 deletions
diff --git a/web/documentation.txt b/web/documentation.txt
deleted file mode 100644
index ec33d0827..000000000
--- a/web/documentation.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-Nim's Documentation
-===================
-
-.. container:: standout
-
-  Search Options
-  --------------
-
-  .. container:: internals
-
-  `Documentation Index <docs/theindex.html>`_ - The generated
-  index. **Index + (Ctrl+F) == Joy**
-
-.. container:: standout
-
-  Standards & Guides
-  ------------------
-
-  .. container:: libraries
-
-    - | `Standard Library <docs/lib.html>`_
-      | This document describes Nim's standard library.
-
-    - | `Language Manual <docs/manual.html>`_
-      | The Nim manual is a draft that will evolve into a proper specification.
-
-    - | `Nim Style Guide <docs/nep1.html>`_
-      | The stylistic conventions that Nim's official projects adhere to.
-
-    - | `Compiler User Guide <docs/nimc.html>`_
-      | The user guide lists command line arguments, special features of the
-        compiler, etc.
-
-    - | `NimScript <docs/nims.html>`_
-      | NimScript is the upcoming new way to configure Nim.
-
-    - | `Nim Backend Integration <docs/backends.html>`_
-      | The Backend Integeration guide gives further information of how Nim can
-        interact with C, C++, Objective C and JavaScript.
-
-
-.. container:: standout
-
-  Tools & Features
-  ----------------
-
-  .. container:: tools
-
-    - | `Source Code Filters <docs/filters.html>`_
-      | The Nim compiler supports source code filters as a simple yet powerful
-        builtin templating system.
-
-    - | `Tools Documentation <docs/tools.html>`_
-      | Description of some tools that come with the standard distribution.
-
-
-.. container:: standout
-
-  Internal Details
-  ----------------
-
-  .. container:: internals
-
-    - | `Garbage Collector <docs/gc.html>`_
-      | Additional documentation about Nim's GC and how to operate it in a
-        realtime setting.
-
-    - | `Internal Documentation <docs/intern.html>`_
-      | The internal documentation describes how the compiler is implemented.
-        Read this if you want to hack the compiler.