[pygccxml-commit] SF.net SVN: pygccxml: [841] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2007-01-03 21:19:45
|
Revision: 841 http://svn.sourceforge.net/pygccxml/?rev=841&view=rev Author: roman_yakovenko Date: 2007-01-03 13:19:39 -0800 (Wed, 03 Jan 2007) Log Message: ----------- small improvment Modified Paths: -------------- pyplusplus_dev/docs/bpl_lessons_learned/shared_ptr/pointer_holder.hpp.patch.rest pyplusplus_dev/docs/bpl_lessons_learned/www_configuration.py Added Paths: ----------- pyplusplus_dev/docs/tutorials.rest Modified: pyplusplus_dev/docs/bpl_lessons_learned/shared_ptr/pointer_holder.hpp.patch.rest =================================================================== --- pyplusplus_dev/docs/bpl_lessons_learned/shared_ptr/pointer_holder.hpp.patch.rest 2007-01-03 18:15:11 UTC (rev 840) +++ pyplusplus_dev/docs/bpl_lessons_learned/shared_ptr/pointer_holder.hpp.patch.rest 2007-01-03 21:19:39 UTC (rev 841) @@ -1,3 +1,7 @@ +Download: `pointer_holder.hpp.patch`_ + +.. _`pointer_holder.hpp.patch` : pointer_holder.hpp.patch + .. code-block:: :language: diff :source-file: ./pointer_holder.hpp.patch Modified: pyplusplus_dev/docs/bpl_lessons_learned/www_configuration.py =================================================================== --- pyplusplus_dev/docs/bpl_lessons_learned/www_configuration.py 2007-01-03 18:15:11 UTC (rev 840) +++ pyplusplus_dev/docs/bpl_lessons_learned/www_configuration.py 2007-01-03 21:19:39 UTC (rev 841) @@ -1,3 +1,3 @@ -name = 'Boost.Python - lessons learned' +name = 'Boost.Python - troubleshooting guide' main_html_file = 'lessons_learned.html' names = { 'lessons_learned' : 'Boost.Python - lessons learned' } Added: pyplusplus_dev/docs/tutorials.rest =================================================================== --- pyplusplus_dev/docs/tutorials.rest (rev 0) +++ pyplusplus_dev/docs/tutorials.rest 2007-01-03 21:19:39 UTC (rev 841) @@ -0,0 +1,7 @@ +.. raw:: html + + <head><meta http-equiv="refresh" content="0; URL=./documentation/tutorials/tutorials.html"/></head> + <body> + Automatic redirection failed, please go to + <a href="./documentation/tutorials/tutorials.html">./documentation/tutorials/tutorials.html</a> + </body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |