scribble-enhanced/scribble-doc/scribblings/scribble/scribble.scrbl
Asumu Takikawa 6d43de50ef Change link to scribble doc sources
The doc sources now live on Github post-split
rather than on the PLT git server.
2014-12-10 22:53:34 -05:00

33 lines
1.0 KiB
Racket

#lang scribble/manual
@(require "utils.rkt")
@title{Scribble: The Racket Documentation Tool}
@author["Matthew Flatt" "Eli Barzilay"]
Scribble is a collection of tools for creating prose
documents---papers, books, library documentation, etc.---in HTML or
PDF (via Latex) form. More generally, Scribble helps you write
programs that are rich in textual content, whether the content is
prose to be typeset or any other form of text to be generated
programmatically.
This document is itself written using Scribble. You can see its source
at
@(let ([url "https://github.com/racket/scribble/tree/master/scribble-doc/scribblings/scribble"])
(link url url)),
starting with the @filepath{scribble.scrbl} file.
@table-of-contents[]
@; ------------------------------------------------------------------------
@include-section["how-to-paper.scrbl"]
@include-section["reader.scrbl"]
@include-section["generic.scrbl"]
@include-section["plt.scrbl"]
@include-section["lp.scrbl"]
@include-section["internals.scrbl"]
@include-section["running.scrbl"]
@index-section[]