An open API service indexing awesome lists of open source software.

https://github.com/racket/scribble


https://github.com/racket/scribble

racket

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Scribble

## Scribble: The Racket Documentation Tool

By Matthew Flatt and 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.

For more information see the [Scribble documentation](https://docs.racket-lang.org/scribble/index.html).

This repository includes the source for the Racket packages: "scribble", "scribble-doc", "scribble-html-lib", "scribble-lib", "scribble-test", "scribble-text-lib".

### Contributing

Contribute to Racket by submitting a [pull request], reporting an
[issue], joining the [development mailing list], or visiting the
IRC or Slack channels.

### License

Racket, including these packages, is free software, see [LICENSE.txt]
for more details.

By making a contribution, you are agreeing that your contribution
is licensed under the [Apache 2.0] license and the [MIT] license.

[MIT]: https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
[Apache 2.0]: https://www.apache.org/licenses/LICENSE-2.0.txt
[pull request]: https://github.com/racket/scribble/pulls
[issue]: https://github.com/racket/scribble/issues
[development mailing list]: https://lists.racket-lang.org
[LICENSE.txt]: LICENSE.txt