Matthew Flatt
|
aa7c4b53d9
|
add `codeblock' to Scribble
|
2010-10-31 07:09:27 -06:00 |
|
Matthew Flatt
|
8c2ba47fa5
|
move style guide up a section (to its own page)
|
2010-08-30 14:35:18 -06:00 |
|
Matthew Flatt
|
c1bf118cb5
|
new guidance in the documentation style guide
|
2010-08-30 14:35:17 -06:00 |
|
Matthew Flatt
|
a19899898f
|
change Scribble's interaction', etc. to use non-default current-print'
to format results, if one is installed in a sandboxed evaluator
|
2010-08-24 20:50:46 -06:00 |
|
Robby Findler
|
46e9a3b79b
|
improved the image docs slightly
|
2010-08-21 15:07:43 -05:00 |
|
Matthew Flatt
|
4945851df6
|
doc clarification
|
2010-08-17 17:42:11 -06:00 |
|
Matthew Flatt
|
2f9431552e
|
fix typo
|
2010-08-11 10:29:49 -06:00 |
|
Matthew Flatt
|
656321dbcb
|
add optional #:key' argument to tech' and `techlink'
to specify the defined technical term separate from the link content
|
2010-08-03 12:48:03 -06:00 |
|
Matthew Flatt
|
33e3dac94e
|
add example to scribble/bnf docs
|
2010-07-29 06:56:30 -05:00 |
|
Sam Tobin-Hochstadt
|
dba04c8aea
|
Add @nocopyright option to scribble/sigplan.
|
2010-07-26 11:43:33 -04:00 |
|
Matthew Flatt
|
8dfe2a6a91
|
fix doc typo
Closes PR 10917
Merge to 5.0.1
|
2010-07-20 10:24:34 -06:00 |
|
Matthew Flatt
|
4bd97ae80e
|
fix uses of `scheme' in the Scribble style guide
Closes PR 10999
Merge to 5.0.1
|
2010-07-20 09:33:15 -06:00 |
|
Eli Barzilay
|
14d181ddef
|
minor typo fix
|
2010-07-12 21:38:52 -04:00 |
|
Jay McCarthy
|
ba31d8c429
|
Fixing contracts and a little less allocation
|
2010-06-25 07:10:52 -06:00 |
|
Matthew Flatt
|
c18603f767
|
add racketresultblock, etc. to Scribble
|
2010-05-31 13:55:16 -06:00 |
|
Matthew Flatt
|
5592dd1489
|
doc corrections
Merge to 5.0
|
2010-05-31 13:17:11 -06:00 |
|
Matthew Flatt
|
f5a0b9e613
|
fix scribble/xref
|
2010-05-22 08:46:43 -06:00 |
|
Matthew Flatt
|
1e9aa3b132
|
document scriblib/footnote
|
2010-05-21 19:40:33 -06:00 |
|
Matthew Flatt
|
18b06a9297
|
add `margin-note*' for putting a single-para note in the middle of a para
|
2010-05-21 19:40:33 -06:00 |
|
Matthew Flatt
|
8b7c8d08bd
|
add fix-point finding traverse pass to Scribble
|
2010-05-21 19:40:33 -06:00 |
|
Eli Barzilay
|
28946a0a43
|
More reformatting
|
2010-05-21 20:41:35 -04:00 |
|
Eli Barzilay
|
c4f67b3e74
|
Small typos, some reformatting.
Fixes PR10920
|
2010-05-21 16:30:16 -04:00 |
|
Matthew Flatt
|
ed1c74108f
|
fix Scribble doc reference to element
|
2010-05-18 00:21:46 -06:00 |
|
Eli Barzilay
|
a46743211b
|
A lot of "plt-scheme.org" -> "racket-lang.org"s.
|
2010-05-17 00:53:12 -04:00 |
|
Matthew Flatt
|
bb26115591
|
add 'filebox' Scribble function
|
2010-05-16 17:28:55 -06:00 |
|
Matthew Flatt
|
b072d85107
|
adjust Slideshow to not re-export printable<%>; improve docs for both Slideshow and Scribble
|
2010-05-14 11:33:08 -06:00 |
|
Matthew Flatt
|
ce21cf9fd8
|
rackety slideshow doc
|
2010-05-02 12:19:25 -06:00 |
|
Matthew Flatt
|
fb4af54436
|
rackety Scribble doc
|
2010-05-02 12:00:44 -06:00 |
|
Matthew Flatt
|
cb5c83c5a7
|
add custom-print to printable<%>; redirect printable<%> to writable and pretty-print to pretty-write in 'scheme'
|
2010-05-01 08:43:20 -06:00 |
|
Matthew Flatt
|
17c1dc1ab9
|
SHA-1-based checking of doc dependencies
|
2010-04-30 16:30:11 -06:00 |
|
Matthew Flatt
|
2f5b166073
|
more rackty guide, through the contracts section
|
2010-04-29 17:11:42 -06:00 |
|
Matthew Flatt
|
b61a99c433
|
add defidform/inline and use it to document on-draw
|
2010-04-28 06:41:43 -06:00 |
|
Matthew Flatt
|
28b4043077
|
rename all files .ss -> .rkt
|
2010-04-27 16:50:15 -06:00 |
|
Matthew Flatt
|
a6694a08b7
|
fix make-base-namespace in scheme/base (PR 10870)
|
2010-04-26 06:47:02 -06:00 |
|
Matthew Flatt
|
616080c7c4
|
change 'define-struct' to bind the type name as a constructor, add an #:extra-constructor-name option, etc.
|
2010-04-25 12:10:36 -06:00 |
|
Matthew Flatt
|
f6d62763b4
|
fix typo (PR 10856)
svn: r18793
|
2010-04-12 14:00:23 +00:00 |
|
Matthew Flatt
|
c5ac9f23ec
|
better compiler handling of unused local bindings where the RHS either doesn't obviously produce a single value or is discovered to be unused late in bytecode compilation; initial Scribble support for printing qq-style results
svn: r18737
|
2010-04-06 15:52:36 +00:00 |
|
Matthew Flatt
|
73807aef24
|
chaperones (v4.2.5.3)
svn: r18650
|
2010-03-28 01:10:33 +00:00 |
|
Robby Findler
|
c74849dc2e
|
added support for the 10pt option to the sigplan scribble support
svn: r18593
|
2010-03-21 22:56:26 +00:00 |
|
Matthew Flatt
|
e0c0645479
|
doc Scribble 'exact-chars and 'tt-chars style propeties
svn: r18533
|
2010-03-14 12:14:32 +00:00 |
|
Matthew Flatt
|
826fbdf16f
|
add scribble/jfp
svn: r18507
|
2010-03-10 22:17:51 +00:00 |
|
Matthew Flatt
|
911d80a144
|
scribble: use 'attributes' properties when rendering table cells
svn: r18488
|
2010-03-08 21:31:31 +00:00 |
|
Robby Findler
|
195d608fe5
|
added scheme/fixnum
svn: r17391
|
2009-12-23 15:41:40 +00:00 |
|
Sam Tobin-Hochstadt
|
fcd4c4e38d
|
Fix prop values for DrDr.
Add plt-responsible props.
Add hash-union to unstable.
Fix doc for compound-paragraph.
Fix unstable/scribblings/util.
svn: r16811
|
2009-11-16 13:59:13 +00:00 |
|
Eli Barzilay
|
44d88cee6b
|
newlines at EOFs
svn: r16630
|
2009-11-09 03:49:50 +00:00 |
|
Danny Yoo
|
c84296c42d
|
Correcting spelling error in Scribble doc.
svn: r16430
|
2009-10-26 16:14:13 +00:00 |
|
Matthew Flatt
|
01d15eb9b6
|
add unsafe-fx->fl; avoid some gcc warnings
svn: r16221
|
2009-10-02 19:45:41 +00:00 |
|
Matthew Flatt
|
c28ed519a0
|
turn off Scribble e-mail address obfuscation
svn: r15989
|
2009-09-13 01:12:55 +00:00 |
|
Robby Findler
|
390145821a
|
PR 10431, plus support for ->* with keywords in proc-doc
svn: r15926
|
2009-09-08 22:53:12 +00:00 |
|
Jay McCarthy
|
3432cf282f
|
Adding more specific contracts
svn: r15709
|
2009-08-11 22:31:44 +00:00 |
|