Skip to content

Commit 1018bc5

Browse files
committed
put newlines in the list of links
[SVN r20037]
1 parent f920dc8 commit 1018bc5

File tree

2 files changed

+36
-21
lines changed

2 files changed

+36
-21
lines changed

doc/internals.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<meta name="generator" content="Docutils 0.3.0: http://docutils.sourceforge.net/" />
7-
<title>Boost Python Internals</title>
8-
<meta name="copyright" content="Copyright Brett Calcott and David Abrahams 2003. All rights reserved." />
7+
<title>Boost.Python Internals Boost</title>
98
<link rel="stylesheet" href="../../../rst.css" type="text/css" />
109
</head>
1110
<body>
12-
<div class="document" id="boost-python-internals">
13-
<h1 class="title">Boost Python Internals</h1>
14-
<h2 class="subtitle" id="a-conversation-between-brett-calcott-and-david-abrahams">A conversation between Brett Calcott and David Abrahams</h2>
15-
<table class="docinfo" frame="void" rules="none">
16-
<col class="docinfo-name" />
17-
<col class="docinfo-content" />
11+
<div class="document" id="boost-python-internals-logo">
12+
<h1 class="title"><a class="reference" href="index.html">Boost.Python</a> Internals <a class="reference" href="../../../index.htm"><img alt="Boost" src="../../../c++boost.gif" /></a></h1>
13+
<div class="section" id="a-conversation-between-brett-calcott-and-david-abrahams">
14+
<h1><a name="a-conversation-between-brett-calcott-and-david-abrahams">A conversation between Brett Calcott and David Abrahams</a></h1>
15+
<table class="field-list" frame="void" rules="none">
16+
<col class="field-name" />
17+
<col class="field-body" />
1818
<tbody valign="top">
19-
<tr><th class="docinfo-name">Copyright:</th>
20-
<td>Copyright Brett Calcott and David Abrahams 2003. All
21-
rights reserved.</td></tr>
19+
<tr class="field"><th class="field-name">copyright:</th><td class="field-body">Copyright David Abrahams and Brett Calcott 2003. See
20+
accompanying <a class="reference" href="../../../LICENSE">license</a> for terms of use.</td>
21+
</tr>
2222
</tbody>
2323
</table>
2424
<p>In both of these cases, I'm quite capable of reading code - but the
@@ -118,10 +118,11 @@ <h2 class="subtitle" id="a-conversation-between-brett-calcott-and-david-abrahams
118118
info in the LLNL progress reports and the messages they link to.
119119
Also,</p>
120120
<blockquote>
121-
<a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-May/001023.html">http://mail.python.org/pipermail/c++-sig/2002-May/001023.html</a>
122-
<a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-December/003115.html">http://mail.python.org/pipermail/c++-sig/2002-December/003115.html</a>
123-
<a class="reference" href="http://aspn.activestate.com/ASPN/Mail/Message/1280898">http://aspn.activestate.com/ASPN/Mail/Message/1280898</a>
124-
<a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-July/001755.html">http://mail.python.org/pipermail/c++-sig/2002-July/001755.html</a></blockquote>
121+
<p><a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-May/001023.html">http://mail.python.org/pipermail/c++-sig/2002-May/001023.html</a></p>
122+
<p><a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-December/003115.html">http://mail.python.org/pipermail/c++-sig/2002-December/003115.html</a></p>
123+
<p><a class="reference" href="http://aspn.activestate.com/ASPN/Mail/Message/1280898">http://aspn.activestate.com/ASPN/Mail/Message/1280898</a></p>
124+
<p><a class="reference" href="http://mail.python.org/pipermail/c++-sig/2002-July/001755.html">http://mail.python.org/pipermail/c++-sig/2002-July/001755.html</a></p>
125+
</blockquote>
125126
<p>from c++ to python:</p>
126127
<blockquote>
127128
<p>It depends on the type and the call policies in use or, for
@@ -174,10 +175,11 @@ <h2 class="subtitle" id="a-conversation-between-brett-calcott-and-david-abrahams
174175
</blockquote>
175176
</blockquote>
176177
</div>
178+
</div>
177179
<hr class="footer"/>
178180
<div class="footer">
179181
<a class="reference" href="internals.rst">View document source</a>.
180-
Generated on: 2003-07-31 17:58 UTC.
182+
Generated on: 2003-09-12 14:51 UTC.
181183
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
182184
</div>
183185
</body>

doc/internals.rst

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
========================
2-
Boost Python Internals
3-
========================
1+
===================================
2+
Boost.Python_ Internals |(logo)|__
3+
===================================
4+
5+
.. |(logo)| image:: ../../../c++boost.gif
6+
:alt: Boost
7+
8+
__ ../../../index.htm
9+
10+
.. _`Boost.Python`: index.html
11+
12+
.. _license: ../../../LICENSE
13+
414

515
-------------------------------------------------------
616
A conversation between Brett Calcott and David Abrahams
717
-------------------------------------------------------
818

9-
:copyright: Copyright Brett Calcott and David Abrahams 2003. All
10-
rights reserved.
19+
:copyright: Copyright David Abrahams and Brett Calcott 2003. See
20+
accompanying license_ for terms of use.
1121

1222
In both of these cases, I'm quite capable of reading code - but the
1323
thing I don't get from scanning the source is a sense of the
@@ -107,8 +117,11 @@ Can you gesture in the general direction where these things are done?
107117
Also,
108118

109119
http://mail.python.org/pipermail/c++-sig/2002-May/001023.html
120+
110121
http://mail.python.org/pipermail/c++-sig/2002-December/003115.html
122+
111123
http://aspn.activestate.com/ASPN/Mail/Message/1280898
124+
112125
http://mail.python.org/pipermail/c++-sig/2002-July/001755.html
113126

114127
from c++ to python:

0 commit comments

Comments
 (0)