Revision: 66
Author: roman_yakovenko
Date: 2006-05-08 00:13:21 -0700 (Mon, 08 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=66&view=rev
Log Message:
-----------
fixing links
Modified Paths:
--------------
pyplusplus_dev/docs/tutorials/module_builder/module_builder.rest
Modified: pyplusplus_dev/docs/tutorials/module_builder/module_builder.rest
===================================================================
--- pyplusplus_dev/docs/tutorials/module_builder/module_builder.rest 2006-05-08 07:00:13 UTC (rev 65)
+++ pyplusplus_dev/docs/tutorials/module_builder/module_builder.rest 2006-05-08 07:13:21 UTC (rev 66)
@@ -8,7 +8,7 @@
What is pyplusplus?
-------------------
-.. include:: ./../definition.rest
+.. include:: ./../../definition.rest
--------
Preamble
@@ -22,8 +22,8 @@
* `generate_code.py`_ - Python code, that uses `pyplusplus`_ to export
declarations from the source file
-.. _`hello_world.hpp` : ./module_builder_hello_world.html
-.. _`generate_code.py` : ./module_builder_generate_code.html
+.. _`hello_world.hpp` : ./hello_world.html
+.. _`generate_code.py` : ./generate_code.html
----------------
module_builder_t
@@ -146,13 +146,13 @@
`View generated file`_
-.. _`View generated file` : ./module_builder_hello_world_result.html
+.. _`View generated file` : ./result.html
That's all. I hope you enjoyed.
-.. _`pyplusplus` : ./../pyplusplus.html
-.. _`pygccxml` : ./../../pygccxml/pygccxml.html
+.. _`pyplusplus` : ./../../pyplusplus.html
+.. _`pygccxml` : ./../../../pygccxml/pygccxml.html
.. _`boost.python`: http://www.boost.org/libs/python/doc/index.html
.. _`SourceForge`: http://sourceforge.net/index.php
.. _`Python`: http://www.python.org
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|