From fdc06ff6e38d1b76c4754ed3f08ea59789269074 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Sun, 2 Feb 2025 10:54:22 +0000 Subject: [PATCH 1/3] Update tutorial.scrbl to accommodate changes to Racket-templates https://github.com/racket-templates/raco-new/ https://github.com/racket-templates/raco-new/issues/28 --- qi-doc/scribblings/tutorial.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qi-doc/scribblings/tutorial.scrbl b/qi-doc/scribblings/tutorial.scrbl index bd2e2db39..1df77d23d 100644 --- a/qi-doc/scribblings/tutorial.scrbl +++ b/qi-doc/scribblings/tutorial.scrbl @@ -27,10 +27,10 @@ This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib @subsection[#:tag "tutorial-installation"]{Installation} -If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "from-template/scribblings/from-template.scrbl")]{Racket Templates} installed, you'll need to run this first: +If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "raco-new/scribblings/raco-new.scrbl")]{Racket Templates} installed, you'll need to run this first: @codeblock{ - raco pkg install from-template + raco pkg install new } And then, downloading the tutorial is as simple as: From d6e1c9c5d9bbbe215cea9d434ecc3ff9a7088f1f Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Sun, 2 Feb 2025 19:50:16 +0000 Subject: [PATCH 2/3] Update tutorial.scrbl --- qi-doc/scribblings/tutorial.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qi-doc/scribblings/tutorial.scrbl b/qi-doc/scribblings/tutorial.scrbl index 1df77d23d..86314bfe1 100644 --- a/qi-doc/scribblings/tutorial.scrbl +++ b/qi-doc/scribblings/tutorial.scrbl @@ -23,7 +23,7 @@ They contain similar material, but the interactive version includes additional s @section{Interactive Tutorial} -This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "from-template/scribblings/from-template.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format. +This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "raco-new/scribblings/raco-new.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format. @subsection[#:tag "tutorial-installation"]{Installation} From 71e655e6bd462faae2711f708c23ad8e2d3f0c5e Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Sun, 2 Feb 2025 23:17:06 +0000 Subject: [PATCH 3/3] Update tutorial.scrbl --- qi-doc/scribblings/tutorial.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qi-doc/scribblings/tutorial.scrbl b/qi-doc/scribblings/tutorial.scrbl index 86314bfe1..27caae23b 100644 --- a/qi-doc/scribblings/tutorial.scrbl +++ b/qi-doc/scribblings/tutorial.scrbl @@ -23,11 +23,11 @@ They contain similar material, but the interactive version includes additional s @section{Interactive Tutorial} -This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "raco-new/scribblings/raco-new.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format. +This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "new/scribblings/new.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format. @subsection[#:tag "tutorial-installation"]{Installation} -If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "raco-new/scribblings/raco-new.scrbl")]{Racket Templates} installed, you'll need to run this first: +If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "new/scribblings/new.scrbl")]{Racket Templates} installed, you'll need to run this first: @codeblock{ raco pkg install new