Skip to content

Commit 1d9f50a

Browse files
committed
Adds sshkey to managers in the docs. Increases tree depth in index.rst to show managers better.
1 parent 18cce6e commit 1d9f50a

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/api/client.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ For day to day operation, most users will find the managers to be the most conve
5858
>>> cci.list_instances()
5959
[...]
6060

61-
Available Managers:
62-
~~~~~~~~~~~~~~~~~~~
61+
**Available managers**:
6362

6463
.. toctree::
6564
:maxdepth: 2

docs/api/managers/sshkey.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _sshkey:
2+
3+
.. automodule:: SoftLayer.managers.sshkey
4+
:members:
5+
:inherited-members:
6+
:undoc-members:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SoftLayer API Python Client |version|
1313
This is the documentation to SoftLayer's Python API Bindings. These bindings use SoftLayer's `XML-RPC interface <http://sldn.softlayer.com/article/XML-RPC>`_ in order to manage SoftLayer services.
1414

1515
.. toctree::
16-
:maxdepth: 2
16+
:maxdepth: 3
1717
:glob:
1818

1919
install

0 commit comments

Comments
 (0)