mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Small textual changes to GOOPS manual (for HTML generation).
This commit is contained in:
parent
066ca68736
commit
8cb6d96d9d
2 changed files with 18 additions and 19 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2002-11-07 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* goops.texi (Top): Say "Indices" before index nodes in main menu.
|
||||||
|
(Index): Removed (it was empty). Generally remove unnecessary
|
||||||
|
padding text that looks bad in HTML.
|
||||||
|
|
||||||
2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
|
2002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* Makefile.am (CLEANFILES): Added goops.tmp, goops.cps.
|
* Makefile.am (CLEANFILES): Added goops.tmp, goops.cps.
|
||||||
|
|
|
@ -72,27 +72,13 @@ are preserved on all copies.
|
||||||
@node Top, Introduction, (dir), (dir)
|
@node Top, Introduction, (dir), (dir)
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
[When the manual is completed, this will be a flat index in the style of
|
|
||||||
the Emacs manual. More nodes will turn up under parts I-III.]
|
|
||||||
|
|
||||||
Part I: Preliminaries
|
|
||||||
|
|
||||||
* Introduction::
|
* Introduction::
|
||||||
* Getting Started::
|
* Getting Started::
|
||||||
|
|
||||||
Part II: Reference Manual
|
|
||||||
|
|
||||||
* Reference Manual::
|
* Reference Manual::
|
||||||
|
|
||||||
Part III: GOOPS Meta Object Protocol
|
|
||||||
|
|
||||||
* MOP Specification::
|
* MOP Specification::
|
||||||
|
|
||||||
The GOOPS tutorial
|
|
||||||
|
|
||||||
* Tutorial::
|
* Tutorial::
|
||||||
|
|
||||||
* Index::
|
|
||||||
* Concept Index::
|
* Concept Index::
|
||||||
* Function and Variable Index::
|
* Function and Variable Index::
|
||||||
@end menu
|
@end menu
|
||||||
|
@ -102,7 +88,12 @@ The GOOPS tutorial
|
||||||
@end iftex
|
@end iftex
|
||||||
|
|
||||||
@node Introduction, Getting Started, Top, Top
|
@node Introduction, Getting Started, Top, Top
|
||||||
|
@iftex
|
||||||
@section Introduction
|
@section Introduction
|
||||||
|
@end iftex
|
||||||
|
@ifnottex
|
||||||
|
@chapter Introduction
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@goops{} is the object oriented extension to @guile{}. Its
|
@goops{} is the object oriented extension to @guile{}. Its
|
||||||
implementation is derived from @w{STk-3.99.3} by Erick Gallesio and
|
implementation is derived from @w{STk-3.99.3} by Erick Gallesio and
|
||||||
|
@ -119,7 +110,12 @@ meta object protocol, in the spirit of the one defined for CLOS
|
||||||
(@cite{Gregor Kiczales: A Metaobject Protocol}).
|
(@cite{Gregor Kiczales: A Metaobject Protocol}).
|
||||||
|
|
||||||
@node Getting Started, Reference Manual, Introduction, Top
|
@node Getting Started, Reference Manual, Introduction, Top
|
||||||
|
@iftex
|
||||||
@section Getting Started
|
@section Getting Started
|
||||||
|
@end iftex
|
||||||
|
@ifnottex
|
||||||
|
@chapter Getting Started
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Running GOOPS::
|
* Running GOOPS::
|
||||||
|
@ -2781,14 +2777,11 @@ theoretically handle adding methods to further types of target.
|
||||||
@code{no-next-method}
|
@code{no-next-method}
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@node Tutorial, Index, MOP Specification, Top
|
@node Tutorial, Concept Index, MOP Specification, Top
|
||||||
@chapter Tutorial
|
@chapter Tutorial
|
||||||
@include goops-tutorial.texi
|
@include goops-tutorial.texi
|
||||||
|
|
||||||
@node Index, Concept Index, Tutorial, Top
|
@node Concept Index, Function and Variable Index, Tutorial, Top
|
||||||
@chapter Index
|
|
||||||
@page
|
|
||||||
@node Concept Index, Function and Variable Index, Index, Top
|
|
||||||
@unnumberedsec Concept Index
|
@unnumberedsec Concept Index
|
||||||
|
|
||||||
@printindex cp
|
@printindex cp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue