summaryrefslogtreecommitdiff
path: root/doc/source/apt_inst.rst
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-122/+0
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.
2009-04-15* Upload as 0.7.90 to experimentalJulian Andres Klode1-5/+5
This is the first pre-release of python-apt 0.8. It is completely backward compatible (even on Python 3), API changes will appear in 0.7.91.
2009-04-13* doc: Documentation updatesJulian Andres Klode1-7/+33
Extended the documentation, renamed 'Coding for python-apt' to 'Contributing to python-apt' and other stuff.
2009-01-11doc/source/**.rst: rst Style changes.Julian Andres Klode1-21/+17
This changes our style to match the Python documentation.
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode1-0/+100
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].