summaryrefslogtreecommitdiff
path: root/doc/source/coding.rst
AgeCommit message (Collapse)AuthorFilesLines
2009-04-13* doc: Documentation updatesJulian Andres Klode1-168/+0
Extended the documentation, renamed 'Coding for python-apt' to 'Contributing to python-apt' and other stuff.
2009-01-12doc/source/coding.rst: New python coding guidelinesJulian Andres Klode1-10/+22
The exception for mixedCase names is now only granted for modules introduced prior to version 0.7.9 and changes thereto. Modules which are listed as deprecated in the documentation of Python 2.6 should be avoided. has_key() may only be used on TagSection objects.
2009-01-09* doc/source/coding.rst: Add the jak branchJulian Andres Klode1-0/+7
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode1-0/+149
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].