Commit Graph

111 Commits

Author SHA1 Message Date
Matthew Flatt
913e284792 fix typos
svn: r9037

original commit: 152b7a3ed8ff76cb06da9469f049e7052370909d
2008-03-21 12:31:23 +00:00
Eli Barzilay
91eee31910 read-inside-syntax -> read-syntax-inside
svn: r8912

original commit: b866eeb5579bba3399931eed36e9ead8771a832d
2008-03-07 02:27:09 +00:00
Matthew Flatt
2777960bf0 fix typos
svn: r8911

original commit: 5a62ed1df22ac19d745028279e353fcd472e0d28
2008-03-07 00:11:44 +00:00
Eli Barzilay
2d702a109b add an 'include' form to scribble/text
svn: r8909

original commit: fb493745279014f2829b64f2ed6c1fd7cfeac430
2008-03-06 23:00:28 +00:00
Matthew Flatt
3b66001cdc manually restore property on scribble reader example
svn: r8888

original commit: c8f3d15c7954c174eba07ecbec95640239af9d81
2008-03-05 00:10:45 +00:00
Matthew Flatt
b34013592f add #:id support to defform, etc.
svn: r8884

original commit: 8b0a675b9a24135100a12aa4d44e92aba0b6d1cf
2008-03-04 22:57:02 +00:00
Eli Barzilay
bd0e84df06 some fixes
svn: r8883

original commit: 9838b8e79a8e4f011020ed31257aba70ea84581d
2008-03-04 21:47:25 +00:00
Eli Barzilay
b3c659f9d9 scribble/text documentation, and a few other fixes and comments
svn: r8821

original commit: 1e32dbd324467349743cde8516dadb4dcbe0dba9
2008-02-28 14:27:37 +00:00
Eli Barzilay
e03770064f minor reformatting
svn: r8820

original commit: 469203f307c66be241e26e35710d73822e591bd3
2008-02-28 01:55:11 +00:00
Matthew Flatt
bfc476a091 r6rs progress
svn: r8775

original commit: bd97e3e7977e9ccd9cdf357d70f37c553a9fe0eb
2008-02-23 14:11:24 +00:00
Matthew Flatt
1cc6ff191b 3.99.0.13: generalize require and provide to work with arbitrary phases
svn: r8742

original commit: ba63bd6f954b4b1ce09225f4b55dbe7c3a93a46b
2008-02-20 14:17:37 +00:00
Eli Barzilay
d9a438219a improved scribble syntax use
svn: r8720

original commit: 264af9a6d0224c7374c0e81d1cb8f25ce45bfd41
2008-02-19 12:22:45 +00:00
Eli Barzilay
2620e79135 add #:indent to verbatim
svn: r8707

original commit: 6f0ce914614ae5a840bcdeed225583ad4f4b1692
2008-02-18 20:01:23 +00:00
Eli Barzilay
1849a01a9f svn: r8704
original commit: 23494f85302991886d72b3f533cca3eebc304411
2008-02-18 15:26:53 +00:00
Eli Barzilay
039d827424 use @verbatim{...}
svn: r8699

original commit: 9c7790971010d45b78b3322831da216f65256080
2008-02-18 10:49:20 +00:00
John Clements
454ac77d5f procedure -> form
svn: r8677

original commit: f83690cb630f58160c63fe84aff7bbc51f7cf7e0
2008-02-15 22:48:12 +00:00
John Clements
08f7d20deb Capitalize the first word.
svn: r8674

original commit: f0ddaaab92426227089f00356062e4a424b12590
2008-02-15 18:48:27 +00:00
Matthew Flatt
42daa454b8 support documentation for bindings from a hypothetical module, as opposed to a specific module
svn: r8663

original commit: b87d9a986e99eaafc88789125153c0a1e39b5441
2008-02-14 16:59:26 +00:00
Eli Barzilay
1fa2c2dc4d PR9197
svn: r8659

original commit: dfc1b74d66ba7bc76d9e8a0294525b768b9749d4
2008-02-14 06:14:41 +00:00
Matthias Felleisen
91c33286c1 added image and image/plain
svn: r8643

original commit: 9627709cd13715b464f2e4c17561045254e8b160
2008-02-13 15:36:19 +00:00
Eli Barzilay
cf71a6612c typo
svn: r8639

original commit: 8e6a957bb971d59860d655b91d65743386c854fa
2008-02-13 02:51:43 +00:00
Matthew Flatt
0d943763a3 fix a scribble bug; add r6rs reader
svn: r8635

original commit: 0dc359a956978ffac13dacf31c4b07b80a81a709
2008-02-12 21:50:35 +00:00
Matthew Flatt
13d9da2ae0 more browser doc repairs
svn: r8634

original commit: 074b611215653705571ab5179aa8c4f4d2350b2e
2008-02-12 15:16:03 +00:00
Eli Barzilay
71e67c4bf0 * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629

original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
2008-02-12 10:33:01 +00:00
Eli Barzilay
b9aadb5dc6 much improved search, extended and fixed sendurl, string-based rendering for xrefs
svn: r8577

original commit: 7539945a3dd567b0dae31b824af751b0ef4ff2a5
2008-02-08 04:32:49 +00:00
Matthew Flatt
c0c97a6090 add #:use-sources to Scribble module declarations, so that scheme/base and mzscheme can better share documentation; finish documenting legacy mzscheme bindings
svn: r8538

original commit: 794e6c8a398da5857097795ff5c8d022bf55fed2
2008-02-05 16:33:26 +00:00
Eli Barzilay
57b8baeb1c fix uses of #lang setup/infotab
svn: r8534

original commit: 03f29ff7b1c0146aeaca77a4909ad86669c9d615
2008-02-05 05:24:32 +00:00
Eli Barzilay
4a8fae32ed fix some minor bug and typos in previous commit
svn: r8533

original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
2008-02-05 00:22:33 +00:00
Eli Barzilay
d4db2b3df8 switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Matthew Flatt
e764c8e02f tighten some Scribble contracts, improve docs
svn: r8486

original commit: 6a8a1557d3ec6da13c2c53bea11f96a6ec5afa67
2008-01-31 14:16:00 +00:00
Matthew Flatt
af0a6f7fab more scribble struct doc clarifications
svn: r8483

original commit: 841056855e81ddaba61f96d33019eb8c443fb532
2008-01-31 04:40:18 +00:00
Matthew Flatt
8ee50c9ec5 scribble struct doc clarifications
svn: r8482

original commit: beef670942f37eb2b38e1acfff4b068edd32528b
2008-01-31 04:33:50 +00:00
Matthew Flatt
e192679a2b small improvements to scribble data structures
svn: r8481

original commit: 7e6ef8eeb5bbd071ac41675fdd23246b928eedac
2008-01-31 00:06:54 +00:00
Matthew Flatt
c1f8efadea 3.99.0.10: immutable vector and box literals
svn: r8465

original commit: 6e2e7d94471242e2f9fe1fbeb2dc7a5a297bb00c
2008-01-29 19:23:47 +00:00
Matthew Flatt
d42a20cf7b doc fixes and rendering tweaks
svn: r8453

original commit: 60f7074babcd1ce0c4bdceff70893baf91c117bc
2008-01-28 22:43:50 +00:00
Matthew Flatt
61db9850c1 scribbled dynext (from Will Farr)
svn: r8450

original commit: 987b9e76814a873b9034162e44d15267c3bf6c9a
2008-01-28 19:40:52 +00:00
Matthew Flatt
d8f9d02067 finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
svn: r8314

original commit: d532fe478182376c2553b1371f8dc837181ae297
2008-01-13 14:53:54 +00:00
Matthew Flatt
6389cc8931 add master index
svn: r8310

original commit: 13025bff7a53c82b0367ece5932fc92b3150f50c
2008-01-12 18:32:30 +00:00
Eli Barzilay
f69d5a49c3 remove the now-redundant main-doc option
svn: r8288

original commit: fff894d7100add97eddfe8f965e7c1f558abd87c
2008-01-11 02:29:49 +00:00
Matthew Flatt
a5888ac26d doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
svn: r8286

original commit: 1e069dd2bcd7b1dd84213f6943f6f549681219f8
2008-01-10 23:42:23 +00:00
Matthew Flatt
50b3a68191 @require[....]* to @(require ...*)
svn: r8269

original commit: cec8fbbd5f7190f7921b624b4878ad5c53f6c51b
2008-01-09 13:47:11 +00:00
Matthew Flatt
431bcb9055 remove unecessary title tag and prefix
svn: r8264

original commit: b333628a39dec8235a06986d9ab0bef67b2d98d2
2008-01-08 19:58:07 +00:00
Matthew Flatt
9cb3428a41 move/collapse web-server docs, scribble doc improvements
svn: r8262

original commit: f08dbc15dae0d5beec836e56688e82ffe384a4dd
2008-01-08 19:54:01 +00:00
Matthew Flatt
d3c27f4d56 make hash-lang delayed so that scribble/manual doesn't directly depend on scribblings/guide
svn: r8260

original commit: 57d173e6267d3ee93b4b9b8ef134ef19cc444cdc
2008-01-08 18:15:06 +00:00
Matthew Flatt
e0a59049e5 scribble reader interface and doc adjustments
svn: r8257

original commit: 4c1856f189d8f829be11f4268864d75df146a558
2008-01-08 16:09:25 +00:00
Matthew Flatt
c274ee270d more scribble layers edits
svn: r8248

original commit: 315dc915f53a31455e747f67d15aa16b96ada293
2008-01-07 14:26:55 +00:00
Matthew Flatt
9b95d8fc0c scribble manual section 2 edits
svn: r8246

original commit: 14fa3351f185d130c06ad456ad895a1441858fa1
2008-01-07 13:00:44 +00:00
Matthew Flatt
9c7e96a14c some edits to the contract guide
svn: r8245

original commit: 6f2791a5031595c5de65c71d2aa94a8ac0105b28
2008-01-07 12:48:38 +00:00
Matthew Flatt
e1dec97903 expand Scribble-layers overview
svn: r8241

original commit: 4ba06b7ae0f50c7d0053b4e98de5168240c5fda2
2008-01-07 03:50:43 +00:00
Matthew Flatt
926ff4fbb0 sandbox Scribble evaluations; fix rational exact->inexact loss of precision
svn: r8238

original commit: f3cb86dc1ac569297d67573dc73b7f5e3859656a
2008-01-06 16:54:34 +00:00