mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
renamed most remaining .txt documentation files to .rst
This commit is contained in:
@@ -8,18 +8,18 @@ Windows we recommend that you use
|
||||
`Mingw-w64 <http://mingw-w64.sourceforge.net/>`_. GCC is recommended on Linux
|
||||
and Clang on Mac.
|
||||
|
||||
..
|
||||
Binaries
|
||||
--------
|
||||
|
||||
Unfortunately, right now we only provide binaries for Windows. You can download
|
||||
an installer for both 32 bit and 64 bit versions of Windows below.
|
||||
Binaries
|
||||
--------
|
||||
|
||||
* 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_
|
||||
* 64 bit: `nim-0.14.0_x64.exe <download/nim-0.14.0_x64.exe>`_
|
||||
Unfortunately, right now we only provide binaries for Windows. You can download
|
||||
an installer for both 32 bit and 64 bit versions of Windows below.
|
||||
|
||||
These installers also include Aporia, Nimble and other useful Nim tools to get
|
||||
you started with Nim development!
|
||||
* 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_
|
||||
* 64 bit: `nim-0.14.0_x64.exe <download/nim-0.14.0_x64.exe>`_
|
||||
|
||||
These installers also include Aporia, Nimble and other useful Nim tools to get
|
||||
you started with Nim development!
|
||||
|
||||
Installation based on generated C code
|
||||
--------------------------------------
|
||||
|
||||
@@ -29,10 +29,10 @@ news: news
|
||||
file: ticker.html
|
||||
|
||||
[Documentation]
|
||||
doc: "endb;intern;apis;lib;manual.txt;tut1;tut2;nimc;overview;filters"
|
||||
doc: "tools;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.txt"
|
||||
doc: "nimfix.txt;nimsuggest.txt;nep1.txt;nims.txt"
|
||||
pdf: "manual.txt;lib;tut1;tut2;nimc;niminst;gc"
|
||||
doc: "endb;intern;apis;lib;manual.rst;tut1.rst;tut2.rst;nimc;overview;filters"
|
||||
doc: "tools;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.rst"
|
||||
doc: "nimfix.rst;nimsuggest.rst;nep1.rst;nims.rst"
|
||||
pdf: "manual.rst;lib.rst;tut1.rst;tut2.rst;nimc.rst;niminst.rst;gc.rst"
|
||||
srcdoc2: "system.nim;system/nimscript;pure/ospaths"
|
||||
srcdoc2: "core/macros;pure/marshal;core/typeinfo"
|
||||
srcdoc2: "impure/re;impure/nre;pure/typetraits"
|
||||
|
||||
Reference in New Issue
Block a user