emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog ff13d97396 034/166: DOC: Add CUSTOM_ID properti


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog ff13d97396 034/166: DOC: Add CUSTOM_ID properties to README.org headings where needed
Date: Fri, 30 Sep 2022 04:59:23 -0400 (EDT)

branch: elpa/sweeprolog
commit ff13d973961d14e1695d06ab3768fda8315ffd06
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    DOC: Add CUSTOM_ID properties to README.org headings where needed
---
 README.org | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/README.org b/README.org
index e6450c0d8e..c5dfa3f0bb 100644
--- a/README.org
+++ b/README.org
@@ -83,6 +83,9 @@ The different parts of =sweep= are structured as follows:
    SWI-Prolog runtime may need to be built as well.
 
 * TODO Prolog initialization and cleanup
+:PROPERTIES:
+:CUSTOM_ID: prolog-init
+:END:
 
 #+VINDEX: sweep-init-on-load
 #+VINDEX: sweep-init-args
@@ -138,6 +141,9 @@ close the current query, but =sweep-close-query= also 
destroys any
 Prolog bindings created by the query.
 
 ** Conversion of Elisp objects to Prolog terms
+:PROPERTIES:
+:CUSTOM_ID: elisp-to-prolog
+:END:
 
 =sweep= converts Elisp objects into Prolog terms to allow the Elisp
 programmers to specify arguments for Prolog predicates invocations (see
@@ -154,6 +160,9 @@ we convert /trees of strings and numbers/:
   are the Prolog representations of the =car= and the =cdr= of the cons.
 
 ** Conversion of Prolog terms to Elisp objects
+:PROPERTIES:
+:CUSTOM_ID: prolog-to-elisp
+:END:
 
 =sweep= converts Prolog terms into Elisp object to allow efficient
 processing of Prolog query results in Elisp (see =sweep-next-solution=).
@@ -176,6 +185,9 @@ processing of Prolog query results in Elisp (see 
=sweep-next-solution=).
   + Prolog dicts are converted to the symbol =dict=.
 
 ** Example - counting solutions for a Prolog predicate in Elisp
+:PROPERTIES:
+:CUSTOM_ID: count-permutations
+:END:
 
 As an example of using the =sweep= interface for executing Prolog
 queries, we show an invocation of the non-deterministic predicate
@@ -196,6 +208,9 @@ permutations of the list =(1 2 3 4 5)=:
 
 
 * The Prolog top-level
+:PROPERTIES:
+:CUSTOM_ID: prolog-top-level
+:END:
 
 #+FINDEX: sweep-top-level
 =sweep= provides a classic Prolog top-level interface for interacting
@@ -227,6 +242,9 @@ command =M-x sweep-find-predicate= jumping to the 
definition a
 loaded or auto-loadable Prolog predicate.
 
 * Installing Prolog packages
+:PROPERTIES:
+:CUSTOM_ID: prolog-packages
+:END:
 
 #+FINDEX: sweep-pack-install
 The command =M-x sweep-pack-install= can be used to install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]