Skip to content

Commit

Permalink
Fixed indentation in doc strings
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin authored and sackh committed Aug 28, 2020
1 parent e18e2f3 commit 4140b50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/apiref/xyzspaces.__version__.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
xyzspaces.\_\_version\_\_ module
================================

.. automodule:: xyzspaces.__version__
:members:
:undoc-members:
:show-inheritance:
:private-members:
5 changes: 5 additions & 0 deletions xyzspaces/spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def search(
:param limit: A max. number of features to return in the result.
:param params: A dict to represent additional filter on features to be searched.
Examples:
- If user provides ``params={"p.name": "foo"}``,
Then all features having value of property ``name`` equals ``foo`` will be
returned.
Expand Down Expand Up @@ -545,6 +546,7 @@ def features_in_bbox(
:param limit: A max. number of features to return in the result.
:param params: A dict to represent additional filter on features to be searched.
Examples:
- If user provides ``params={"p.name": "foo"}``,
Then all features having value of property ``name`` equals ``foo`` will be
returned.
Expand Down Expand Up @@ -615,6 +617,7 @@ def features_in_tile(
(default: False).
:param params: A dict to represent additional filter on features to be searched.
Examples:
- If user provides ``params={"p.name": "foo"}``,
Then all features having value of property ``name`` equals ``foo`` will be
returned.
Expand Down Expand Up @@ -699,6 +702,7 @@ def spatial_search(
:param limit: A max. number of features to return in the result.
:param params: A dict to represent additional filter on features to be searched.
Examples:
- If user provides ``params={"p.name": "foo"}``,
Then all features having value of property ``name`` equals ``foo`` will be
returned.
Expand Down Expand Up @@ -764,6 +768,7 @@ def spatial_search_geometry(
:param limit: A max. number of features to return in the result.
:param params: A dict to represent additional filter on features to be searched.
Examples:
- If user provides ``params={"p.name": "foo"}``,
Then all features having value of property ``name`` equals ``foo`` will be
returned.
Expand Down

0 comments on commit 4140b50

Please sign in to comment.