Move list refs and nested ref docs to right after list ref docs

This commit is contained in:
Jack Firth 2015-08-19 13:57:24 -07:00
parent 2c29f2b7e3
commit a9a0059dac
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#lang scribble/manual #lang scribble/manual
@(require "../doc-util/main.rkt") @(require "../doc-util/main.rkt"
"../doc-util/scribble-include-no-subsection.rkt")
@title{List lenses} @title{List lenses}
@ -31,3 +32,5 @@
(lens-view (lens-compose second-lens fourth-lens) (lens-view (lens-compose second-lens fourth-lens)
'((a 1) (b 2) (c 3) (d 4))) '((a 1) (b 2) (c 3) (d 4)))
]} ]}
@scribble-include/no-subsection["multi.scrbl"]

View File

@ -4,5 +4,4 @@
@include-section["car-cdr.scrbl"] @include-section["car-cdr.scrbl"]
@include-section["list-ref-take-drop.scrbl"] @include-section["list-ref-take-drop.scrbl"]
@include-section["multi.scrbl"]
@include-section["assoc.scrbl"] @include-section["assoc.scrbl"]