documentation.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Nim's Documentation
  2. ===================
  3. .. container:: standout
  4. Search Options
  5. --------------
  6. .. container:: internals
  7. `Documentation Index <docs/theindex.html>`_ - The generated
  8. index. **Index + (Ctrl+F) == Joy**
  9. .. container:: standout
  10. Standards & Guides
  11. ------------------
  12. .. container:: libraries
  13. - | `Standard Library <docs/lib.html>`_
  14. | This document describes Nim's standard library.
  15. - | `Language Manual <docs/manual.html>`_
  16. | The Nim manual is a draft that will evolve into a proper specification.
  17. - | `Nim Style Guide <docs/nep1.html>`_
  18. | The stylistic conventions that Nim's official projects adhere to.
  19. - | `Compiler User Guide <docs/nimc.html>`_
  20. | The user guide lists command line arguments, special features of the
  21. compiler, etc.
  22. - | `NimScript <docs/nims.html>`_
  23. | NimScript is the upcoming new way to configure Nim.
  24. - | `Nim Backend Integration <docs/backends.html>`_
  25. | The Backend Integeration guide gives further information of how Nim can
  26. interact with C, C++, Objective C and JavaScript.
  27. .. container:: standout
  28. Tools & Features
  29. ----------------
  30. .. container:: tools
  31. - | `Source Code Filters <docs/filters.html>`_
  32. | The Nim compiler supports source code filters as a simple yet powerful
  33. builtin templating system.
  34. - | `Tools Documentation <docs/tools.html>`_
  35. | Description of some tools that come with the standard distribution.
  36. .. container:: standout
  37. Internal Details
  38. ----------------
  39. .. container:: internals
  40. - | `Garbage Collector <docs/gc.html>`_
  41. | Additional documentation about Nim's GC and how to operate it in a
  42. realtime setting.
  43. - | `Internal Documentation <docs/intern.html>`_
  44. | The internal documentation describes how the compiler is implemented.
  45. Read this if you want to hack the compiler.