Overview
Comment: | Add scribble docs for snippets-html |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8e0002ee88d1d62477d6252d590e8bd0 |
User & Date: | joel on 2019-02-23 23:16:06 |
Other Links: | manifest | tags |
Context
2019-03-03
| ||
21:34 | More code docs check-in: a4190d26 user: joel tags: trunk | |
2019-02-23
| ||
23:16 | Add scribble docs for snippets-html check-in: 8e0002ee user: joel tags: trunk | |
23:15 | Small fixes and improvements to HTML snippet functions check-in: 95725823 user: joel tags: trunk | |
Changes
Modified code-docs/main.scrbl from [f7a55451] to [9028aeca].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | + - + + + | @title{Local Yarn: source code notes} @author{Joel Dueck} These are my notes about the internals of the Local Yarn source code. In other words, a personal reference, rather than a tutorial. These pages concern only the source code itself. Refer to the wiki for info about deployment, etc. |
Modified code-docs/pollen.scrbl from [85e2b6f4] to [dd25189e].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + | #lang scribble/manual @; Copyright (c) 2019 Joel Dueck @; @; Copying and distribution of this file, with or without modification, @; are permitted in any medium without royalty provided the copyright @; notice and this notice are preserved. This file is offered as-is, @; without any warranty. @(require "scribble-helpers.rkt") @(require (for-label "../pollen.rkt" "../dust.rkt" racket/base racket/contract racket/string txexpr pollen/tag pollen/setup pollen/core sugar/coerce)) @title[#:tag "pollen-rkt"]{@filepath{pollen.rkt}} |
︙ |
Added code-docs/snippets-html.scrbl version [a2ab701d].