diff options
author | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-17 14:45:23 -0700 |
---|---|---|
committer | Jjp137 <Jjp137@users.noreply.github.com> | 2019-10-22 17:59:12 -0700 |
commit | 93461aee34244a6c004a5572f31a50ff4fad280d (patch) | |
tree | 70e4824a3200d3da50ad567e83453ea1e65aef3c /doc/idetools.rst | |
parent | 6bfa4eb6c51106d9720a61267d47a5e60e3c3d2f (diff) | |
download | Nim-93461aee34244a6c004a5572f31a50ff4fad280d.tar.gz |
Fix many broken links
Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
Diffstat (limited to 'doc/idetools.rst')
-rw-r--r-- | doc/idetools.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/idetools.rst b/doc/idetools.rst index 2ffe46d4b..6b97ab932 100644 --- a/doc/idetools.rst +++ b/doc/idetools.rst @@ -124,7 +124,7 @@ separators!). The typical usage scenario for this option is to call it after the user has typed the dot character for `the object oriented call -syntax <tut2.html#method-call-syntax>`_. Idetools will try to return +syntax <tut2.html#object-oriented-programming-method-call-syntax>`_. Idetools will try to return the suggestions sorted first by scope (from innermost to outermost) and then by item name. @@ -359,7 +359,7 @@ defined, since at that point in the file the parser hasn't processed the full line yet. The signature will be returned complete in posterior instances of the method. -Methods imply `dynamic dispatch <tut2.html#dynamic-dispatch>`_ and +Methods imply `dynamic dispatch <tut2.html#object-oriented-programming-dynamic-dispatch>`_ and idetools performs a static analysis on the code. For this reason idetools may not return the definition of the correct method you are querying because it may be impossible to know until the code |