https://github.com/racket/scribble
https://github.com/racket/scribble
racket
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/racket/scribble
- Owner: racket
- License: other
- Created: 2014-12-02T03:14:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T03:14:43.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:53:27.523Z (about 1 year ago)
- Topics: racket
- Language: Racket
- Size: 9.96 MB
- Stars: 193
- Watchers: 30
- Forks: 83
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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