diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-02-05 22:24:57 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-02-05 22:24:57 +0000 |
| commit | b7b377b051c6421f1d4642107642c05ca3779112 (patch) | |
| tree | 53b610283f9c94db21767d8e72fa24b3e542f64e /doc/book/src/AMQP-Python-Messaging-Client.xml | |
| parent | 7f3d410aaf04260e85d9a207c78a4c8319393416 (diff) | |
| download | qpid-python-b7b377b051c6421f1d4642107642c05ca3779112.tar.gz | |
Changing filename conventions - no more file names with spaces.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src/AMQP-Python-Messaging-Client.xml')
| -rw-r--r-- | doc/book/src/AMQP-Python-Messaging-Client.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/book/src/AMQP-Python-Messaging-Client.xml b/doc/book/src/AMQP-Python-Messaging-Client.xml new file mode 100644 index 0000000000..0fd4dfa297 --- /dev/null +++ b/doc/book/src/AMQP-Python-Messaging-Client.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="utf-8"?> +<chapter xmlns:html="http://www.w3.org/1999/xhtml"> + <title> + Apache Qpid : AMQP Python Messaging Client + </title> + <section role="h3" id="AMQPPythonMessagingClient-UserGuides"> + <title> + User Guides + </title> + <itemizedlist> + <listitem> + <para> + <ulink url="http://qpid.apache.org/docs/api/python/html/index.html">Python Client API Guide</ulink> + </para> + </listitem> + </itemizedlist> + <!--h3--> + </section> + + <section role="h3" id="AMQPPythonMessagingClient-Examples"> + <title> + Examples + </title> + <itemizedlist> + <listitem> + <para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/">AMQP Python Client Examples </ulink> + </para> + </listitem> + <listitem> + <para> + <ulink url="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python/examples/README">Running the AMQP Python Client Examples </ulink> + </para> + </listitem> + </itemizedlist> + <!--h3--> + </section> + + <xi:include href="PythonBrokerTest.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + +</chapter> |
