You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2018/10/11 10:25:43 UTC

[pulsar] branch master updated: Fixed link and spacing for python docs (#2763)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 11a6982  Fixed link and spacing for python docs (#2763)
11a6982 is described below

commit 11a6982c0ee06c8038596e5b83672e3943763747
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu Oct 11 03:25:39 2018 -0700

    Fixed link and spacing for python docs (#2763)
    
    ### Motivation
    
    Fixed a broken link and added extra line so the producer docs formatting will not get messed up.
---
 pulsar-client-cpp/python/pulsar/__init__.py                             | 1 +
 site2/docs/client-libraries-python.md                                   | 2 +-
 .../versioned_docs/version-2.1.0-incubating/client-libraries-python.md  | 2 +-
 .../versioned_docs/version-2.1.1-incubating/client-libraries-python.md  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pulsar-client-cpp/python/pulsar/__init__.py b/pulsar-client-cpp/python/pulsar/__init__.py
index 5f28efb..ae9731a 100644
--- a/pulsar-client-cpp/python/pulsar/__init__.py
+++ b/pulsar-client-cpp/python/pulsar/__init__.py
@@ -337,6 +337,7 @@ class Client:
           The topic name
 
         **Options**
+
         * `producer_name`:
            Specify a name for the producer. If not assigned,
            the system will generate a globally unique name which can be accessed
diff --git a/site2/docs/client-libraries-python.md b/site2/docs/client-libraries-python.md
index 2c9fb63..7e528f5 100644
--- a/site2/docs/client-libraries-python.md
+++ b/site2/docs/client-libraries-python.md
@@ -39,7 +39,7 @@ $ sudo python setup.py install
 
 ## API Reference
 
-The complete Python API reference is available at [api/python]({{site.baseUrl}}/api/python).
+The complete Python API reference is available at [api/python](/api/python).
 
 ## Examples
 
diff --git a/site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-python.md b/site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-python.md
index 0c44f03..eb3af97 100644
--- a/site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-python.md
+++ b/site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-python.md
@@ -40,7 +40,7 @@ $ sudo python setup.py install
 
 ## API Reference
 
-The complete Python API reference is available at [api/python]({{site.baseUrl}}/api/python).
+The complete Python API reference is available at [api/python](/api/python).
 
 ## Examples
 
diff --git a/site2/website/versioned_docs/version-2.1.1-incubating/client-libraries-python.md b/site2/website/versioned_docs/version-2.1.1-incubating/client-libraries-python.md
index 45df94a..9e6a940 100644
--- a/site2/website/versioned_docs/version-2.1.1-incubating/client-libraries-python.md
+++ b/site2/website/versioned_docs/version-2.1.1-incubating/client-libraries-python.md
@@ -40,7 +40,7 @@ $ sudo python setup.py install
 
 ## API Reference
 
-The complete Python API reference is available at [api/python]({{site.baseUrl}}/api/python).
+The complete Python API reference is available at [api/python](/api/python).
 
 ## Examples