Correct links in html documentation using new version of makechap.py

Corrects position of heading text within A and H1, H2, ... elements.
This commit is contained in:
William S Fulton 2015-12-22 07:54:57 +00:00
commit 8288ac15a0
41 changed files with 1262 additions and 1262 deletions

View file

@ -6,7 +6,7 @@
</head>
<body bgcolor="#ffffff">
<H1><a name="R"></a>37 SWIG and R</H1>
<H1><a name="R">37 SWIG and R</a></H1>
<!-- INDEX -->
<div class="sectiontoc">
<ul>
@ -33,7 +33,7 @@ compile and run an R interface to QuantLib running on Mandriva Linux
with gcc. The R bindings also work on Microsoft Windows using Visual C++.
</p>
<H2><a name="R_nn2"></a>37.1 Bugs</H2>
<H2><a name="R_nn2">37.1 Bugs</a></H2>
<p>
@ -45,7 +45,7 @@ Currently the following features are not implemented or broken:
<li>C Array wrappings
</ul>
<H2><a name="R_nn3"></a>37.2 Using R and SWIG</H2>
<H2><a name="R_nn3">37.2 Using R and SWIG</a></H2>
<p>
@ -136,7 +136,7 @@ Error in .Call("R_swig_fact", s_arg1, as.logical(.copy), PACKAGE = "example") :
<li>Make sure the architecture of the shared library(x64 for instance), matches the architecture of the R program you want to load your shared library into
</ul>
<H2><a name="R_nn4"></a>37.3 Precompiling large R files</H2>
<H2><a name="R_nn4">37.3 Precompiling large R files</a></H2>
In cases where the R file is large, one make save a lot of loading
@ -154,7 +154,7 @@ will save a large amount of loading time.
<H2><a name="R_nn5"></a>37.4 General policy</H2>
<H2><a name="R_nn5">37.4 General policy</a></H2>
<p>
@ -163,7 +163,7 @@ wrapping over the underlying functions and rely on the R type system
to provide R syntax.
</p>
<H2><a name="R_language_conventions"></a>37.5 Language conventions</H2>
<H2><a name="R_language_conventions">37.5 Language conventions</a></H2>
<p>
@ -172,7 +172,7 @@ and [ are overloaded to allow for R syntax (one based indices and
slices)
</p>
<H2><a name="R_nn6"></a>37.6 C++ classes</H2>
<H2><a name="R_nn6">37.6 C++ classes</a></H2>
<p>
@ -184,7 +184,7 @@ keep track of the pointer object which removes the necessity for a lot
of the proxy class baggage you see in other languages.
</p>
<H2><a name="R_nn7"></a>37.7 Enumerations</H2>
<H2><a name="R_nn7">37.7 Enumerations</a></H2>
<p>