racket/collects/scribblings/guide
Eli Barzilay 699c40643d * 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
2008-02-12 10:33:01 +00:00
..
contracts-examples Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
apply.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
begin.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
binding.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
booleans.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
boxes.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
byte-strings.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
case.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
certificates.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
char-strings.scrbl many typos 2007-12-18 04:27:01 +00:00
chars.scrbl many typos 2007-12-18 04:27:01 +00:00
class.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
cond.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
contracts-examples.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-general-function.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-gotchas.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-intro.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-simple-function.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-structure.scrbl Matthias's improvements to the contracts docs, plus a few minor fixes 2008-01-30 20:20:31 +00:00
contracts-utils.ss added the example section 2008-01-08 23:30:49 +00:00
contracts.scrbl fixed up case for contracts 2008-01-30 20:25:37 +00:00
data.scrbl doc corrections in quick and guide 2007-12-01 01:47:32 +00:00
define-struct.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
define.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
for.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
forms.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
guide-utils.ss 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 2008-01-10 23:42:23 +00:00
guide.scrbl add HTML docs and some guidance on scripts 2008-01-14 19:55:27 +00:00
hash-tables.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
io.scrbl small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses 2008-01-23 01:35:26 +00:00
keywords.scrbl doc corrections in quick and guide 2007-12-01 01:47:32 +00:00
lambda.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
let.scrbl many typos 2007-12-18 04:27:01 +00:00
lists.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
macros.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
match.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
module-basics.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
module-paths.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
module-provide.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
module-require.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
module-set.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
module-syntax.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
modules.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
named-let.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
namespaces.scrbl small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses 2008-01-23 01:35:26 +00:00
numbers.scrbl many typos 2007-12-18 04:27:01 +00:00
pairs.scrbl many typos 2007-12-18 04:27:01 +00:00
paths.scrbl many typos 2007-12-18 04:27:01 +00:00
performance.scrbl small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses 2008-01-23 01:35:26 +00:00
ports.scrbl many typos 2007-12-18 04:27:01 +00:00
qq.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
quote.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
read.scrbl removed spaces at eolns to make new-reader-diffs easier to follow 2007-06-29 05:58:56 +00:00
regexp.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
regexps-data.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
running.scrbl clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
scripts.scrbl add HTML docs and some guidance on scripts 2008-01-14 19:55:27 +00:00
set.scrbl JIT inlines some floating-point ops 2007-12-28 22:11:41 +00:00
simple-data.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
simple-syntax.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
symbols.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
to-scheme.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
truth.scrbl work on guide, and fix problems with scribble/eval 2008-01-07 21:47:22 +00:00
vectors.scrbl sandbox Scribble evaluations; fix rational exact->inexact loss of precision 2008-01-06 16:54:34 +00:00
void-and-undef.scrbl v3.99.0.2 2007-11-13 12:40:00 +00:00
welcome.scrbl @require[....]* to @(require ...*) 2008-01-09 13:47:11 +00:00