Author: andy
Date: Wed Jul 30 12:18:38 2014
New Revision: 1614627
URL: http://svn.apache.org/r1614627
Log:
Use {#link}
Modified:
jena/site/trunk/content/documentation/inference/index.mdtext
Modified: jena/site/trunk/content/documentation/inference/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/inference/index.mdtext?rev=1614627&r1=1614626&r2=1614627&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/inference/index.mdtext (original)
+++ jena/site/trunk/content/documentation/inference/index.mdtext Wed Jul 30
12:18:38 2014
@@ -13,7 +13,7 @@ Title: Reasoners and rule engines: Jena
are possible, and feedback to the author (via the <a
href="http://groups.yahoo.com/group/jena-dev">jena-dev</a>
support list) is welcomed. </p>
-##<a name="index"></a>Index
+## Index {#index}
<ol>
<li><a href="#overview">Overview of inference support</a> </li>
<li><a href="#api">The inference API</a></li>
@@ -25,7 +25,7 @@ Title: Reasoners and rule engines: Jena
<li><a href="#futures">Futures</a></li>
</ol>
-##<a name="overview"></a>Overview of inference support
+## Overview of inference support {#overview}
<p>The Jena inference subsystem is designed to allow a range of inference
engines
or reasoners to be plugged into Jena. Such engines are used to derive
additional
RDF assertions which are entailed from some base RDF together with any
optional
@@ -70,7 +70,7 @@ Title: Reasoners and rule engines: Jena
search for reasoners of a given type. The <code>ReasonerRegistry</code> also
provides convenient access to prebuilt instances of the main supplied
reasoners.</p>
-###Available reasoners
+### Available reasoners
<p>Included in the Jena distribution are a number of predefined reasoners:</p>
<ol>
<li>Transitive reasoner: Provides support for storing and traversing class
and property lattices.
@@ -89,7 +89,7 @@ Title: Reasoners and rule engines: Jena
<p>[<a href="#index">index</a>]</p>
-##<a name="api"></a>The Inference API
+## The Inference API {#api}
<ol>
<li><a href="#reasonerAPI">Generic reasoner API</a></li>
<li><a href="#generalExamples">Small examples</a></li>