Revision: 777
http://svn.sourceforge.net/pygccxml/?rev=777&view=rev
Author: roman_yakovenko
Date: 2006-12-05 13:34:41 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
updating documentation
Modified Paths:
--------------
pyplusplus_dev/docs/pyplusplus.rest
Modified: pyplusplus_dev/docs/pyplusplus.rest
===================================================================
--- pyplusplus_dev/docs/pyplusplus.rest 2006-12-05 10:52:14 UTC (rev 776)
+++ pyplusplus_dev/docs/pyplusplus.rest 2006-12-05 21:34:41 UTC (rev 777)
@@ -7,14 +7,15 @@
-------------
What is Py++?
-------------
+Definition:
+ .. include:: ./definition.rest
-.. include:: ./definition.rest
-`Py++`_ is a powerful code generator that uses few different programming paradigms
-to help you to expose C++ declarations to Python. This code generator will not
-stand on your way. It will guide you through the whole process. It will raise
-warnings in the case you are doing something wrong with a link to the explanation.
-And the most important it will save your time - you will not have to update
-code generator script every time you change source code.
+`Py++`_ uses few different programming paradigms to help you to expose C++
+declarations to Python. This code generator will not stand on your way. It will
+guide you through the whole process. It will raise warnings in the case you are
+doing something wrong with a link to the explanation. And the most important it
+will save your time - you will not have to update code generator script every
+time source code is changed.
-----------------------
Code generation process
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|