Skip to content

Commit 8ef829c

Browse files
#1089 fixed old docs
1 parent e674e13 commit 8ef829c

File tree

3 files changed

+23
-30
lines changed

3 files changed

+23
-30
lines changed

docs/api/managers/messaging.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/cli.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,53 +60,54 @@ Usage Examples
6060
To discover the available commands, simply type `slcli`.
6161
::
6262

63-
$ slcli
63+
$ slcli
6464
Usage: slcli [OPTIONS] COMMAND [ARGS]...
65-
65+
6666
SoftLayer Command-line Client
67-
67+
6868
Options:
69-
--format [table|raw|json|jsonraw]
70-
Output format [default: table]
71-
-C, --config PATH Config file location [default:
72-
~/.softlayer]
73-
-v, --verbose Sets the debug noise level, specify multiple
74-
times for more verbosity.
75-
--proxy TEXT HTTP[S] proxy to be use to make API calls
76-
-y, --really / --not-really Confirm all prompt actions
77-
--demo / --no-demo Use demo data instead of actually making API
78-
calls
79-
--version Show the version and exit.
80-
-h, --help Show this message and exit.
81-
69+
--format [table|raw|json|jsonraw] Output format [default: raw]
70+
-C, --config PATH Config file location [default: ~\.softlayer]
71+
-v, --verbose Sets the debug noise level, specify multiple times for more verbosity.
72+
--proxy TEXT HTTP[S] proxy to be use to make API calls
73+
-y, --really / --not-really Confirm all prompt actions
74+
--demo / --no-demo Use demo data instead of actually making API calls
75+
--version Show the version and exit.
76+
-h, --help Show this message and exit.
77+
8278
Commands:
8379
block Block Storage.
8480
call-api Call arbitrary API endpoints.
8581
cdn Content Delivery Network.
8682
config CLI configuration.
83+
dedicatedhost Dedicated Host.
8784
dns Domain Name System.
85+
event-log Event Logs.
8886
file File Storage.
8987
firewall Firewalls.
9088
globalip Global IP addresses.
9189
hardware Hardware servers.
9290
image Compute images.
91+
ipsec IPSEC VPN
9392
loadbal Load balancers.
94-
messaging Message queue service.
9593
metadata Find details about this machine.
9694
nas Network Attached Storage.
9795
object-storage Object Storage.
96+
order View and order from the catalog.
9897
report Reports.
9998
rwhois Referral Whois.
99+
securitygroup Network security groups.
100100
setup Edit configuration.
101101
shell Enters a shell for slcli.
102102
sshkey SSH Keys.
103103
ssl SSL Certificates.
104104
subnet Network subnets.
105105
summary Account summary.
106106
ticket Support tickets.
107+
user Manage Users.
107108
virtual Virtual Servers.
108109
vlan Network VLANs.
109-
110+
110111
To use most commands your SoftLayer username and api_key need to be
111112
configured. The easiest way to do that is to use: 'slcli setup'
112113

docs/index.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
33
SoftLayer API Python Client |version|
44
========================================
5-
`API Docs <http://developer.softlayer.com/reference/softlayerapi>`_ ``|``
5+
`API Docs <https://softlayer.github.io/reference/softlayerapi/>`_ ``|``
66
`GitHub <https://github.com/softlayer/softlayer-python>`_ ``|``
77
`Issues <https://github.com/softlayer/softlayer-python/issues>`_ ``|``
88
`Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_ ``|``
99
`PyPI <https://pypi.python.org/pypi/softlayer/>`_ ``|``
10-
`Twitter <https://twitter.com/SoftLayerDevs>`_ ``|``
11-
`#softlayer on freenode <irc://irc.freenode.net/#softlayer>`_
1210

1311

1412
This is the documentation to SoftLayer's Python API Bindings. These bindings
15-
use SoftLayer's `XML-RPC interface <http://developer.softlayer.com/article/XML-RPC>`_
13+
use SoftLayer's `XML-RPC interface <https://softlayer.github.io/article/xml-rpc/>`_
1614
in order to manage SoftLayer services.
1715

1816
.. toctree::
@@ -38,10 +36,9 @@ Contributing
3836
External Links
3937
--------------
4038

41-
* `SoftLayer API Documentation <http://developer.softlayer.com/reference/softlayerapi>`_
39+
* `SoftLayer API Documentation <https://softlayer.github.io/reference/softlayerapi/>`_
4240
* `Source on GitHub <https://github.com/softlayer/softlayer-python>`_
4341
* `Issues <https://github.com/softlayer/softlayer-python/issues>`_
4442
* `Pull Requests <https://github.com/softlayer/softlayer-python/pulls>`_
4543
* `PyPI <https://pypi.python.org/pypi/softlayer/>`_
46-
* `Twitter <https://twitter.com/SoftLayerDevs>`_
47-
* `#softlayer on freenode <irc://irc.freenode.net/#softlayer>`_
44+

0 commit comments

Comments
 (0)