From 1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 May 2012 23:39:09 +0200 Subject: doc: Give engine sections an ident and remove the mark with that ident. * doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to engines by `ident' instead of by `mark'. * doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb, doc/user/package.skb, doc/user/sectioning.skb: Update references accordingly. * doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb, doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give sections an ident, and remove the mark. --- doc/user/sectioning.skb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/user/sectioning.skb') diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb index f55bc23..ff9dfa2 100644 --- a/doc/user/sectioning.skb +++ b/doc/user/sectioning.skb @@ -1,7 +1,7 @@ ;;; sectioning.skb -- Sectioning markups ;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007, 2008, 2009 Ludovic Courtès +;;; Copyright 2007, 2008, 2009, 2012 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -44,7 +44,7 @@ `((:title [The title of the chapter.]) (:html-title [The title of window of the HTML browser.]) (:info-node ,[The title of the Info node (see ,(ref -:text [Section about the Info engine] :mark "info-engine")).]) +:text [Section about the Info engine] :ident "info-engine")).]) (:number [This argument controls the chapter number. A value of ,(tt "#t") means that Skribilo computes the chapter number. A value of ,(tt "#f") means that the chapter has no number. A @@ -80,7 +80,7 @@ used as the name of the file for this chapter.]) (doc-markup 'section `((:title [The title of the chapter.]) (:info-node ,[The title of the Info node (see ,(ref -:text [Section about the Info engine] :mark "info-engine")).]) +:text [Section about the Info engine] :ident "info-engine")).]) (:number [This argument controls the chapter number. A value of ,(tt "#t") means that Skribilo computes the chapter number. A value of ,(tt "#f") means that the chapter has no number. A -- cgit v1.2.3