diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-21 12:45:33 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-21 21:05:48 +0200 |
commit | 1f4f5d27eee7538bfc431e48ed5b50fdeeb7c265 (patch) | |
tree | 0d8ce35ab8c16d1c3f5f7d6ad34c1703077e8f03 | |
parent | 7808ad97a569f4d202ae97520d3c45bd0063b508 (diff) | |
download | Nim-1f4f5d27eee7538bfc431e48ed5b50fdeeb7c265.tar.gz |
Updates some document titles to read better in the index.
-rw-r--r-- | doc/apis.txt | 6 | ||||
-rw-r--r-- | doc/c2nim.txt | 6 | ||||
-rw-r--r-- | doc/endb.txt | 6 | ||||
-rw-r--r-- | doc/estp.txt | 6 | ||||
-rw-r--r-- | doc/nimgrep.txt | 6 | ||||
-rw-r--r-- | doc/niminst.txt | 6 | ||||
-rw-r--r-- | doc/subexes.txt | 1 | ||||
-rw-r--r-- | doc/tools.txt | 6 |
8 files changed, 21 insertions, 22 deletions
diff --git a/doc/apis.txt b/doc/apis.txt index d76bd721e..165279490 100644 --- a/doc/apis.txt +++ b/doc/apis.txt @@ -1,6 +1,6 @@ -========== -API design -========== +================= +API naming design +================= The API is designed to be **easy to use** and consistent. Ease of use is measured by the number of calls to achieve a concrete high level action. diff --git a/doc/c2nim.txt b/doc/c2nim.txt index 6788ef569..237af7fb2 100644 --- a/doc/c2nim.txt +++ b/doc/c2nim.txt @@ -1,6 +1,6 @@ -================================= - c2nim User's manual -================================= +======================= + c2nim User's manual +======================= :Author: Andreas Rumpf :Version: |nimrodversion| diff --git a/doc/endb.txt b/doc/endb.txt index d4437e5d9..2b50b044a 100644 --- a/doc/endb.txt +++ b/doc/endb.txt @@ -1,6 +1,6 @@ -=========================================== - Embedded Nimrod Debugger User Guide -=========================================== +============================================== + Embedded Nimrod Debugger (ENDB) User Guide +============================================== :Author: Andreas Rumpf :Version: |nimrodversion| diff --git a/doc/estp.txt b/doc/estp.txt index 353e4576f..94f4df09d 100644 --- a/doc/estp.txt +++ b/doc/estp.txt @@ -1,6 +1,6 @@ -============================================ - Embedded Stack Trace Profiler User Guide -============================================ +=================================================== + Embedded Stack Trace Profiler (ESTP) User Guide +=================================================== :Author: Andreas Rumpf :Version: |nimrodversion| diff --git a/doc/nimgrep.txt b/doc/nimgrep.txt index c231bf31b..67aaa427e 100644 --- a/doc/nimgrep.txt +++ b/doc/nimgrep.txt @@ -1,6 +1,6 @@ -================================= - nimgrep User's manual -================================= +========================= + nimgrep User's manual +========================= :Author: Andreas Rumpf :Version: 0.9 diff --git a/doc/niminst.txt b/doc/niminst.txt index ebed396e4..8d95d01c9 100644 --- a/doc/niminst.txt +++ b/doc/niminst.txt @@ -1,6 +1,6 @@ -================================= - niminst User's manual -================================= +========================= + niminst User's manual +========================= :Author: Andreas Rumpf :Version: |nimrodversion| diff --git a/doc/subexes.txt b/doc/subexes.txt index 10e0f4cc1..3b688fd0a 100644 --- a/doc/subexes.txt +++ b/doc/subexes.txt @@ -1,4 +1,3 @@ -================================ Substitution Expressions (subex) ================================ diff --git a/doc/tools.txt b/doc/tools.txt index ae739e778..0127bc4a8 100644 --- a/doc/tools.txt +++ b/doc/tools.txt @@ -1,6 +1,6 @@ -===== -Tools -===== +=========================== +Tools available with Nimrod +=========================== The standard distribution ships with the following tools: |