Skip to content

Commit 81d99c8

Browse files
committed
Minor tweaks
[SVN r19335]
1 parent 5cd110f commit 81d99c8

1 file changed

Lines changed: 27 additions & 30 deletions

File tree

doc/v2/indexing.html

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ <h3>
2424
<h1 align="center">
2525
<a href="../index.html">Boost.Python</a>
2626
</h1>
27-
<h2 align="center">
28-
Header &lt;boost/python/indexing/indexing_suite.hpp&gt;
29-
</h2>
27+
28+
<h2> Headers &lt;boost/python/indexing/indexing_suite.hpp&gt;<br>
29+
&lt;boost/python/indexing/vector_indexing_suite.hpp&gt;</h2>
3030
</td>
3131
</tr>
3232
</table>
@@ -136,12 +136,10 @@ <h2>
136136
</li>
137137
</ul>
138138
<hr>
139-
<h2>
140-
<a name="interface"></a>The Boost.Python Indexing Interface
141-
</h2>
142-
<h3>
143-
<a name="indexing_suite"></a>indexing_suite
144-
</h3>
139+
140+
<h2> <a name="interface"></a>The Boost.Python Indexing Interface</h2>
141+
<h3> <a name="indexing_suite"></a>indexing_suite [ Header &lt;boost/python/indexing/indexing_suite.hpp&gt;
142+
]</h3>
145143
<p>
146144
The <tt>indexing_suite</tt> class is the base protocol class for the
147145
management of C++ containers intended to be integrated to Python. The
@@ -260,9 +258,8 @@ <h3>
260258
</dl>
261259
</dd>
262260
</dl>
263-
<h3>
264-
<a name="indexing_suite_subclasses"></a>indexing_suite sub-classes
265-
</h3>
261+
262+
<h3> <a name="indexing_suite_subclasses"></a>indexing_suite sub-classes</h3>
266263
<p>
267264
The <tt>indexing_suite</tt> is not meant to be used as is. A couple of
268265
policy functions must be supplied by subclasses of
@@ -271,10 +268,10 @@ <h3>
271268
In most cases, we can simply use the available predefined suites. In
272269
some cases, we can refine the predefined suites to suit our needs.
273270
</p>
274-
<h3>
275-
<a name="vector_indexing_suite"></a>vector_indexing_suite
276-
</h3>
277-
<p>
271+
272+
<h3> <a name="vector_indexing_suite"></a>vector_indexing_suite [ Header &lt;boost/python/indexing/vector_indexing_suite.hpp&gt;
273+
] </h3>
274+
<p>
278275
The <tt>vector_indexing_suite</tt> class is a predefined
279276
<tt>indexing_suite</tt> derived class designed to wrap
280277
<tt>std::vector</tt> (and <tt>std::vector</tt> like [i.e. a class with
@@ -339,8 +336,8 @@ <h3>
339336
<td>
340337
The container type to be wrapped to Python.
341338
</td>
342-
<td>
343-
&nbsp;
339+
<td>&nbsp;
340+
344341
</td>
345342
</tr>
346343
<tr>
@@ -354,8 +351,8 @@ <h3>
354351
Derived classes provide the policy hooks. See <a href=
355352
"#DerivedPolicies">DerivedPolicies</a> below.
356353
</td>
357-
<td>
358-
&nbsp;
354+
<td>&nbsp;
355+
359356
</td>
360357
</tr>
361358
<tr>
@@ -378,8 +375,8 @@ <h3>
378375
<td>
379376
<font color="#007F00"><tt>Element</tt></font>
380377
</td>
381-
<td>
382-
&nbsp;
378+
<td>&nbsp;
379+
383380
</td>
384381
<td>
385382
The container's element type.
@@ -392,8 +389,8 @@ <h3>
392389
<td>
393390
<font color="#007F00"><tt>Key</tt></font>
394391
</td>
395-
<td>
396-
&nbsp;
392+
<td>&nbsp;
393+
397394
</td>
398395
<td>
399396
The container's key type.
@@ -406,8 +403,8 @@ <h3>
406403
<td>
407404
<font color="#007F00"><tt>Index</tt></font>
408405
</td>
409-
<td>
410-
&nbsp;
406+
<td>&nbsp;
407+
411408
</td>
412409
<td>
413410
The container's index type.
@@ -555,8 +552,8 @@ <h3>
555552
<td>
556553
The container type to be wrapped to Python.
557554
</td>
558-
<td>
559-
&nbsp;
555+
<td>&nbsp;
556+
560557
</td>
561558
</tr>
562559
<tr>
@@ -590,8 +587,8 @@ <h3>
590587
<tt>indexing_suite</tt> class to call policy function of the most
591588
derived class
592589
</td>
593-
<td>
594-
&nbsp;
590+
<td>&nbsp;
591+
595592
</td>
596593
</tr>
597594
</table>

0 commit comments

Comments
 (0)