[pygccxml-commit] source/pyplusplus/docs/examples examples.rest,1.5,1.6
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-20 04:07:15
|
Update of /cvsroot/pygccxml/source/pyplusplus/docs/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pyplusplus/docs/examples Modified Files: examples.rest Log Message: I was ill and did not have my TortoiseCVS :-). This commit contains documentation changes only. Those changes had been done for latest release version. Index: examples.rest =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/docs/examples/examples.rest,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** examples.rest 9 Apr 2006 05:17:14 -0000 1.5 --- examples.rest 20 Apr 2006 04:06:42 -0000 1.6 *************** *** 5,28 **** .. contents:: Table of contents ! -------------- ! pyplusplus GUI ! -------------- ! ! The best example of generated code, that `pyplusplus`_ could provide is a ! creating `boost.python`_ bindings from your code. It is possible. `pyplusplus`_ ! has nice standalone `GUI`_. I hope, it will help you to evaluate `pyplusplus`_. ! Standalone executable exists for next platforms: ! ! * Debian 3.1 with Python 2.3 ! ! * Windows XP with Python 2.4 ! I am almost sure you can run it on an other distributions and with installed ! different Python version, but I did not test it. In order to get it you have ! to download `pyplusplus`_ package. ! That is not all. `pyplusplus`_ `GUI`_ contains small wizard, that will create ! for you, initial `pyplusplus`_ code. Try this option and you will not be ! disappointed. ------- --- 5,16 ---- .. contents:: Table of contents ! ------------------- ! Graphical interface ! ------------------- ! `pyplusplus`_ has nice, small and simple graphical interface. Please, read ! `tutorials`_ for more information. ! .. _`tutorials` : ./../tutorials/tutorials.html ------- *************** *** 41,49 **** I thought that running unit tests is not enough. I wanted to check `pyplusplus`_ ! on big and complex projects. Also I wanted to check, whether it realy simple to create fully working Python bindings for such projects. The short answer it is not. The long answer is `here`__. ! __ : ./date_time/date_time.html .. _`GUI`: ./../tutorials/pyplusplus_demo.png --- 29,37 ---- I thought that running unit tests is not enough. I wanted to check `pyplusplus`_ ! on big and complex projects. Also I wanted to check, whether it really simple to create fully working Python bindings for such projects. The short answer it is not. The long answer is `here`__. ! .. __ : ./date_time/date_time.html .. _`GUI`: ./../tutorials/pyplusplus_demo.png |