-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Markdown link migration part 2 (#20371)
- Loading branch information
Showing
18 changed files
with
288 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
The documentation consists of several documents: | ||
|
||
- | `Tutorial (part I) <tut1.html>`_ | ||
- | [Tutorial (part I)](tut1.html) | ||
| The Nim tutorial part one deals with the basics. | ||
|
||
- | `Tutorial (part II) <tut2.html>`_ | ||
- | [Tutorial (part II)](tut2.html) | ||
| The Nim tutorial part two deals with the advanced language constructs. | ||
|
||
- | `Tutorial (part III) <tut3.html>`_ | ||
- | [Tutorial (part III)](tut3.html) | ||
| The Nim tutorial part three about Nim's macro system. | ||
|
||
- | `Language Manual <manual.html>`_ | ||
- | [Language Manual](manual.html) | ||
| The Nim manual is a draft that will evolve into a proper specification. | ||
|
||
- | `Library documentation <lib.html>`_ | ||
- | [Library documentation](lib.html) | ||
| This document describes Nim's standard library. | ||
|
||
- | `Compiler user guide <nimc.html>`_ | ||
- | [Compiler user guide](nimc.html) | ||
| The user guide lists command line arguments, special features of the | ||
compiler, etc. | ||
|
||
- | `Tools documentation <tools.html>`_ | ||
- | [Tools documentation](tools.html) | ||
| Description of some tools that come with the standard distribution. | ||
|
||
- | `Memory management <mm.html>`_ | ||
- | [Memory management](mm.html) | ||
| Additional documentation about Nim's memory management strategies | ||
| and how to operate them in a realtime setting. | ||
|
||
- | `Source code filters <filters.html>`_ | ||
- | [Source code filters](filters.html) | ||
| The Nim compiler supports source code filters as a simple yet powerful | ||
builtin templating system. | ||
|
||
- | `Internal documentation <intern.html>`_ | ||
- | [Internal documentation](intern.html) | ||
| The internal documentation describes how the compiler is implemented. Read | ||
this if you want to hack the compiler. | ||
|
||
- | `Index <theindex.html>`_ | ||
- | [Index](theindex.html) | ||
| The generated index. **Index + (Ctrl+F) == Joy** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.