Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-23 | doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = None | Julian Andres Klode | 1 | -1/+1 | |
This hopefully makes the build reproducible now. | |||||
2015-06-10 | doc: Prepare for 1.0 release | Julian Andres Klode | 1 | -1/+1 | |
Change the whatsnew page to a two-component variant (1.0, so we do not get bug fix releases mixed in there, and update the pages for the changes planned for 1.0. Not all have been committed yet, though. | |||||
2014-03-22 | doc/source/conf.py: Do not use 'u' and 'r' prefixes together | Julian Andres Klode | 1 | -2/+2 | |
This does not work in Python 3. | |||||
2014-01-26 | doc/source/conf.py: Python 3 support | Julian Andres Klode | 1 | -0/+2 | |
Correctly decode the process output in Python 3, so everything works if sphinx is run using python3. | |||||
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -5/+4 | |
2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -0/+1 | |
2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 1 | -2/+0 | |
2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 1 | -1/+1 | |
thinks the branches have nothing in common) | |||||
2010-07-23 | * doc/conf.py: | Julian Andres Klode | 1 | -2/+7 | |
- Correctly handle non-digit characters in version (ignore everything after them). | |||||
2010-06-01 | * doc/source/conf.py: | Michael Vogt | 1 | -1/+3 | |
- do not fail for non digit version numbers like 0.7.95ubuntu1 | |||||
2010-01-15 | doc/source/conf.py: Fix documentation in debugging variants of Python. | Julian Andres Klode | 1 | -1/+1 | |
2010-01-15 | Change version from 0.8 to 0.7.100 to indicate compatibility. | Julian Andres Klode | 1 | -11/+9 | |
2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 1 | -11/+20 | |
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-07-17 | doc/source/conf.py: Ignore failures to import apt_pkg. | Julian Andres Klode | 1 | -6/+15 | |
2009-06-05 | doc/source/conf.py: Force compatibility to be off when creating documentation. | Julian Andres Klode | 1 | -0/+4 | |
2009-04-13 | * doc/source/conf.py: Do not require python-debian anymore | Julian Andres Klode | 1 | -6/+9 | |
Try to get the release from the information in the environment variable DEBVER, which is exported in debian/rules. If it is not set, use python-debian to read the release from the changelog. | |||||
2009-04-01 | * Fix documentation building | Julian Andres Klode | 1 | -1/+5 | |
- doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation. | |||||
2009-03-29 | Build-Depend on python-debian, use it to get version number from changelog | Julian Andres Klode | 1 | -2/+5 | |
2009-03-08 | * doc/source/*: Improve the documentation | Julian Andres Klode | 1 | -1/+1 | |
- Document more attributes and functions of apt_pkg (they are all listed) | |||||
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -8/+10 | |
2009-01-10 | * doc/: Heavily improve documentation | Julian Andres Klode | 1 | -1/+4 | |
Complete the documentation of pkgCache, pkgDepCache, pkgCache::Package. Introduce new documentation for pkgCache::Version, pkgCache::Dependency, pkgCache::PackageFile, pkgcache::Description. There is also an example now which checks for missing dependencies. | |||||
2009-01-09 | * setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATH | Julian Andres Klode | 1 | -2/+5 | |
We now build the extension first, and then the documentation. Also add the text docs. | |||||
2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 1 | -0/+192 | |
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe]. |