summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 18:10:50 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 20:12:50 +0000
commit472722a72df89895bb11a1244eafa7915b1af116 (patch)
tree691e4b23823d7395cc6b594ab2cca3acaa904de8 /src
parent086bd1f7bfab4c10d890ecca3506a1b091c0d398 (diff)
downloadlibguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.gz
libguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.xz
libguestfs-472722a72df89895bb11a1244eafa7915b1af116.zip
python: Translate C examples into Python and include documentation.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 3f40d765..a8e530f0 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -672,11 +672,7 @@ The PHP binding only works correctly on 64 bit machines.
=item B<Python>
-For documentation do:
-
- $ python
- >>> import guestfs
- >>> help (guestfs)
+For documentation see L<guestfs-python(3)>.
=item B<Ruby>
@@ -2088,6 +2084,7 @@ enough.
L<guestfs-examples(3)>,
L<guestfs-ocaml(3)>,
+L<guestfs-python(3)>,
L<guestfish(1)>,
L<guestmount(1)>,
L<virt-cat(1)>,