Matthias Felleisen
f95798c7b5
use deprecated from manual for teachpacks
2012-04-28 13:25:33 -04:00
Robby Findler
1ff580d06a
add deprecation note to htdp/image
2012-04-27 14:52:09 -05:00
Guillaume Marceau
eedab060ba
Updated teachpack documentation for the new vocabulary.
2011-07-06 05:35:17 -04:00
Eli Barzilay
ac26fe7554
A ton of @scheme*' ->
@racket*' and related updates.
...
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00
Eli Barzilay
debd1f9f1e
Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
...
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00
Eli Barzilay
de0cc7771b
A lot of "DrScheme" -> "DrRacket"s.
2010-05-17 01:27:03 -04:00
Robby Findler
cabdfc25f2
render-o fixup for htdp/image
...
svn: r17505
2010-01-06 20:43:37 +00:00
Robby Findler
e821a0c461
separated 2htdp/universe from htdp/image, allowing either htdp/image or 2htdp/image to be used
...
svn: r17430
2009-12-29 23:59:39 +00:00
Matthias Felleisen
bc404aaa54
re-directed image
...
svn: r15878
2009-09-04 08:38:40 +00:00
Matthias Felleisen
5d000d425e
re-directed image
...
svn: r15870
2009-09-03 22:54:41 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Matthew Flatt
2c71266d96
add htdp/image, htdp/world defmodule to teachpack docs; minor Scribble extensions
...
svn: r13877
2009-02-27 22:56:00 +00:00
Robby Findler
b3701d6f76
PR 9833
...
svn: r12033
2008-10-14 13:52:25 +00:00
Matthew Flatt
ab864d4888
declare htdp/image as original source for docs
...
svn: r11923
2008-10-01 22:17:45 +00:00
Eli Barzilay
4cd2614c21
scribble fixes -- nested @scheme and a few other similar problems
...
svn: r10744
2008-07-13 17:13:20 +00:00
Eli Barzilay
afad5af486
* Added a `teachpack' function to do teachpack titles
...
* Made it add "foo teachpack" as an index entry
svn: r10687
2008-07-09 02:28:20 +00:00
Robby Findler
673101b416
lined up args properly
...
svn: r10623
2008-07-05 18:43:22 +00:00
Robby Findler
84600d6b99
improved docs for overlay/xy a little
...
svn: r10622
2008-07-05 18:42:16 +00:00
Robby Findler
70595ea13a
fixed up rectangle, circle, and ellipse contracts
...
svn: r10619
2008-07-05 15:32:08 +00:00
Robby Findler
df2b02ed94
svn: r10611
2008-07-05 02:36:12 +00:00
Robby Findler
7be05fcf8b
added zero size rectangles, ellipses, circles, and strings
...
svn: r10610
2008-07-05 01:58:36 +00:00
Matthias Felleisen
8b7e57b0a9
contract on text
...
svn: r10159
2008-06-05 21:22:21 +00:00
Robby Findler
aa75ddcfa6
added in the non-empty string restriction
...
svn: r10143
2008-06-05 13:22:15 +00:00
Matthew Flatt
413c90c0dc
fix single-html scribble builds by planet; fix up teachpack docs; add Dave to acks; add a #:use-sources in errortrace docs
...
svn: r10139
2008-06-05 00:21:36 +00:00
Eli Barzilay
507d103839
teachpack docs are like all other docs now
...
svn: r9646
2008-05-05 02:49:32 +00:00