diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-23 21:42:17 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-23 21:42:17 +0200 |
| commit | d8c0ca6ff164f79910b315c9525fa77417084edf (patch) | |
| tree | 68fb49f5b69c3c3c2163a9f8049496774375a45a /doc/source/apt/progress.rst | |
| parent | 22d8199e2d047dc6b258241cf33e67d77aa33ca6 (diff) | |
| download | python-apt-d8c0ca6ff164f79910b315c9525fa77417084edf.tar.gz | |
doc/source: Big documentation reorganisation.
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.
Diffstat (limited to 'doc/source/apt/progress.rst')
| -rw-r--r-- | doc/source/apt/progress.rst | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/source/apt/progress.rst b/doc/source/apt/progress.rst deleted file mode 100644 index 8989aa27..00000000 --- a/doc/source/apt/progress.rst +++ /dev/null @@ -1,37 +0,0 @@ -:mod:`apt.progress` --- Classes for progress reporting -====================================================== -.. automodule:: apt.progress - -.. warning:: - - This class is currently under re-organisation. Therefore, the API may - change soon. The old names will still be kept until it is safe to remove - them. - - - -Classes without output ----------------------- -.. autoclass:: FetchProgress - :members: -.. autoclass:: OpProgress - :members: -.. autoclass:: CdromProgress - :members: -.. autoclass:: DumbInstallProgress - :members: - -Implementing classes for text output ------------------------------------- -.. autoclass:: TextFetchProgress - :members: -.. autoclass:: OpTextProgress - :members: -.. autoclass:: InstallProgress - :members: -.. autoclass:: DpkgInstallProgress - :members: - - - - |
