> Bad documentation. Documentation should be as of python which supports 
> offline too and should be included in installation also no direct access to 
> download nim documentation offline. if nim has to be as popular as python 
> then plz include example in documentation for every single procedure.

The Nim Installation file (nim-1.4.8-platform.tar.xz) includes not once (the 
html files in doc/html), but twice (the rst in doc/) the offline documentation. 
If you installed with choosenim, the offline documentation gets stored at 
.choosenim/toolchains/nim-VERSION/doc/html, again both as html and rst. You 
probably don't need any link to download the docs because they are already 
installed in your computer.

This was the Python documentation when it was 13 years old (same as Nim is 
today): <https://docs.python.org/release/2.3>/ . Please, take a look at the 
dict docs (<https://docs.python.org/release/2.3/lib/typesmapping.html)>, the 
file docs (<https://docs.python.org/release/2.3/lib/bltin-file-objects.html)>, 
string docs (<https://docs.python.org/release/2.3/lib/string-methods.html)>. 
Barely any sample code in those basic modules.

Reply via email to