[pygccxml-commit] SF.net SVN: pygccxml:[1644] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2009-01-30 22:51:50
|
Revision: 1644
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1644&view=rev
Author: roman_yakovenko
Date: 2009-01-30 21:33:48 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
sphinx
Modified Paths:
--------------
pyplusplus_dev/docs/comparisons/compare_to.rest
pyplusplus_dev/docs/examples/examples.rest
pyplusplus_dev/docs/peps/peps_index.rest
pyplusplus_dev/docs/pyplusplus.rest
pyplusplus_dev/docs/troubleshooting_guide/lessons_learned.rest
Added Paths:
-----------
pyplusplus_dev/docs/peps/dsl_challenge_introduction.irest
Removed Paths:
-------------
pygccxml_dev/docs/www_configuration.py
pyplusplus_dev/docs/peps/dsl_challenge_introduction.rest
Deleted: pygccxml_dev/docs/www_configuration.py
===================================================================
--- pygccxml_dev/docs/www_configuration.py 2009-01-30 20:34:42 UTC (rev 1643)
+++ pygccxml_dev/docs/www_configuration.py 2009-01-30 21:33:48 UTC (rev 1644)
@@ -1,4 +0,0 @@
-name = 'pygccxml'
-files_to_skip = ['definition.rest']
-names = { 'query_interface' : 'query interface'
- , 'upgrade_issues' : 'gccxml 0.7 => 0.9 upgrade issues' }
Modified: pyplusplus_dev/docs/comparisons/compare_to.rest
===================================================================
--- pyplusplus_dev/docs/comparisons/compare_to.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/comparisons/compare_to.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -2,8 +2,6 @@
Compare Py++ to ...
===================
-.. contents:: Table of contents
-
-----
Pyste
-----
@@ -63,5 +61,11 @@
.. _`Python Wrapper Tools: A Performance Study` : http://people.web.psi.ch/geus/talks/europython2004_geus.pdf
+
+.. toctree::
+
+ pyste.rest
+
+
.. _`Py++` : ./../pyplusplus.html
.. _`Pyste`: http://www.boost.org/libs/python/doc/index.html
Modified: pyplusplus_dev/docs/examples/examples.rest
===================================================================
--- pyplusplus_dev/docs/examples/examples.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/examples/examples.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -1,9 +1,6 @@
========
Examples
========
-
-.. contents:: Table of contents
-
-------------------
Graphical interface
-------------------
@@ -44,6 +41,12 @@
.. _`pyboost` : ./boost/boost.html
+
+.. toctree::
+
+ boost/boost.rest
+ easybmp/easybmp.rest
+
.. _`boost.date_time` : http://boost.org/doc/html/date_time.html
.. _`boost.crc` : http://boost.org/libs/crc/index.html
.. _`boost.rational` : http://boost.org/libs/rational/index.html
Copied: pyplusplus_dev/docs/peps/dsl_challenge_introduction.irest (from rev 1638, pyplusplus_dev/docs/peps/dsl_challenge_introduction.rest)
===================================================================
--- pyplusplus_dev/docs/peps/dsl_challenge_introduction.irest (rev 0)
+++ pyplusplus_dev/docs/peps/dsl_challenge_introduction.irest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -0,0 +1,11 @@
+
+More or less formal definition of DSL could be found `here`__.
+
+.. __ : http://en.wikipedia.org/wiki/Domain_Specific_Language
+
+`Py++`_ has been created to solve single and well-defined problem: to create
+Python bindings for C++ projects. The good news - `Py++`_ achieved the goal,
+the bad news - users are forced to read the documentation. DSL cannot completely
+solve the problem, but it can eliminate the need to read documentation in 80% of
+the cases.
+
Property changes on: pyplusplus_dev/docs/peps/dsl_challenge_introduction.irest
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: pyplusplus_dev/docs/peps/dsl_challenge_introduction.rest
===================================================================
--- pyplusplus_dev/docs/peps/dsl_challenge_introduction.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/peps/dsl_challenge_introduction.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -1,11 +0,0 @@
-
-More or less formal definition of DSL could be found `here`__.
-
-.. __ : http://en.wikipedia.org/wiki/Domain_Specific_Language
-
-`Py++`_ has been created to solve single and well-defined problem: to create
-Python bindings for C++ projects. The good news - `Py++`_ achieved the goal,
-the bad news - users are forced to read the documentation. DSL cannot completely
-solve the problem, but it can eliminate the need to read documentation in 80% of
-the cases.
-
Modified: pyplusplus_dev/docs/peps/peps_index.rest
===================================================================
--- pyplusplus_dev/docs/peps/peps_index.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/peps/peps_index.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -2,8 +2,6 @@
TODO
====
-.. contents:: Table of contents
-
-----------
Description
-----------
@@ -24,6 +22,10 @@
.. _`DSL challenge` : ./dsl_challenge.html
+.. toctree::
+
+ dsl_challenge.rest
+
.. _`Py++` : ./../pyplusplus.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
.. _`Python`: http://www.python.org
Modified: pyplusplus_dev/docs/pyplusplus.rest
===================================================================
--- pyplusplus_dev/docs/pyplusplus.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/pyplusplus.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -2,8 +2,6 @@
Py++ introduction
=================
-.. contents:: Table of contents
-
-------------
What is Py++?
-------------
@@ -169,6 +167,21 @@
`Boost Software License`_.
+
+.. toctree::
+
+ tutorials.rest
+ download.rest
+ links.rest
+ quotes.rest
+ comparisons/compare_to.rest
+ documentation/index.rest
+ examples/examples.rest
+ history/history.rest
+ peps/peps_index.rest
+ troubleshooting_guide/lessons_learned.rest
+
+
.. _`Py++` : ./pyplusplus.html
.. _`pygccxml` : ./../pygccxml/pygccxml.html
.. _`Boost.Python`: http://www.boost.org/libs/python/doc/index.html
Modified: pyplusplus_dev/docs/troubleshooting_guide/lessons_learned.rest
===================================================================
--- pyplusplus_dev/docs/troubleshooting_guide/lessons_learned.rest 2009-01-30 20:34:42 UTC (rev 1643)
+++ pyplusplus_dev/docs/troubleshooting_guide/lessons_learned.rest 2009-01-30 21:33:48 UTC (rev 1644)
@@ -2,8 +2,6 @@
Boost.Python - lessons learned
==============================
-.. contents:: Table of contents
-
--------
Preamble
--------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|