Overview
Comment: | Add overview to code docs |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c0e4841edf0fda31afab28f170edc6de |
User & Date: | joel on 2019-03-10 04:19:33 |
Other Links: | manifest | tags |
Context
2019-03-13
| ||
02:39 | Tweak CSS styles check-in: 7c1b510b user: joel tags: trunk | |
2019-03-10
| ||
04:19 | Add overview to code docs check-in: c0e4841e user: joel tags: trunk | |
2019-03-09
| ||
04:02 | Small fixes in crystalize check-in: 0e2c0e7e user: joel tags: trunk | |
Changes
Modified code-docs/main.scrbl from [4e9953b9] to [052fbd8b].
︙ | |||
29 30 31 32 33 34 35 36 37 38 39 40 41 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + | this repo’s “Code Docs” frame, due to the repository’s @ext-link["https://content-security-policy.com"]{content security policy}. To follow such links, right-click and open the link in a new tab or window. @local-table-of-contents[] @include-section["overview.scrbl"] @include-section["pollen.scrbl"] @; pollen.rkt @include-section["dust.scrbl"] @; dust.rkt @include-section["sqlite-tools.scrbl"] @; sqlite-tools.rkt @include-section["snippets-html.scrbl"] @; you get the idea @include-section["crystalize.scrbl"] |
Added code-docs/overview.scrbl version [d9ff4aa0].
|
Modified code-docs/scribble-helpers.rkt from [20648ff4] to [1eef327e].
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + + + + + | title #:style (style #f (list (attributes '((target . "_parent"))))))) (define (ext-link url-str . elems) (keyword-apply hyperlink '(#:style) (list (style #f (list (attributes '((target . "_blank")))))) url-str elems)) (define (responsive-retina-image img-path) (image img-path #:scale 0.5 #:style (style #f (list (attributes '((style . "max-width:100%;height:auto;"))))))) |
Added code-docs/source-diagram.png version [707f47d7].
cannot compute difference between binary files