Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d03e9e3

Browse files
committed
Don't point readers to rand, point to random! And make it a hyperlink
while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else!
1 parent bdadf0f commit d03e9e3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/lib/libintro.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ \chapter{Introduction}
4343
front of the manual), or look for a specific function, module or term
4444
in the index (in the back). And finally, if you enjoy learning about
4545
random subjects, you choose a random page number (see module
46-
\module{rand}) and read a section or two.
46+
\refmodule{random}) and read a section or two. Regardless of the
47+
order in which you read the sections of this manual, it helps to start
48+
with chapter \ref{builtin}, ``Built-in Types, Exceptions and
49+
Functions,'' as the remainder of the manual assumes familiarity with
50+
this material.
4751

4852
Let the show begin!

0 commit comments

Comments
 (0)