racket/collects/tests/scribble
Matthew Flatt a73dc50224 break cross-reference info for document into pieces
For example, the cross-reference information for the
Reference is now broken into about 16 pieces, so that
resolving a cross-reference into the Reference doesn't
require loading all cross-reference information for
the Reference.

Every document is split into two pieces, so that the title
of a document is roughly in its own piece. That way,
re-building the page of all installed documentation can be more
scalable (after some further changes).
2012-11-23 18:44:51 -07:00
..
docs Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
docs.rkt scribble/manual: add #:normalize?' option to deftech' et al. 2012-08-20 17:37:24 -06:00
main.rkt Streamline all scribble tests. 2012-05-06 05:53:19 -04:00
reader.rkt fix some error-message tests 2012-06-23 05:21:52 -07:00
render.rkt Streamline all scribble tests. 2012-05-06 05:53:19 -04:00
text-collect.rkt Streamline all scribble tests. 2012-05-06 05:53:19 -04:00
text-lang.rkt Make it possible to run each scribble test file by itself. 2012-04-17 14:04:57 -04:00
text-wrap.rkt New wrap-line' function in a new scribble/text/wrap' module. 2012-05-06 05:38:04 -04:00
xref.rkt break cross-reference info for document into pieces 2012-11-23 18:44:51 -07:00