diff options
author | Araq <rumpf_a@web.de> | 2018-09-13 18:47:53 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-09-13 18:47:53 +0200 |
commit | b1b58b88cc4e233766429c42757b053db9a2761a (patch) | |
tree | 60d099449ea310b427a2cfc0ebc5c56444c781e2 /doc | |
parent | e934ad61eb8265b7b5d3e6c385e87c5e8e95018d (diff) | |
download | Nim-b1b58b88cc4e233766429c42757b053db9a2761a.tar.gz |
integrate 'koch web' features into koch; deprecate 'nimweb' tool
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apis.rst (renamed from doc/apis.txt) | 0 | ||||
-rw-r--r-- | doc/backends.rst (renamed from doc/backends.txt) | 0 | ||||
-rw-r--r-- | doc/intern.rst (renamed from doc/intern.txt) | 0 | ||||
-rw-r--r-- | doc/tools.rst (renamed from doc/tools.txt) | 11 |
4 files changed, 1 insertions, 10 deletions
diff --git a/doc/apis.txt b/doc/apis.rst index 277c1925b..277c1925b 100644 --- a/doc/apis.txt +++ b/doc/apis.rst diff --git a/doc/backends.txt b/doc/backends.rst index 13ef7bf4d..13ef7bf4d 100644 --- a/doc/backends.txt +++ b/doc/backends.rst diff --git a/doc/intern.txt b/doc/intern.rst index b253cac42..b253cac42 100644 --- a/doc/intern.txt +++ b/doc/intern.rst diff --git a/doc/tools.txt b/doc/tools.rst index 070deb806..6757621fb 100644 --- a/doc/tools.txt +++ b/doc/tools.rst @@ -5,7 +5,7 @@ Tools available with Nim The standard distribution ships with the following tools: - | `Documentation generator <docgen.html>`_ - | The builtin document generator ``nim doc2`` generates HTML documentation + | The builtin document generator ``nim doc`` generates HTML documentation from ``.nim`` source files. - | `Nimsuggest for IDE support <nimsuggest.html>`_ @@ -13,17 +13,8 @@ The standard distribution ships with the following tools: and obtain useful information like definition of symbols or suggestions for completion. -- | `Nim Installation Generator <niminst.html>`_ - | How to generate a nice installer for your Nim program. - - | `C2nim <c2nim.html>`_ | C to Nim source converter. Translates C header files to Nim. - | `nimgrep <nimgrep.html>`_ | Nim search and replace utility. - -- | `endb <endb.html>`_ - | Nim's slow platform independent embedded debugger. - -- | `estp <estp.html>`_ - | Nim's slow platform independent embedded stack trace profiler. |