commit 7e2bce57ad2708ccd7823616b0f39bd6b888098f
parent 4a88753757201c030f3db4c939280bf7f5b59fb9
Author: Ilnar Salimzianov <ilnar@selimcan.org>
Date: Mon, 25 Mar 2019 13:56:21 +0300
Add https://blog.racket-lang.org/2012/06/submodules.html as an example for in-source documentation
I couldn't locate gif.rkt in the `file' collection. See a complete working example was helpful to get started. I think it will be as useful for
other Racketeers .(especially beginners like myself).
If gif.rkt is indeed gone due to refactorings, I guess the reference to it should removed.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scribble-doc/scribblings/scribble/srcdoc.scrbl b/scribble-doc/scribblings/scribble/srcdoc.scrbl
@@ -26,7 +26,9 @@ same way that the module system keeps expansion-time code separate
from run-time code, and documentation information is recorded in a
submodule to be separately loadable from the enclosing module.
-For an example use, see the @filepath{file} collection's
+For an example use, see
+@hyperlink["https://blog.racket-lang.org/2012/06/submodules.html"]{this}
+post at @tt{blog.racket-lang.org} or the @filepath{file} collection's
@filepath{gif.rkt} source file and the corresponding extraction in
@filepath{scribblings/gif.scrbl}. As that example illustrates,
starting the module declaration with