Update of /cvsroot/pygccxml/source/pyplusplus/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6005/pyplusplus/docs
Modified Files:
download.rest pyplusplus.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: pyplusplus.rest
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/docs/pyplusplus.rest,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pyplusplus.rest 9 Apr 2006 05:17:14 -0000 1.8
--- pyplusplus.rest 20 Apr 2006 04:06:41 -0000 1.9
***************
*** 31,44 ****
---------------------
! `pyplusplus`_ does not reinvent the wheel. `pyplusplus`_ uses 'GCC C++ compiler`_
to parse C++ source files. To be more precision, the tool chain looks like this:
1. source code is passed to `GCC-XML`_
! 2. `GCC-XML`_ passes it to 'GCC C++ compiler`_
3. `GCC-XML`_ generates an XML description of a C++ program from GCC's internal
representation.
4. `pyplusplus`_ uses `pygccxml`_ package to read `GCC-XML`_ generated file.
! In short, you can be sure, that all your declarations are read correctly.
.. _`GCC C++ compiler` : http://www.gnu.org/software/gcc
--- 31,44 ----
---------------------
! `pyplusplus`_ does not reinvent the wheel. `pyplusplus`_ uses `GCC C++ compiler`_
to parse C++ source files. To be more precision, the tool chain looks like this:
1. source code is passed to `GCC-XML`_
! 2. `GCC-XML`_ passes it to `GCC C++ compiler`_
3. `GCC-XML`_ generates an XML description of a C++ program from GCC's internal
representation.
4. `pyplusplus`_ uses `pygccxml`_ package to read `GCC-XML`_ generated file.
! The bottom line - you can be sure, that all your declarations are read correctly.
.. _`GCC C++ compiler` : http://www.gnu.org/software/gcc
***************
*** 93,97 ****
classes could be configured in many ways to satisfy your needs. But sometimes
this is still not enough. There are use cases when you need full control over
! generated code. One of the bigest problems, with code generators in general, is
modifying generated code and preserving changes. How many code generators did
you use or know, that allow you to put your code any where or to reorder generated
--- 93,97 ----
classes could be configured in many ways to satisfy your needs. But sometimes
this is still not enough. There are use cases when you need full control over
! generated code. One of the biggest problems, with code generators in general, is
modifying generated code and preserving changes. How many code generators did
you use or know, that allow you to put your code any where or to reorder generated
***************
*** 174,178 ****
* write code into file if there were changes
! * user licence is written at the top of every file
* ...
--- 174,178 ----
* write code into file if there were changes
! * user license is written at the top of every file
* ...
Index: download.rest
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/docs/download.rest,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** download.rest 6 Apr 2006 06:15:59 -0000 1.2
--- download.rest 20 Apr 2006 04:06:41 -0000 1.3
***************
*** 19,30 ****
--------
! Please use `this`__ link to download `pyplusplus`_.
! __ https://sourceforge.net/project/showfiles.php?group_id=118209
----------
CVS access
----------
! Using `this`__ link you can get access to the latest source code.
! __ https://sourceforge.net/cvs/?group_id=118209
------------
--- 19,29 ----
--------
! https://sourceforge.net/project/showfiles.php?group_id=118209
----------
CVS access
----------
!
! https://sourceforge.net/cvs/?group_id=118209
------------
***************
*** 37,41 ****
| ``python setup.py install``
! After this command complete you should have installed `pyplusplus`_ package.
------------
--- 36,40 ----
| ``python setup.py install``
! After this command complete, you should have installed `pyplusplus`_ package.
------------
***************
*** 43,56 ****
------------
- * `Python`_
-
* `pygccxml`_
- * `GCC-XML`_
-
- * `boost.python`_
- * `Docutils`_ - only in case you want to create\\extend current documentation
-
.. _`pyplusplus` : ./pyplusplus.html
.. _`pygccxml` : ./../pygccxml/pygccxml.html
--- 42,48 ----
|