diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-06-18 20:08:03 -0400 |
commit | be36a5111c30af9d4dcd6a74c5fa1c43763e598e (patch) | |
tree | 9b261f95d768f8c1c94674d166010f51c61716a0 /doc |
Initial Import
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reading-heap.texi | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/reading-heap.texi b/doc/reading-heap.texi new file mode 100644 index 0000000..5e2735a --- /dev/null +++ b/doc/reading-heap.texi @@ -0,0 +1,60 @@ +\input texinfo +@c -*-texinfo-*- + +@c %**start of header +@setfilename reading-heap.info +@documentencoding UTF-8 +@settitle Reading-Heap Reference Manual +@c %**end of header + +@include version.texi + +@copying +Copyright @copyright{} 2023 Christopher R. Nelson + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +copy of the license is included in the section entitled ``GNU Free +Documentation License''. +@end copying + +@dircategory The Algorithmic Language Scheme +@direntry +* Reading-Heap: (reading-heap). +@end direntry + +@titlepage +@title The Reading-Heap Manual +@author Christopher R. Nelson + +@page +@vskip 0pt plus 1filll +Edition @value{EDITION} @* +@value{UPDATED} @* + +@insertcopying +@end titlepage + +@contents + +@c ********************************************************************* +@node Top +@top Reading-Heap + +This document describes Reading-Heap version @value{VERSION}. + +@menu +* Introduction:: Why Reading-Heap? +@end menu + +@c ********************************************************************* +@node Introduction +@chapter Introduction + +INTRODUCTION HERE + +This documentation is a stub. + +@bye |