2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

links to newly generated tutorial sections

[SVN r20934]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-11-24 05:53:13 +00:00
parent bc92a7d155
commit dd7a24ebce

View File

@@ -649,15 +649,15 @@ void b_insert(B& b, std::auto_ptr<A> a)
<h2><a name="slow_compilation">Compilation takes too much time and eats too
much memory! What can I do to make it faster?</a></h2>
<p>
Please refer to the <a href="../tutorial/doc/quickstart.txt">Techniques</a>
section in the tutorial.
Please refer to the <a href="../tutorial/doc/reducing_compiling_time.html"
>Reducing Compiling Time</a> section in the tutorial.
</p>
<hr>
<h2><a name="packages">How do I create sub-packages using Boost.Python?</a></h2>
<p>
Please refer to the <a href="../tutorial/doc/quickstart.txt">Techniques</a>
section in the tutorial.
Please refer to the <a href="../tutorial/doc/creating_packages.html"
>Creating Packages</a> section in the tutorial.
</p>
<hr>