summaryrefslogtreecommitdiff
path: root/doc/source/tutorials
AgeCommit message (Collapse)AuthorFilesLines
2014-07-08doc/source/tutorials/apt-get.rst: Remove -s from --print-uris invocationJulian Andres Klode1-1/+1
This is not needed with APT 1.0 and does not work anymore. LP: #1308670 Reported-by: Sean Payne <sean.d.payne@gmail.com>
2011-05-27* doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225)Julian Andres Klode1-3/+3
- one typo [2to => 2to3], one broken link [pep8.py link]
2011-04-12doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)Julian Andres Klode1-1/+1
2010-05-19Big documentation update.Julian Andres Klode2-22/+28
2010-01-15fix typoJulian Andres Klode1-1/+1
2009-10-25Add a tutorial on how to do things which are possible with apt-get,Julian Andres Klode1-0/+45
like apt-get --print-uris update (cf. #551164).
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode3-0/+476
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.