Skip to content

Commit 8072aa3

Browse files
author
Phil Rzewski
committed
Make the ReadTheDocs the official home of API function docs when we merge teams-api branch
1 parent 816699a commit 8072aa3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Every method in the SdcClient class returns **a list with two entries**. The fir
5151
For an example on how to parse this output, take a look at a simple example like [get_data_simple.py](examples/get_data_simple.py)
5252

5353
Function List
54-
-------
54+
-------------
5555

56-
Please Refer to the [Python Script Library documentation page](https://sysdig.gitbooks.io/sysdig-cloud-api/content/python/function_list.html) for the list of functions available.
56+
Please Refer to the [Python Script Library documentation page](http://python-sdc-client.readthedocs.io/en/latest/) for the list of functions available.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def find_line():
166166
if domain != 'py' or not info['module']:
167167
return None
168168
#tag = 'master' if 'dev' in release else ('v' + release)
169-
url = "https://github.com/draios/python-sdc-client/blob/teams-api/sdcclient/_client.py"
169+
url = "https://github.com/draios/python-sdc-client/blob/master/sdcclient/_client.py"
170170
try:
171171
return url + '#L%d' % find_line()
172172
except Exception:

doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Sysdig Cloud Python Script Library
77
==================================
88

9+
This page documents the functions available in the `Python Script Library <https://sysdig.gitbooks.io/sysdig-cloud-api/content/python.html>`_ for `Sysdig Cloud <https://sysdig.com/>`_. It is is a wrapper around the `Sysdig Cloud API <https://sysdig.gitbooks.io/sysdig-cloud-api/content/>`_.
10+
911
* :ref:`genindex`
1012
* :ref:`search`
1113

0 commit comments

Comments
 (0)