Revision: 1634
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1634&view=rev
Author: roman_yakovenko
Date: 2009-01-29 05:52:46 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
sphinx related changes
Modified Paths:
--------------
pygccxml_dev/docs/example/example.hpp.rest
pygccxml_dev/docs/example/example.hpp.xml.rest
pygccxml_dev/docs/example/example.py.rest
pygccxml_dev/docs/example/output.txt.rest
pyplusplus_dev/docs/documentation/tutorials/module_builder/generate_code.py.rest
pyplusplus_dev/docs/documentation/tutorials/module_builder/generated.cpp.rest
pyplusplus_dev/docs/documentation/tutorials/module_builder/hello_world.hpp.rest
pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/custom_rvalue.cpp.rest
pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/sconstruct.rest
pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/test.py.rest
pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples.hpp.rest
pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples_tester.cpp.rest
pyplusplus_dev/docs/troubleshooting_guide/exceptions/exceptions.cpp.rest
pyplusplus_dev/docs/troubleshooting_guide/exceptions/sconstruct.rest
pyplusplus_dev/docs/troubleshooting_guide/exceptions/test.py.rest
pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/pointer_holder.hpp.patch.rest
pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/sconstruct.rest
pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/solution.cpp.rest
pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/test.py.rest
pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/bindings.cpp.rest
pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/classes.hpp.rest
pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/sconstruct.rest
pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/smart_ptr.h.rest
pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/test.py.rest
Modified: pygccxml_dev/docs/example/example.hpp.rest
===================================================================
--- pygccxml_dev/docs/example/example.hpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pygccxml_dev/docs/example/example.hpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./example.hpp
+.. literalinclude:: ./example.hpp
+ :language: c++
Modified: pygccxml_dev/docs/example/example.hpp.xml.rest
===================================================================
--- pygccxml_dev/docs/example/example.hpp.xml.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pygccxml_dev/docs/example/example.hpp.xml.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: XML
- :source-file: ./example.hpp.xml
+.. literalinclude:: ./example.hpp.xml
+ :language: xml
Modified: pygccxml_dev/docs/example/example.py.rest
===================================================================
--- pygccxml_dev/docs/example/example.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pygccxml_dev/docs/example/example.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./example.py
+.. literalinclude:: ./example.py
+ :language: python
\ No newline at end of file
Modified: pygccxml_dev/docs/example/output.txt.rest
===================================================================
--- pygccxml_dev/docs/example/output.txt.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pygccxml_dev/docs/example/output.txt.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
+.. literalinclude:: ./output.txt
:language: text
- :source-file: ./output.txt
Modified: pyplusplus_dev/docs/documentation/tutorials/module_builder/generate_code.py.rest
===================================================================
--- pyplusplus_dev/docs/documentation/tutorials/module_builder/generate_code.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/documentation/tutorials/module_builder/generate_code.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./generate_code.py
+.. literalinclude:: ./generate_code.py
+ :language: python
Modified: pyplusplus_dev/docs/documentation/tutorials/module_builder/generated.cpp.rest
===================================================================
--- pyplusplus_dev/docs/documentation/tutorials/module_builder/generated.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/documentation/tutorials/module_builder/generated.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./generated.cpp
+.. literalinclude:: ./generated.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/documentation/tutorials/module_builder/hello_world.hpp.rest
===================================================================
--- pyplusplus_dev/docs/documentation/tutorials/module_builder/hello_world.hpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/documentation/tutorials/module_builder/hello_world.hpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./hello_world.hpp
+.. literalinclude:: ./hello_world.hpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/custom_rvalue.cpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/custom_rvalue.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/custom_rvalue.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./custom_rvalue.cpp
+.. literalinclude:: ./custom_rvalue.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/sconstruct.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/sconstruct.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/sconstruct.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./sconstruct
+.. literalinclude:: ./sconstruct
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/test.py.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/test.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/test.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./test.py
+.. literalinclude:: ./test.py
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples.hpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples.hpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples.hpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./tuples.hpp
+.. literalinclude:: ./tuples.hpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples_tester.cpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples_tester.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/automatic_conversion/tuples_tester.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./tuples_tester.cpp
+.. literalinclude:: ./tuples_tester.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/exceptions/exceptions.cpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/exceptions/exceptions.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/exceptions/exceptions.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./exceptions.cpp
+.. literalinclude:: ./exceptions.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/exceptions/sconstruct.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/exceptions/sconstruct.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/exceptions/sconstruct.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./sconstruct
+.. literalinclude:: ./sconstruct
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/exceptions/test.py.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/exceptions/test.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/exceptions/test.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./test.py
+.. literalinclude:: ./test.py
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/pointer_holder.hpp.patch.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/pointer_holder.hpp.patch.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/pointer_holder.hpp.patch.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -2,6 +2,5 @@
.. _`pointer_holder.hpp.patch` : pointer_holder.hpp.patch
-.. code-block::
+.. literalinclude:: ./pointer_holder.hpp.patch
:language: diff
- :source-file: ./pointer_holder.hpp.patch
Modified: pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/sconstruct.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/sconstruct.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/sconstruct.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./sconstruct
+.. literalinclude:: ./sconstruct
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/solution.cpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/solution.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/solution.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./solution.cpp
+.. literalinclude:: ./solution.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/test.py.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/test.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/shared_ptr/test.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./test.py
+.. literalinclude:: ./test.py
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/bindings.cpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/bindings.cpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/bindings.cpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./bindings.cpp
+.. literalinclude:: ./bindings.cpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/classes.hpp.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/classes.hpp.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/classes.hpp.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./classes.hpp
+.. literalinclude:: ./classes.hpp
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/sconstruct.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/sconstruct.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/sconstruct.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./sconstruct
+.. literalinclude:: ./sconstruct
+ :language: python
Modified: pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/smart_ptr.h.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/smart_ptr.h.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/smart_ptr.h.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: C++
- :source-file: ./smart_ptr.h
+.. literalinclude:: ./smart_ptr.h
+ :language: c++
Modified: pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/test.py.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/test.py.rest 2009-01-28 20:08:58 UTC (rev 1633)
+++ pyplusplus_dev/docs/troubleshooting_guide/smart_ptrs/test.py.rest 2009-01-29 05:52:46 UTC (rev 1634)
@@ -1,3 +1,2 @@
-.. code-block::
- :language: Python
- :source-file: ./test.py
+.. literalinclude:: ./test.py
+ :language: python
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|