Skip to content

Commit c6e658c

Browse files
author
Aleksey Gurtovoy
committed
merge RC_1_32_0 fixes
[SVN r26333]
1 parent b77dcf4 commit c6e658c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyste/doc/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
parse all the headers and extract the necessary information to automatically
3434
generate C++ code.</p>
3535
<a name="example"></a><h2>Example</h2><p>
36-
Let's borrow the class <tt>World</tt> from the <a href="../../doc/tutorial/doc/exposing_classes.html">
36+
Let's borrow the class <tt>World</tt> from the <a href="../../doc/tutorial/doc/html/python/exposing.html">
3737
tutorial</a>: </p>
3838
<code><pre>
3939
<span class=keyword>struct </span><span class=identifier>World

pyste/doc/policies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
member functions, attributes, and so on, one thing that it can't do is to
3030
guess the semantics of functions that return pointers or references. In this
3131
case, the user must manually specify the policy. Policies are explained in the
32-
<a href="../../doc/tutorial/doc/call_policies.html">
32+
<a href="../../doc/tutorial/doc/html/python/functions.html#python.call_policies">
3333
tutorial</a>.</p>
3434
<p>
3535
The policies in Pyste are named exactly as in <a href="../../index.html">

pyste/doc/running_pyste.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<code><pre>&gt;python pyste.py --module=mymodule file.pyste file2.pyste ...</pre></code><p>
117117
will generate a file <tt>mymodule.cpp</tt> in the same dir where the command was
118118
executed. Now you can compile the file using the same instructions of the
119-
<a href="../../doc/tutorial/doc/building_hello_world.html">
119+
<a href="../../doc/tutorial/doc/html/python/hello.html">
120120
tutorial</a>. </p>
121121
<a name="wait____how_do_i_set_those_i_and_d_flags_"></a><h2>Wait... how do I set those I and D flags?</h2><p>
122122
Don't worry: normally <a href="http://www.gccxml.org">

pyste/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Generated by the Spirit (http://spirit.sf.net) QuickDoc -->
44
<title>Pyste Documentation</title>
55
<link rel="stylesheet" href="doc/theme/style.css" type="text/css">
6-
<link rel="next" href="introduction.html">
6+
<link rel="next" href="doc/introduction.html">
77
</head>
88
<body>
99
<table width="100%" height="48" border="0" cellspacing="2">

0 commit comments

Comments
 (0)