From f8d09913d02bd62133bdb8e53a7abe9d4912c5d9 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 20 Jan 2011 20:14:28 +0000 Subject: [PATCH] Bug 637346: A small python doc enhancement, basically mentioning the wiki-page Patch by Christoph Holtermann. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20127 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/doc/python-bindings-doxygen.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/doc/python-bindings-doxygen.py b/src/doc/python-bindings-doxygen.py index 277c77e2c6..53774b6c4b 100644 --- a/src/doc/python-bindings-doxygen.py +++ b/src/doc/python-bindings-doxygen.py @@ -126,10 +126,10 @@ # # @section pydoc (Further) documentation # -# The documentation you just read uses doxygen. It collects documentation in GnuCash's sources. Besides that there is -# the classic python-documentation using help() and docstrings. Have a look at both. -# You may also have a look into the archives of gnucash-devel@gnucash.org. On Bugzilla there is also some interesting -# talk regarding the development process. Then you can use the abilitys of svn to see the history of the code by -# "svn log" done in the directory of the python-bindings. +# @li The documentation you just read uses doxygen. It collects documentation in GnuCash's sources. Besides that there is +# @li the classic python-documentation using help() and docstrings. Have a look at both. +# @li There is a page in the GnuCash wiki at http://wiki.gnucash.org/wiki/Python +# @li You may also have a look into the archives of gnucash-devel@gnucash.org. +# @li On Bugzilla there is also some interesting talk regarding the development process. +# @li Then you can use the abilitys of svn to see the history of the code by @code svn log @endcode done in the directory of the python-bindings. # -