[pygccxml-commit] SF.net SVN: pygccxml: [170] pygccxml_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-05-28 07:40:28
|
Revision: 170 Author: roman_yakovenko Date: 2006-05-28 00:40:14 -0700 (Sun, 28 May 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=170&view=rev Log Message: ----------- fixing broken links within documentation Modified Paths: -------------- pygccxml_dev/docs/pygccxml.rest pyplusplus_dev/docs/comparisons/pyste.rest pyplusplus_dev/docs/examples/examples.rest Modified: pygccxml_dev/docs/pygccxml.rest =================================================================== --- pygccxml_dev/docs/pygccxml.rest 2006-05-28 07:08:12 UTC (rev 169) +++ pygccxml_dev/docs/pygccxml.rest 2006-05-28 07:40:14 UTC (rev 170) @@ -87,7 +87,7 @@ `pygccxml`_ provides simple and powerful API to query declarations tree. I will try to give small example, that will prove my point. If you want to know more -about provided API please read `query api`__ document or API documentation. +about provided API please read `query interface`__ document or API documentation. Examples: :: @@ -107,7 +107,7 @@ function has two arguments second argument type is int -.. __: ./query_api.html +.. __: ./query_interface.html ------- License Modified: pyplusplus_dev/docs/comparisons/pyste.rest =================================================================== --- pyplusplus_dev/docs/comparisons/pyste.rest 2006-05-28 07:08:12 UTC (rev 169) +++ pyplusplus_dev/docs/comparisons/pyste.rest 2006-05-28 07:40:14 UTC (rev 170) @@ -415,7 +415,7 @@ thought about them, long before I created `pyplusplus`_. But unfortunately, lack of time and motivation prevents him to work on `Pyste`_. -.. _`screenshot` : ./../pyplusplus_demo.png +.. _`screenshot` : ./../tutorials/pyplusplus_demo.png .. _`pyplusplus` : ./../pyplusplus.html .. _`pygccxml` : ./../../pygccxml/pygccxml.html .. _`Pyste`: http://www.boost.org/libs/python/doc/index.html Modified: pyplusplus_dev/docs/examples/examples.rest =================================================================== --- pyplusplus_dev/docs/examples/examples.rest 2006-05-28 07:08:12 UTC (rev 169) +++ pyplusplus_dev/docs/examples/examples.rest 2006-05-28 07:40:14 UTC (rev 170) @@ -21,7 +21,7 @@ needed to work with Windows bitmap (BMP) image files. I took me only few minutes to create Python bindings for the library. Read more `here`__. - __ : ./easybmp/easybmp.html +.. __ : ./easybmp/easybmp.html --------------- boost.date_time This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |