mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 20:31:55 -08:00
doc: fix numbering of "Standard" section to match CLHS
Fixes #98. Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
parent
17a912d8b4
commit
636d1fc6d5
1 changed files with 3 additions and 1 deletions
|
|
@ -17,11 +17,13 @@
|
|||
<part xml:id="part.standards"><title>Standards</title>
|
||||
<xi:include href="ansi_overview.xml" xpointer="ansi.overview" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_evaluation.xml" xpointer="ansi.evaluation-and-compilation" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<chapter><title>Syntax</title></chapter> <!--Put to preserve CLHS numbering-->
|
||||
<xi:include href="ansi_types.xml" xpointer="ansi.types-and-classes" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_data_flow.xml" xpointer="ansi.data-and-control" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<chapter><title>Iteration</title></chapter> <!--Put to preserve CLHS numbering-->
|
||||
<xi:include href="ansi_objects.xml" xpointer="ansi.objects" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_structures.xml" xpointer="ansi.structures" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_conditions.xml" xpointer="ansi.conditions" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_objects.xml" xpointer="ansi.objects" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_symbols.xml" xpointer="ansi.symbols" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_packages.xml" xpointer="ansi.packages" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ansi_numbers.xml" xpointer="ansi.numbers" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue