Revision: 1020
http://svn.sourceforge.net/pygccxml/?rev=1020&view=rev
Author: roman_yakovenko
Date: 2007-04-24 22:41:44 -0700 (Tue, 24 Apr 2007)
Log Message:
-----------
fixing broken links
Modified Paths:
--------------
developer_scripts/check_links.bat
pyplusplus_dev/docs/comparisons/pyste.rest
pyplusplus_dev/docs/documentation/functions/call_policies.rest
pyplusplus_dev/docs/documentation/functions/default_args.rest
pyplusplus_dev/docs/documentation/functions/functions.rest
pyplusplus_dev/docs/documentation/functions/overloading.rest
pyplusplus_dev/docs/documentation/functions/registration_order.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/built_in.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/inout.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/input.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_c_buffer.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_static_array.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/modify_type.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/output.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/output_static_array.rest
pyplusplus_dev/docs/documentation/functions/transformation/built_in/transfer_ownership.rest
pyplusplus_dev/docs/documentation/functions/transformation/custom/custom.rest
pyplusplus_dev/docs/documentation/functions/transformation/name_mangling.rest
pyplusplus_dev/docs/documentation/functions/transformation/terminology.rest
pyplusplus_dev/docs/documentation/functions/transformation/transformation.rest
pyplusplus_dev/docs/documentation/index.rest
Modified: developer_scripts/check_links.bat
===================================================================
--- developer_scripts/check_links.bat 2007-04-25 05:15:33 UTC (rev 1019)
+++ developer_scripts/check_links.bat 2007-04-25 05:41:44 UTC (rev 1020)
@@ -1 +1,3 @@
-E:\Python24\Scripts\linkchecker.bat ..\..\language-binding\production\www\index.html
+cd D:\dev\language-binding\production\www\
+E:\Python25\Scripts\linkchecker.bat index.html
+
Modified: pyplusplus_dev/docs/comparisons/pyste.rest
===================================================================
--- pyplusplus_dev/docs/comparisons/pyste.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/comparisons/pyste.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -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` : ./../documentation/tutorials/pyplusplus_demo.png
+.. _`screenshot` : ./../documentation/tutorials/pyplusplus_gui.html
.. _`Py++` : ./../pyplusplus.html
.. _`pygccxml` : ./../../pygccxml/pygccxml.html
.. _`Pyste`: http://www.boost.org/libs/python/doc/index.html
Modified: pyplusplus_dev/docs/documentation/functions/call_policies.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/call_policies.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/call_policies.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -548,7 +548,7 @@
.. _`ResultConverterGenerator` : http://boost.org/libs/python/doc/v2/ResultConverter.html#ResultConverterGenerator-concept
.. _`CallPolicies` : http://www.boost.org/libs/python/doc/v2/CallPolicies.html#CallPolicies-concept
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/default_args.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/default_args.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/default_args.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -142,7 +142,7 @@
I am sure we will be able to help you.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/functions.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/functions.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/functions.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -13,7 +13,7 @@
to export your functions, using desired `Boost.Python`_ functionality.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/overloading.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/overloading.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/overloading.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -167,7 +167,7 @@
.. _`default arguments` : ./default_args.html
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/registration_order.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/registration_order.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/registration_order.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -144,7 +144,7 @@
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/built_in.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/built_in.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/built_in.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -45,7 +45,7 @@
value. `Py++`_ handles pretty well such use cases.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/inout.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/inout.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/inout.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -61,7 +61,7 @@
bp::def( "hello_world", &hello_world_a3478182294a057b61508c30b1361318 );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/input.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/input.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/input.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -54,7 +54,7 @@
bp::def( "hello_world", &hello_world_a3478182294a057b61508c30b1361318 );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_c_buffer.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_c_buffer.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_c_buffer.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -68,7 +68,7 @@
, ( bp::arg("inst"), bp::arg("buffer") ) );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_static_array.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_static_array.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/input_static_array.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -71,7 +71,7 @@
.def_readwrite( "z", &ft::vector3::z );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/modify_type.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/modify_type.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/modify_type.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -65,7 +65,7 @@
bp::def( "hello_world", &hello_world_a3478182294a057b61508c30b1361318 );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/output.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/output.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/output.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -59,7 +59,7 @@
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/output_static_array.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/output_static_array.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/output_static_array.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -71,7 +71,7 @@
.def_readwrite( "z", &ft::vector3::z );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/built_in/transfer_ownership.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/built_in/transfer_ownership.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/built_in/transfer_ownership.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -64,7 +64,7 @@
bp::def( "do_smth", &do_smth_4cf7cde5fca92efcdb8519f8c1a4bccd, ( bp::arg("r") ) );
}
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/custom/custom.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/custom/custom.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/custom/custom.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -26,7 +26,7 @@
.. _`built-in transformers` : ../built_in/built_in.html
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/name_mangling.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/name_mangling.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/name_mangling.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -79,7 +79,7 @@
2. If you forgot to give an alias to a function, your users will still be able
to call the function. So no need to rush and create new release.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/terminology.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/terminology.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/terminology.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -31,7 +31,7 @@
Name under which `Python`_ users see the exposed function
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/functions/transformation/transformation.rest
===================================================================
--- pyplusplus_dev/docs/documentation/functions/transformation/transformation.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/functions/transformation/transformation.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -78,7 +78,7 @@
A thanks goes to Matthias Baas for his efforts and hard work. He did a research,
implemented the initial working version and wrote a lot of documentation.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
.. _`GCC-XML`: http://www.gccxml.org
Modified: pyplusplus_dev/docs/documentation/index.rest
===================================================================
--- pyplusplus_dev/docs/documentation/index.rest 2007-04-25 05:15:33 UTC (rev 1019)
+++ pyplusplus_dev/docs/documentation/index.rest 2007-04-25 05:41:44 UTC (rev 1020)
@@ -63,7 +63,7 @@
* `functions & operators`_ - contains a complete guide to exposing functions and
operators, including "call policies" and description of different caveats
-.. _`functions & operators` : ../functions/functions.html
+.. _`functions & operators` : ./functions/functions.html
* `hints`_ - describes few techniques, which will help you with exposing template
instantiations
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|