[pygccxml-commit] SF.net SVN: pygccxml: [659] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-10-12 11:38:49
|
Revision: 659 http://svn.sourceforge.net/pygccxml/?rev=659&view=rev Author: roman_yakovenko Date: 2006-10-12 04:38:31 -0700 (Thu, 12 Oct 2006) Log Message: ----------- fixing broken links, reported by linkchekcer Modified Paths: -------------- developer_scripts/check_links.bat pyplusplus_dev/docs/comparisons/pyste.rest pyplusplus_dev/docs/documentation/best_practices.rest pyplusplus_dev/docs/examples/examples.rest pyplusplus_dev/docs/peps/peps_index.rest Modified: developer_scripts/check_links.bat =================================================================== --- developer_scripts/check_links.bat 2006-10-12 09:57:05 UTC (rev 658) +++ developer_scripts/check_links.bat 2006-10-12 11:38:31 UTC (rev 659) @@ -1 +1 @@ -e:\python24\python.exe e:\python24\Scripts\linkchecker ..\..\language-binding\production\www\index.html +E:\Python24\Scripts\linkchecker.bat ..\..\language-binding\production\www\index.html Modified: pyplusplus_dev/docs/comparisons/pyste.rest =================================================================== --- pyplusplus_dev/docs/comparisons/pyste.rest 2006-10-12 09:57:05 UTC (rev 658) +++ pyplusplus_dev/docs/comparisons/pyste.rest 2006-10-12 11:38:31 UTC (rev 659) @@ -424,7 +424,7 @@ thought about them, long before I created `Py++`_. But unfortunately, lack of time and motivation prevents him to work on `Pyste`_. -.. _`screenshot` : ./../tutorials/pyplusplus_demo.png +.. _`screenshot` : ./../documentation/tutorials/pyplusplus_demo.png .. _`Py++` : ./../pyplusplus.html .. _`pygccxml` : ./../../pygccxml/pygccxml.html .. _`Pyste`: http://www.boost.org/libs/python/doc/index.html Modified: pyplusplus_dev/docs/documentation/best_practices.rest =================================================================== --- pyplusplus_dev/docs/documentation/best_practices.rest 2006-10-12 09:57:05 UTC (rev 658) +++ pyplusplus_dev/docs/documentation/best_practices.rest 2006-10-12 11:38:31 UTC (rev 659) @@ -23,7 +23,7 @@ few hundred of header files. `Py++`_ was born to create `Python`_ bindings for such projects. If you take a look `here`__ you will find few such projects. -.. __ : ./../../pygccxml/quotes.html +.. __ : ./../../pyplusplus/quotes.html Tips ---- Modified: pyplusplus_dev/docs/examples/examples.rest =================================================================== --- pyplusplus_dev/docs/examples/examples.rest 2006-10-12 09:57:05 UTC (rev 658) +++ pyplusplus_dev/docs/examples/examples.rest 2006-10-12 11:38:31 UTC (rev 659) @@ -12,8 +12,8 @@ `Py++`_ has nice, small and simple `graphical interface`_. Please, read `tutorials`_ for more information. -.. _`graphical interface` : ./../tutorials/pyplusplus_demo.png -.. _`tutorials` : ./../tutorials/tutorials.html +.. _`graphical interface` : ./../documentation/tutorials/pyplusplus_gui.html +.. _`tutorials` : ./../documentation/tutorials/tutorials.html --------- pyeasybmp Modified: pyplusplus_dev/docs/peps/peps_index.rest =================================================================== --- pyplusplus_dev/docs/peps/peps_index.rest 2006-10-12 09:57:05 UTC (rev 658) +++ pyplusplus_dev/docs/peps/peps_index.rest 2006-10-12 11:38:31 UTC (rev 659) @@ -49,7 +49,7 @@ Not all functions could be exposed to Python as is. This `document`__ will explain how `Py++`_ will help users to create wrappers around those functions. -.. __ : ./call_wrapper_policies.html +.. __ : ./function_transformation.html ------------------------------------------ Domain Specific Language ( DSL ) challenge This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |