Skip to content

Commit

Permalink
Fixed link and spacing for python docs (apache#2763)
Browse files Browse the repository at this point in the history
### Motivation

Fixed a broken link and added extra line so the producer docs formatting will not get messed up.
  • Loading branch information
merlimat authored and sijie committed Oct 11, 2018
1 parent 6b15a6b commit 11a6982
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pulsar-client-cpp/python/pulsar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def create_producer(self, topic,
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
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/client-libraries-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11a6982

Please sign in to comment.