Make documentation multi-page
This commit is contained in:
parent
5c36a26bc0
commit
a902631981
|
@ -1,4 +1,4 @@
|
||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define name "lens")
|
(define name "lens")
|
||||||
(define scribblings '(("main.scrbl" () (library) "lens")))
|
(define scribblings '(("main.scrbl" (multi-page) (library) "lens")))
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@title{Lenses}
|
@title[#:style '(toc)]{Lenses}
|
||||||
|
|
||||||
@defmodule[lens]
|
@defmodule[lens]
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@ representation of getters and setters in object-oriented languages.
|
||||||
|
|
||||||
source code: @url["https://github.com/jackfirth/lens"]
|
source code: @url["https://github.com/jackfirth/lens"]
|
||||||
|
|
||||||
|
@local-table-of-contents[]
|
||||||
|
|
||||||
@include-section["base/main.scrbl"]
|
@include-section["base/main.scrbl"]
|
||||||
@include-section["compound/main.scrbl"]
|
@include-section["compound/main.scrbl"]
|
||||||
@include-section["list/main.scrbl"]
|
@include-section["list/main.scrbl"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user