Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-08 | doc/source/tutorials/apt-get.rst: Remove -s from --print-uris invocation | Julian Andres Klode | 1 | -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 Klode | 1 | -3/+3 | |
- one typo [2to => 2to3], one broken link [pep8.py link] | |||||
2011-04-12 | doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914) | Julian Andres Klode | 1 | -1/+1 | |
2010-05-19 | Big documentation update. | Julian Andres Klode | 2 | -22/+28 | |
2010-01-15 | fix typo | Julian Andres Klode | 1 | -1/+1 | |
2009-10-25 | Add a tutorial on how to do things which are possible with apt-get, | Julian Andres Klode | 1 | -0/+45 | |
like apt-get --print-uris update (cf. #551164). | |||||
2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 3 | -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. |