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
This commit is contained in:
Christian Stimming 2011-01-20 20:14:28 +00:00
parent 0dee9da11b
commit f8d09913d0

View File

@ -126,10 +126,10 @@
# #
# @section pydoc (Further) documentation # @section pydoc (Further) documentation
# #
# The documentation you just read uses doxygen. It collects documentation in GnuCash's sources. Besides that there is # @li 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. # @li 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 # @li There is a page in the GnuCash wiki at http://wiki.gnucash.org/wiki/Python
# talk regarding the development process. Then you can use the abilitys of svn to see the history of the code by # @li You may also have a look into the archives of gnucash-devel@gnucash.org.
# "svn log" done in the directory of the python-bindings. # @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.
# #