Eli Barzilay
672910f27b
Lots of bad TAB eliminations.
...
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.
If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces. For example, to see
per-line authors, use "git blame -w <file>". Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
Robby Findler
1f090fa170
improve the distribution building portion of the docs to point
...
out that a 'raco planet link' helps with the docs building
2012-08-18 20:45:47 -05:00
Robby Findler
ec34fc6870
add a note about how to build documentation to the planet documentation building step
2012-08-18 09:04:06 -05:00
Asumu Takikawa
839f971912
Fix inconsistent docs
2012-07-09 15:19:16 -04:00
Robby Findler
019e57b9d7
fix docs mistake
2012-01-31 21:11:16 -06:00
Robby Findler
a2bbcf8b00
tighten up the contract
2011-12-15 20:37:14 -06:00
Robby Findler
fd89d560b2
fix docs
2011-12-15 10:34:06 -06:00
Robby Findler
39e4454f51
added docs for the pkg-info.ss url to planet
2011-12-15 08:44:39 -06:00
Robby Findler
6fd2e9c1d3
fixed planet docs; closes PR 12178
2011-10-04 12:56:35 -05:00
Robby Findler
fbccf38d50
completed the planet library documentation and, in the process,
...
cleaned up various dependencies and exports from some of the libraries
2011-07-08 15:51:05 -05:00
Ryan Culpepper
1b702a2ae3
docs reorganization
...
added tutorial, racket categories
relabeled some other categories
normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06: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
Ryan Culpepper
daf88fea20
updated planet/scribble docs
2011-04-08 08:25:22 -06:00
Ryan Culpepper
ae8d945ef5
added line breaks
2011-04-07 10:42:38 -06:00
John Clements
9de3f25d15
added docs, changed to optional param
2011-02-15 14:57:51 -08:00
Carl Eastlund
84396869f1
Updated Planet documentation to include the new modules and their exports.
...
Modified the "Developing Packages for PLaneT" section to point users to
planet/scribble to make sure all their links work.
End of move from unstable/ to planet/.
2011-01-11 18:00:42 -05:00
Robby Findler
064492d4b8
improved the docs and the contracts for various planet/util functions
...
closes PR 11079
2010-12-26 08:42:38 -06:00
Robby Findler
d879f75152
adjusted the registration mechanism for planet-terse-register to be clearer and simpler
2010-11-28 16:06:08 -06:00
Robby Findler
bc9a5e4b48
plugged a leak in drracket (thanks to Matthew for finding it!)
2010-11-26 19:32:19 -06:00
Robby Findler
3fb5dbd1d3
Added another status line update to drracket for planet installations, showing when docs are being built
2010-06-22 14:22:35 -05:00
Robby Findler
857498e697
Some racketying.
2010-06-19 16:30:06 -05:00
Robby Findler
66d6759c4a
added docs and contracts for some of the planet functions
2010-06-19 16:30:06 -05:00
Carl Eastlund
e67096b276
Documented path->package-version.
2010-06-06 21:19:28 -04:00
Eli Barzilay
9c352f5704
More svn -> git changes.
...
Some mentions of svn/subversion are replaced with git, and some patterns
for paths to ignore include ".git*". (Note ".mailmap" not added, might
need to.)
2010-05-17 05:41:04 -04:00
Matthew Flatt
166b92f9c8
replace mzc and setup-plt docs with raco doc (which refers to the still-separate planet doc)
2010-05-02 11:04:48 -06:00
Robby Findler
59d90b279d
improved support for #lang planet (in drscheme)
2010-04-21 12:14:17 -04:00
Robby Findler
82b9a9f4dd
allow environment variable-based spec of the url to download planet packages from
...
svn: r16521
2009-11-03 17:36:45 +00:00
Eli Barzilay
3d60fe640b
misc prop fixes
...
svn: r16374
2009-10-19 22:36:12 +00:00
Robby Findler
39f139c617
svn: r15654
2009-08-01 15:55:06 +00:00
Eli Barzilay
8ecbe78e98
typo (PR10242)
...
svn: r14843
2009-05-16 06:08:47 +00:00
Robby Findler
60db480a8d
David Van Horn's changes
...
svn: r14669
2009-04-30 16:03:15 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Robby Findler
03ef481766
svn: r14385
2009-03-31 14:03:49 +00:00
Robby Findler
36e903c81f
improved planet logging and drschemes view of it
...
svn: r13514
2009-02-10 15:01:16 +00:00
Robby Findler
64e91b8362
added status information about planets behavior to the bottom of the drscheme window
...
svn: r13494
2009-02-08 21:40:51 +00:00
Eli Barzilay
bd561ab191
some paren typos
...
svn: r13416
2009-02-04 16:28:14 +00:00
Robby Findler
ef36f329b7
added log-viewing support to DrScheme
...
svn: r13291
2009-01-27 14:23:18 +00:00
Matthew Flatt
8c8728337e
new guide chapter on Scheme dialects, and small clean-up for some other docs
...
svn: r12926
2008-12-22 21:17:07 +00:00
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Eli Barzilay
824fba5b26
restore unmodified version
...
svn: r10769
2008-07-14 15:36:51 +00:00
Eli Barzilay
e78acf374f
remove changed code
...
svn: r10768
2008-07-14 15:33:32 +00:00
Jacob Matthews
0a2cce7576
updated docs
...
svn: r9969
2008-05-26 23:43:46 +00:00
Jacob Matthews
ecec80fc8c
fix bug in linkage
...
svn: r9412
2008-04-22 23:05:00 +00:00
Jacob Matthews
c40da0feb8
planet print, planet structure commands
...
svn: r9403
2008-04-22 21:32:23 +00:00
Jacob Matthews
82e2df7f8b
scribble docs
...
svn: r9398
2008-04-22 18:19:47 +00:00