[pygccxml-commit] SF.net SVN: pygccxml:[1434] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2008-10-12 19:41:11
|
Revision: 1434
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1434&view=rev
Author: roman_yakovenko
Date: 2008-10-12 19:41:04 +0000 (Sun, 12 Oct 2008)
Log Message:
-----------
fix broken links
Modified Paths:
--------------
pyplusplus_dev/docs/documentation/ctypes/unions.rest
pyplusplus_dev/docs/documentation/how_to/best_practices.rest
pyplusplus_dev/docs/history/history.rest
Modified: pyplusplus_dev/docs/documentation/ctypes/unions.rest
===================================================================
--- pyplusplus_dev/docs/documentation/ctypes/unions.rest 2008-10-12 19:12:57 UTC (rev 1433)
+++ pyplusplus_dev/docs/documentation/ctypes/unions.rest 2008-10-12 19:41:04 UTC (rev 1434)
@@ -47,7 +47,7 @@
.. code-block:: Python
import ctypes
- from <your module> import data_t
+ from <<<your module>>> import data_t
#lets define our union
class actual_data_t( ctypes.Union ):
Modified: pyplusplus_dev/docs/documentation/how_to/best_practices.rest
===================================================================
--- pyplusplus_dev/docs/documentation/how_to/best_practices.rest 2008-10-12 19:12:57 UTC (rev 1433)
+++ pyplusplus_dev/docs/documentation/how_to/best_practices.rest 2008-10-12 19:41:04 UTC (rev 1434)
@@ -169,7 +169,7 @@
the whole project.
-.. _`Py++` : ./../pyplusplus.html
+.. _`Py++` : ./../../pyplusplus.html
.. _`pygccxml` : ./../../../pygccxml/pygccxml.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
Modified: pyplusplus_dev/docs/history/history.rest
===================================================================
--- pyplusplus_dev/docs/history/history.rest 2008-10-12 19:12:57 UTC (rev 1433)
+++ pyplusplus_dev/docs/history/history.rest 2008-10-12 19:41:04 UTC (rev 1434)
@@ -302,7 +302,7 @@
5. Support for opaque types was added. Read more about this feature `here`__.
-.. __ : ../documentation/functions/call_policies.html#special-case
+.. __ : ../documentation/functions/call_policies/call_policies.html#special-case
6. It is possible to configure "Py++" to generate faster ( compilation time )
code for indexing suite version 2. See API documentation.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|